Searched refs:store_domid (Results 1 – 7 of 7) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_nomigrate.c | 33 uint32_t store_domid, unsigned int console_evtchn, in xc_domain_restore() argument
|
A D | xc_sr_restore.c | 828 uint32_t store_domid, unsigned int console_evtchn, in xc_domain_restore() argument 845 ctx.restore.xenstore_domid = store_domid; in xc_domain_restore()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_save_helper.c | 275 domid_t store_domid = strtoul(NEXTARG,0,10); in main() local 293 store_domid, console_evtchn, &console_mfn, in main()
|
A D | libxl_dom.c | 480 state->store_domid = xs_domid ? atoi(xs_domid) : 0; in libxl__build_pre() 487 state->store_port = xc_evtchn_alloc_unbound(ctx->xch, domid, state->store_domid); in libxl__build_pre() 815 dom->xenstore_domid = state->store_domid; in libxl__build_pv() 873 domid_t store_domid, domid_t console_domid) in hvm_build_set_params() argument 906 xc_dom_gnttab_hvm_seed(handle, domid, *console_mfn, *store_mfn, console_domid, store_domid); in hvm_build_set_params() 1308 &state->console_mfn, state->store_domid, in libxl__build_hvm()
|
A D | libxl_save_callout.c | 62 state->store_domid, state->console_port, in libxl__xc_domain_restore()
|
A D | libxl_internal.h | 1129 uint32_t store_domid; member
|
/xen-4.10.0-shim-comet/tools/libxc/include/ |
A D | xenguest.h | 198 uint32_t store_domid, unsigned int console_evtchn,
|
Completed in 22 milliseconds