Searched defs:efi_get_variable (Results 1 - 2 of 2) sorted by relevance
/systemd/src/shared/ |
H A D | efivars.h | 45 int efi_get_variable(sd_id128_t vendor, const char *name, uint32_t *attribute, void **value, size_t *size); 85 static inline int efi_get_variable(sd_id128_t vendor, const char *name, uint32_t *attribute, void **value, size_t *size) { function
|
H A D | efivars.c | 92 r = efi_get_variable(EFI_VENDOR_GLOBAL, varname, NULL, &v, &s); 121 r = efi_get_variable(EFI_VENDOR_GLOBAL, "OsIndicationsSupported", NULL, &v, &s); 141 r = efi_get_variable(EFI_VENDOR_GLOBAL, "OsIndications", NULL, &v, &s); 194 int efi_get_variable( function 304 r = efi_get_variable(vendor, name, NULL, &s, &ss); 362 r = efi_get_variable(EFI_VENDOR_GLOBAL, boot_id, NULL, (void **)&buf, &l); 550 r = efi_get_variable(EFI_VENDOR_GLOBAL, "BootOrder", NULL, &buf, &l);
|
Completed in 11 milliseconds