Searched refs:hdl (Results 1 – 2 of 2) sorted by relevance
/xen/tools/misc/ |
A D | xenhypfs.c | 8 static struct xenhypfs_handle *hdl; variable 56 result = xenhypfs_read(hdl, path); in xenhypfs_cat() 75 ret = xenhypfs_write(hdl, path, val); in xenhypfs_wr() 121 ent = xenhypfs_readdir(hdl, path, &n); in xenhypfs_ls() 144 ent = xenhypfs_readdir(hdl, path, &n); in xenhypfs_tree_sub() 179 hdl = xenhypfs_open(NULL, 0); in main() 181 if (!hdl) { in main() 195 xenhypfs_close(hdl); in main()
|
/xen/xen/common/ |
A D | kernel.c | 578 xen_domain_handle_t hdl; in DO() local 581 memset(&hdl, 0, ARRAY_SIZE(hdl)); in DO() 583 BUILD_BUG_ON(ARRAY_SIZE(current->domain->handle) != ARRAY_SIZE(hdl)); in DO() 585 if ( copy_to_guest(arg, deny ? hdl : current->domain->handle, in DO() 586 ARRAY_SIZE(hdl) ) ) in DO()
|
Completed in 15 milliseconds