Searched refs:xc_domain_create (Results 1 – 6 of 6) sorted by relevance
/xen/tools/helpers/ |
A D | init-xenstore-domain.c | 101 rv = xc_domain_create(xch, &domid, &config); in build()
|
/xen/tools/ocaml/libs/xc/ |
A D | xenctrl_stubs.c | 256 result = xc_domain_create(_H(xch), &domid, &cfg); in stub_xc_domain_create()
|
/xen/tools/libxc/include/ |
A D | xenctrl.h | 506 int xc_domain_create(xc_interface *xch, uint32_t *pdomid,
|
/xen/tools/python/xen/lowlevel/xc/ |
A D | xc.c | 166 if ( (ret = xc_domain_create(self->xc_handle, &dom, &config)) < 0 ) in pyxc_domain_create()
|
/xen/tools/libxc/ |
A D | xc_domain.c | 29 int xc_domain_create(xc_interface *xch, uint32_t *pdomid, in xc_domain_create() function
|
/xen/tools/libxl/ |
A D | libxl_create.c | 661 ret = xc_domain_create(ctx->xch, &local_domid, &create); in libxl__domain_make()
|
Completed in 21 milliseconds