Home
last modified time | relevance | path

Searched refs:max_storage (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_variables.c54 u64 max_storage, rem_storage, max_size; in execute() local
57 &max_storage, &rem_storage, in execute()
61 } else if (!max_storage || !rem_storage || !max_size) { in execute()
/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.c564 u64 max_storage, remaining, max_size; in efi_runtime_query_variableinfo() local
573 &max_storage, &remaining, &max_size); in efi_runtime_query_variableinfo()
581 if (put_user(max_storage, in efi_runtime_query_variableinfo()