Searched refs:efi_get_variable_string (Results 1 - 3 of 3) sorted by relevance

/systemd/src/shared/
H A Defivars.h47 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 Defivars.c298 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);
/systemd/src/boot/
H A Dbootctl.c987 r = efi_get_variable_string(EFI_VENDOR_LOADER, name, var);

Completed in 16 milliseconds