Home
last modified time | relevance | path

Searched refs:efi_name_to_guid (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c688 efi_name_to_guid(const char *name, EFI_GUID *guid) in efi_name_to_guid() function
1162 if (efi_name_to_guid(optarg, &matchguid) == false) { in command_efi_show()
1221 if (efi_name_to_guid(optarg, &matchguid) == false) { in command_efi_show()
1335 if (efi_name_to_guid(uuid, &guid) == false) { in command_efi_set()
1374 if (efi_name_to_guid(uuid, &guid) == false) { in command_efi_unset()
/illumos-gate/usr/src/boot/efi/include/
H A Defilib.h133 bool efi_name_to_guid(const char *, EFI_GUID *);