Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.c562 struct efi_queryvariableinfo queryvariableinfo; in efi_runtime_query_variableinfo() local
568 if (copy_from_user(&queryvariableinfo, queryvariableinfo_user, in efi_runtime_query_variableinfo()
569 sizeof(queryvariableinfo))) in efi_runtime_query_variableinfo()
572 status = efi.query_variable_info(queryvariableinfo.attributes, in efi_runtime_query_variableinfo()
575 if (put_user(status, queryvariableinfo.status)) in efi_runtime_query_variableinfo()
582 queryvariableinfo.maximum_variable_storage_size)) in efi_runtime_query_variableinfo()
586 queryvariableinfo.remaining_variable_storage_size)) in efi_runtime_query_variableinfo()
589 if (put_user(max_size, queryvariableinfo.maximum_variable_size)) in efi_runtime_query_variableinfo()