Searched refs:xc_dom_allocate (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_compat_linux.c | 53 dom = xc_dom_allocate(xch, cmdline, features); in xc_linux_build()
|
A D | xc_dom_core.c | 751 struct xc_dom_image *xc_dom_allocate(xc_interface *xch, in xc_dom_allocate() function
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 138 dom = xc_dom_allocate(xch, cmdline, NULL); in build()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 280 struct xc_dom_image *xc_dom_allocate(xc_interface *xch,
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 229 dom = xc_dom_allocate(xc_handle, cmdline, features); in kexec()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 771 dom = xc_dom_allocate(ctx->xch, state->pv_cmdline, info->u.pv.features); in libxl__build_pv() 1191 dom = xc_dom_allocate(ctx->xch, info->type == LIBXL_DOMAIN_TYPE_PVH ? in libxl__build_hvm()
|
Completed in 11 milliseconds