zig/lib/std/os/uefi
mlugg d00e05f186
all: update to std.builtin.Type.Pointer.Size field renames
This was done by regex substitution with `sed`. I then manually went
over the entire diff and fixed any incorrect changes.

This diff also changes a lot of `callconv(.C)` to `callconv(.c)`, since
my regex happened to also trigger here. I opted to leave these changes
in, since they *are* a correct migration, even if they're not the one I
was trying to do!
2025-01-16 12:46:29 +00:00
..
protocol std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
tables all: update to std.builtin.Type.Pointer.Size field renames 2025-01-16 12:46:29 +00:00
device_path.zig std: avoid field/decl name conflicts 2024-08-29 20:39:11 +01:00
hii.zig
pool_allocator.zig uefi: erroneous alignment check in pool_allocator 2024-09-24 13:30:53 -07:00
protocol.zig feat(std.os.uefi.protocol): add Serial IO 2024-07-28 12:37:53 +00:00
status.zig std: update std.builtin.Type fields to follow naming conventions 2024-08-28 08:39:59 +01:00
tables.zig Make EfiPhysicalAddress in std/os/uefi/tables.zig public 2024-02-05 15:31:33 +00:00