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

/freebsd-12-stable/lib/libefivar/
H A DMakefile57 efivar.3 efi_str_to_guid.3 \
H A Defivar.h86 int efi_str_to_guid(const char *s, efi_guid_t *guid);
H A Defivar.c355 return (efi_str_to_guid(name, guid));
384 efi_str_to_guid(const char *s, efi_guid_t *guid) function
/freebsd-12-stable/stand/efi/include/
H A Defilib.h142 bool efi_str_to_guid(const char *, EFI_GUID *);
/freebsd-12-stable/stand/efi/libefi/
H A Denv.c294 efi_str_to_guid(const char *s, EFI_GUID *guid) function
313 return (efi_str_to_guid(name, guid));

Completed in 135 milliseconds