Searched refs:xen_domain_handle_t (Results 1 – 16 of 16) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | sched_arinc653.c | 91 xen_domain_handle_t dom_handle; 163 static int dom_handle_cmp(const xen_domain_handle_t h1, in dom_handle_cmp() 164 const xen_domain_handle_t h2) in dom_handle_cmp() 166 return memcmp(h1, h2, sizeof(xen_domain_handle_t)); in dom_handle_cmp() 184 xen_domain_handle_t handle, in find_vcpu()
|
A D | domctl.c | 214 memcpy(info->handle, d->handle, sizeof(xen_domain_handle_t)); in getdomaininfo() 560 sizeof(xen_domain_handle_t)); in do_domctl() 943 sizeof(xen_domain_handle_t)); in do_domctl()
|
A D | kernel.c | 432 xen_domain_handle_t hdl; in DO()
|
/xen-4.10.0-shim-comet/xen/include/public/ |
A D | domctl.h | 51 xen_domain_handle_t handle; 117 xen_domain_handle_t handle; 401 xen_domain_handle_t handle;
|
A D | xen.h | 926 typedef uint8_t xen_domain_handle_t[16]; typedef
|
A D | sysctl.h | 578 xen_domain_handle_t dom_handle;
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 123 xen_domain_handle_t handle = { in pyxc_domain_create() 135 (PyList_Size(pyhandle) != sizeof(xen_domain_handle_t)) ) in pyxc_domain_create() 138 for ( i = 0; i < sizeof(xen_domain_handle_t); i++ ) in pyxc_domain_create() 284 xen_domain_handle_t handle; in pyxc_domain_sethandle() 290 (PyList_Size(pyhandle) != sizeof(xen_domain_handle_t)) ) in pyxc_domain_sethandle() 295 for ( i = 0; i < sizeof(xen_domain_handle_t); i++ ) in pyxc_domain_sethandle() 365 pyhandle = PyList_New(sizeof(xen_domain_handle_t)); in pyxc_domain_getinfo() 374 for ( j = 0; j < sizeof(xen_domain_handle_t); j++ ) in pyxc_domain_getinfo()
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 64 xen_domain_handle_t handle = { 0 }; in build()
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | smbios.c | 256 xen_domain_handle_t uuid; in hvm_write_smbios_tables() 270 BUILD_BUG_ON(sizeof(xen_domain_handle_t) != 16); in hvm_write_smbios_tables()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 30 xen_domain_handle_t handle, uint32_t flags, in xc_domain_create() 58 memcpy(domctl.u.createdomain.handle, handle, sizeof(xen_domain_handle_t)); in xc_domain_create() 427 sizeof(xen_domain_handle_t)); in xc_domain_getinfo() 1332 xen_domain_handle_t handle) in xc_domain_sethandle() 1338 sizeof(xen_domain_handle_t)); in xc_domain_sethandle()
|
A D | xc_private.c | 500 sz = sizeof(xen_domain_handle_t); in xc_version()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 457 xen_domain_handle_t handle; 499 xen_domain_handle_t handle, uint32_t flags, 938 xen_domain_handle_t handle);
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | sched.h | 427 xen_domain_handle_t handle;
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 153 xen_domain_handle_t h = { 0 }; in stub_xc_domain_create() 216 xen_domain_handle_t h = { 0 }; in stub_xc_domain_sethandle()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_domain.c | 264 memcpy(&(xlinfo->uuid), xcinfo->handle, sizeof(xen_domain_handle_t)); in libxl__xcinfo2xlinfo()
|
A D | libxl_create.c | 552 xen_domain_handle_t handle; in libxl__domain_make()
|
Completed in 45 milliseconds