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 Defivar.c81 efi_str_to_guid(const char *s, efi_guid_t *guid) in efi_str_to_guid() function
102 if (efi_str_to_guid(ent->uuid_str, &ent->guid) != 0) in efi_guid_tbl_compile()
355 return (efi_str_to_guid(name, guid)); in efi_name_to_guid()
H A DMakefile55 efivar.3 efi_str_to_guid.3 \
H A Defivar.h79 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()