Home
last modified time | relevance | path

Searched refs:efi_str_to_guid (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libefivar/
H A DMakefile55 efivar.3 efi_str_to_guid.3 \
H A Defivar.c353 return (efi_str_to_guid(name, guid)); in efi_name_to_guid()
382 efi_str_to_guid(const char *s, efi_guid_t *guid) in efi_str_to_guid() function
H A Defivar.h84 int efi_str_to_guid(const char *s, efi_guid_t *guid);
/freebsd/stand/efi/include/
H A Defilib.h151 bool efi_str_to_guid(const char *, EFI_GUID *);
/freebsd/stand/efi/libefi/
H A Denv.c291 efi_str_to_guid(const char *s, EFI_GUID *guid) in efi_str_to_guid() function
310 return (efi_str_to_guid(name, guid)); in efi_name_to_guid()