Searched refs:efi_guid_to_name (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/lib/libefivar/
H A DMakefile60 efivar.3 efi_guid_to_name.3 \
H A Defivar.h80 int efi_guid_to_name(efi_guid_t *guid, char **name);
H A Defivar.c306 efi_guid_to_name(efi_guid_t *guid, char **name) function
/freebsd-12-stable/stand/efi/include/
H A Defilib.h144 bool efi_guid_to_name(EFI_GUID *, char **);
/freebsd-12-stable/usr.sbin/efivar/
H A Defivar.c171 efi_guid_to_name(guid, &pretty);
/freebsd-12-stable/stand/efi/libefi/
H A Denv.c317 efi_guid_to_name(EFI_GUID *guid, char **name) function
702 if (efi_guid_to_name(matchguid, &str) == false) {
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c1281 if (efi_guid_to_name(guid, &name) == true) {
1398 if (efi_guid_to_name(protocols[j], &name) == true) {

Completed in 91 milliseconds