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

/freebsd-11-stable/lib/libefivar/
H A DMakefile60 efivar.3 efi_guid_to_name.3 \
H A Defivar.h81 int efi_guid_to_name(efi_guid_t *guid, char **name);
H A Defivar.c307 efi_guid_to_name(efi_guid_t *guid, char **name) function
/freebsd-11-stable/stand/efi/include/
H A Defilib.h134 bool efi_guid_to_name(EFI_GUID *, char **);
/freebsd-11-stable/usr.sbin/efivar/
H A Defivar.c172 efi_guid_to_name(guid, &pretty);
/freebsd-11-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-11-stable/stand/efi/loader/
H A Dmain.c892 if (efi_guid_to_name(guid, &name) == true) {
1009 if (efi_guid_to_name(protocols[j], &name) == true) {

Completed in 80 milliseconds