Searched refs:xc_dom_boot_xen_init (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_compat_linux.c | 66 if ( (rc = xc_dom_boot_xen_init(dom, xch, domid)) != 0 ) in xc_linux_build()
|
A D | xc_dom_boot.c | 94 int xc_dom_boot_xen_init(struct xc_dom_image *dom, xc_interface *xch, uint32_t domid) in xc_dom_boot_xen_init() function
|
/xen-4.10.0-shim-comet/tools/helpers/ |
A D | init-xenstore-domain.c | 156 rv = xc_dom_boot_xen_init(dom, xch, domid); in build()
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xc_dom.h | 328 int xc_dom_boot_xen_init(struct xc_dom_image *dom, xc_interface *xch,
|
/xen-4.10.0-shim-comet/stubdom/grub/ |
A D | kexec.c | 247 if ( (rc = xc_dom_boot_xen_init(dom, xc_handle, domid)) != 0 ) { in kexec()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_dom.c | 707 if ( (ret = xc_dom_boot_xen_init(dom, CTX->xch, domid)) != 0 ) { in libxl__build_dom()
|
Completed in 10 milliseconds