Searched refs:EFI_VENDOR_GLOBAL (Results 1 - 2 of 2) sorted by relevance

/systemd/src/shared/
H A Defivars.c92 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);
189 return efi_set_variable(EFI_VENDOR_GLOBAL, "OsIndications", &b_new, sizeof(uint64_t));
362 r = efi_get_variable(EFI_VENDOR_GLOBAL, boot_id, NULL, (void **)&buf, &l);
535 return efi_set_variable(EFI_VENDOR_GLOBAL, boot_id, buf, size);
542 return efi_set_variable(EFI_VENDOR_GLOBAL, boot_id, NULL, 0);
550 r = efi_get_variable(EFI_VENDOR_GLOBAL, "BootOrder", NULL, &buf, &l);
567 return efi_set_variable(EFI_VENDOR_GLOBAL, "BootOrder", order, n * sizeof(uint16_t));
H A Defivars.h31 #define EFI_VENDOR_GLOBAL SD_ID128_MAKE(8b,e4,df,61,93,ca,11,d2,aa,0d,00,e0,98,03,2b,8c) macro

Completed in 1087 milliseconds