Searched defs:global_guid (Results 1 - 2 of 2) sorted by relevance
/systemd/src/boot/efi/ |
H A D | stub.c | 27 static const EFI_GUID global_guid = EFI_GLOBAL_VARIABLE; variable 70 if (efivar_get_raw(&global_guid, L"SecureBoot", &b, &size) == EFI_SUCCESS) {
|
H A D | boot.c | 33 static const EFI_GUID global_guid = EFI_GLOBAL_VARIABLE; variable 375 if (efivar_get_raw(&global_guid, L"SecureBoot", &b, &size) == EFI_SUCCESS) { 380 if (efivar_get_raw(&global_guid, L"SetupMode", &b, &size) == EFI_SUCCESS) { 385 if (efivar_get_raw(&global_guid, L"OsIndicationsSupported", &b, &size) == EFI_SUCCESS) { 1666 err = efivar_get_raw(&global_guid, L"OsIndications", &b, &size); 1671 err = efivar_set_raw(&global_guid, L"OsIndications", (CHAR8 *)&osind, sizeof(UINT64), TRUE); 1761 if (efivar_get_raw(&global_guid, L"OsIndicationsSupported", &b, &size) == EFI_SUCCESS) {
|
Completed in 14 milliseconds