Searched refs:efi_name_to_guid (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/lib/libefivar/
H A DMakefile59 efivar.3 efi_name_to_guid.3 \
H A Defivar.h84 int efi_name_to_guid(const char *name, efi_guid_t *guid);
H A Defivar.c345 efi_name_to_guid(const char *name, efi_guid_t *guid) function
/freebsd-11-stable/stand/efi/include/
H A Defilib.h133 bool efi_name_to_guid(const char *, EFI_GUID *);
/freebsd-11-stable/stand/efi/libefi/
H A Denv.c303 efi_name_to_guid(const char *name, EFI_GUID *guid) function
776 if (efi_name_to_guid(optarg, &matchguid) == false) {
835 if (efi_name_to_guid(optarg, &matchguid) == false) {
949 if (efi_name_to_guid(uuid, &guid) == false) {
987 if (efi_name_to_guid(uuid, &guid) == false) {
/freebsd-11-stable/usr.sbin/efivar/
H A Defivar.c96 if (efi_name_to_guid(name, guid) < 0)

Completed in 84 milliseconds