Home
last modified time | relevance | path

Searched refs:efi_guid_to_str (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libefivar/
H A DMakefile56 efivar.3 efi_guid_to_str.3 \
H A Defivar.c316 return (efi_guid_to_str(guid, name)); in efi_guid_to_name()
331 efi_guid_to_str(const efi_guid_t *guid, char **sp) in efi_guid_to_str() function
H A Defivar.h80 int efi_guid_to_str(const efi_guid_t *guid, char **sp);
/freebsd/stand/efi/include/
H A Defilib.h150 bool efi_guid_to_str(const EFI_GUID *, char **);
/freebsd/usr.sbin/efivar/
H A Defivar.c213 efi_guid_to_str(guid, gname); in pretty_guid()
/freebsd/stand/efi/libefi/
H A Denv.c282 efi_guid_to_str(const EFI_GUID *guid, char **sp) in efi_guid_to_str() function
329 return (efi_guid_to_str(guid, name)); in efi_guid_to_name()