Home
last modified time | relevance | path

Searched refs:efi_get_variable (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Defivars.c34 int efi_get_variable( in efi_get_variable() function
151 r = efi_get_variable(variable, NULL, &s, &ss); in efi_get_variable_string()
172 r = efi_get_variable(variable, &a, &buf, &n); in efi_verify_variable()
300 r = efi_get_variable(variable, NULL, &v, &s); in read_flag()
Defivars.h46 int efi_get_variable(const char *variable, uint32_t *attribute, void **ret_value, size_t *ret_size);
61 static inline int efi_get_variable(const char *variable, uint32_t *attribute, void **value, size_t … in efi_get_variable() function
/systemd-251/src/shared/
Defi-api.c80 r = efi_get_variable(EFI_GLOBAL_VARIABLE(OsIndicationsSupported), NULL, &v, &s); in efi_reboot_to_firmware_supported()
130 r = efi_get_variable(EFI_GLOBAL_VARIABLE(OsIndications), NULL, &v, &s); in get_os_indications()
241 r = efi_get_variable(variable, NULL, (void **)&buf, &l); in efi_get_boot_option()
439 r = efi_get_variable(EFI_GLOBAL_VARIABLE(BootOrder), NULL, &buf, &l); in efi_get_boot_order()
Defi-loader.c97 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderEntries), NULL, (void**) &entries, &size); in efi_loader_get_entries()
151 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderFeatures), NULL, &v, &s); in efi_loader_get_features()
/systemd-251/src/core/
Defi-random.c63 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderRandomSeed), NULL, &value, &size); in efi_take_random_seed()
/systemd-251/src/boot/
Dbootctl.c1834 r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderSystemToken), NULL, NULL, &token_size); in install_random_seed()
2121 …r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderEntrySelected), NULL, (void *) ret_target, ret_targ… in parse_loader_entry_target_arg()
2126 …r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderEntryOneShot), NULL, (void *) ret_target, ret_targe… in parse_loader_entry_target_arg()
2131 …r = efi_get_variable(EFI_LOADER_VARIABLE(LoaderEntryDefault), NULL, (void *) ret_target, ret_targe… in parse_loader_entry_target_arg()