Home
last modified time | relevance | path

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

/xen/xen/common/efi/
A Druntime.c526 len = gwstrlen(guest_handle_cast(op->u.set_variable.name, CHAR16)); in efi_runtime_call()
532 if ( __copy_from_guest(name, op->u.set_variable.name, len) || in efi_runtime_call()
539 data = xmalloc_bytes(op->u.set_variable.size); in efi_runtime_call()
542 else if ( copy_from_guest(data, op->u.set_variable.data, in efi_runtime_call()
543 op->u.set_variable.size) ) in efi_runtime_call()
550 name, cast_guid(&op->u.set_variable.vendor_guid), in efi_runtime_call()
551 op->misc, op->u.set_variable.size, data); in efi_runtime_call()
/xen/tools/libxc/
A Dxc_efi.h119 unsigned long set_variable; member
/xen/xen/include/public/
A Dplatform.h199 } get_variable, set_variable; member

Completed in 15 milliseconds