Searched refs:xc_domain_create (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 89 rv = xc_domain_create(xch, ssid, handle, XEN_DOMCTL_CDF_xs_domain, in build()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 190 result = xc_domain_create(_H(xch), c_ssidref, h, c_flags, &domid, &config); in stub_xc_domain_create()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenctrl.h | 498 int xc_domain_create(xc_interface *xch, uint32_t ssidref,
|
/xen-4.10.0-shim-comet/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 147 if ( (ret = xc_domain_create(self->xc_handle, ssidref, in pyxc_domain_create()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_create.c | 583 ret = xc_domain_create(ctx->xch, info->ssidref, handle, flags, domid, in libxl__domain_make()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_domain.c | 29 int xc_domain_create(xc_interface *xch, uint32_t ssidref, in xc_domain_create() function
|
Completed in 21 milliseconds