Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/test/
H A Defi_test.c566 struct efi_queryvariableinfo queryvariableinfo; in efi_runtime_query_variableinfo() local
572 if (copy_from_user(&queryvariableinfo, queryvariableinfo_user, in efi_runtime_query_variableinfo()
573 sizeof(queryvariableinfo))) in efi_runtime_query_variableinfo()
576 status = efi.query_variable_info(queryvariableinfo.attributes, in efi_runtime_query_variableinfo()
579 if (put_user(status, queryvariableinfo.status)) in efi_runtime_query_variableinfo()
586 queryvariableinfo.maximum_variable_storage_size)) in efi_runtime_query_variableinfo()
590 queryvariableinfo.remaining_variable_storage_size)) in efi_runtime_query_variableinfo()
593 if (put_user(max_size, queryvariableinfo.maximum_variable_size)) in efi_runtime_query_variableinfo()