Searched defs:efi_get_variable_string (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | efivars.h | 47 int efi_get_variable_string(sd_id128_t vendor, const char *name, char **p); 93 static inline int efi_get_variable_string(sd_id128_t vendor, const char *name, char **p) { function
|
H A D | efivars.c | 298 int efi_get_variable_string(sd_id128_t vendor, const char *name, char **p) { function 641 r = efi_get_variable_string(EFI_VENDOR_LOADER, name, &j); 684 r = efi_get_variable_string(EFI_VENDOR_LOADER, "LoaderDevicePartUUID", &p);
|
Completed in 571 milliseconds