Searched refs:get_variable (Results 1 – 3 of 3) sorted by relevance
473 len = gwstrlen(guest_handle_cast(op->u.get_variable.name, CHAR16)); in efi_runtime_call()479 if ( __copy_from_guest(name, op->u.get_variable.name, len) || in efi_runtime_call()486 size = op->u.get_variable.size; in efi_runtime_call()503 name, cast_guid(&op->u.get_variable.vendor_guid), in efi_runtime_call()508 copy_to_guest(op->u.get_variable.data, data, size) ) in efi_runtime_call()510 op->u.get_variable.size = size; in efi_runtime_call()
117 unsigned long get_variable; member
199 } get_variable, set_variable; member
Completed in 12 milliseconds