opnsense-src/sys/dev/efidev
Warner Losh 20a860ae3a efi: Move to using efi_guid_t in ioctl definitions
Start using efi_guid_t instead of struct uuid in the ioctl
definitions. These are binarily the same, but have different
structure definitions. EFI prefers this form, and to allow more
sharing with EDK2, make this slight addition.

I've not really defined new IOCTLs for this. They are the same
size, but I have defined new function.

Also fix in-kernel uses of uuid to efi_guid_t for anything related to
ioctl.

Sponsored by:		Netflix
Reviewed by:		tsoome, kib
Differential Revision:	https://reviews.freebsd.org/D50057
2025-05-01 11:53:40 -06:00
..
efidev.c efi: Move to using efi_guid_t in ioctl definitions 2025-05-01 11:53:40 -06:00
efirt.c efi: Move to using efi_guid_t in ioctl definitions 2025-05-01 11:53:40 -06:00
efirtc.c sys: Automated cleanup of cdefs and other formatting 2023-11-26 22:24:00 -07:00