Searched refs:restore_fd (Results 1 – 6 of 6) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_create.c | 826 const int restore_fd = dcs->restore_fd; in initiate_domain_create() local 1067 const int restore_fd = dcs->restore_fd; in domcreate_bootloader_done() local 1124 dcs->srs.fd = restore_fd; in domcreate_bootloader_done() 1129 if (restore_fd >= 0) { in domcreate_bootloader_done() 1136 crs->recv_fd = restore_fd; in domcreate_bootloader_done() 1183 const int fd = dcs->restore_fd; in domcreate_stream_done() 1673 cdcs->dcs.restore_fd = cdcs->dcs.libxc_fd = restore_fd; in do_domain_create() 1675 if (restore_fd > -1) { in do_domain_create() 1777 cdcs->dcs.restore_fd = -1; in do_domain_soft_reset() 1866 if (dcs->restore_fd > -1) { in domain_create_cb() [all …]
|
A D | libxl.h | 1381 uint32_t *domid, int restore_fd, 1392 uint32_t *domid, int restore_fd, in libxl_domain_create_restore_0x040200() argument 1403 ctx, d_config, domid, restore_fd, -1, ¶ms, ao_how, aop_console_how); in libxl_domain_create_restore_0x040200() 1416 uint32_t *domid, int restore_fd, in libxl_domain_create_restore_0x040400() argument 1422 return libxl_domain_create_restore(ctx, d_config, domid, restore_fd, in libxl_domain_create_restore_0x040400()
|
A D | libxl_save_callout.c | 52 const int restore_fd = dcs->libxc_fd; in libxl__xc_domain_restore() local 79 run_helper(egc, shs, "--restore-domain", restore_fd, send_back_fd, 0, 0, in libxl__xc_domain_restore()
|
A D | libxl_internal.h | 3749 int restore_fd, libxc_fd; member
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_vmcontrol.c | 668 int restore_fd = -1; in create_domain() local 688 restore_fd = migrate_fd; in create_domain() 692 restore_fd = open(restore_file, O_RDONLY); in create_domain() 693 if (restore_fd == -1) { in create_domain() 697 restore_fd_to_close = restore_fd; in create_domain() 698 rc = libxl_fd_set_cloexec(ctx, restore_fd, 1); in create_domain() 703 ctx, restore_fd, &hdr, sizeof(hdr), in create_domain() 730 ctx, restore_fd, optdata_begin, in create_domain() 884 &domid, restore_fd, in create_domain()
|
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/ |
A D | xenlight_stubs.c | 520 int restore_fd; in stub_libxl_domain_create_restore() local 537 restore_fd = Int_val(Field(params, 0)); in stub_libxl_domain_create_restore() 540 ret = libxl_domain_create_restore(CTX, &c_dconfig, &c_domid, restore_fd, in stub_libxl_domain_create_restore()
|
Completed in 28 milliseconds