Searched refs:restore_fd (Results 1 – 6 of 6) sorted by relevance
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 674 int restore_fd = -1; in create_domain() local 694 restore_fd = migrate_fd; in create_domain() 698 restore_fd = open(restore_file, O_RDONLY); in create_domain() 699 if (restore_fd == -1) { in create_domain() 703 restore_fd_to_close = restore_fd; in create_domain() 704 rc = libxl_fd_set_cloexec(ctx, restore_fd, 1); in create_domain() 709 ctx, restore_fd, &hdr, sizeof(hdr), in create_domain() 736 ctx, restore_fd, optdata_begin, in create_domain() 925 &domid, restore_fd, in create_domain()
|
/xen/tools/libxl/ |
A D | libxl_create.c | 1226 dbs->restore = dcs->restore_fd >= 0; in initiate_domain_create() 1324 const int restore_fd = dcs->restore_fd; in domcreate_bootloader_done() local 1351 if (restore_fd < 0 && !dcs->soft_reset) { in domcreate_bootloader_done() 1384 dcs->srs.fd = restore_fd; in domcreate_bootloader_done() 1389 if (restore_fd >= 0) { in domcreate_bootloader_done() 1396 crs->recv_fd = restore_fd; in domcreate_bootloader_done() 1486 const int fd = dcs->restore_fd; in domcreate_stream_done() 2026 cdcs->dcs.restore_fd = cdcs->dcs.libxc_fd = restore_fd; in do_domain_create() 2028 if (restore_fd >= 0) { in do_domain_create() 2134 cdcs->dcs.restore_fd = -1; in do_domain_soft_reset() [all …]
|
A D | libxl.h | 1560 uint32_t *domid, int restore_fd, 1571 uint32_t *domid, int restore_fd, in libxl_domain_create_restore_0x040200() argument 1582 ctx, d_config, domid, restore_fd, -1, ¶ms, ao_how, aop_console_how); in libxl_domain_create_restore_0x040200() 1595 uint32_t *domid, int restore_fd, in libxl_domain_create_restore_0x040400() argument 1601 return libxl_domain_create_restore(ctx, d_config, domid, restore_fd, in libxl_domain_create_restore_0x040400()
|
A D | libxl_save_callout.c | 51 const int restore_fd = dcs->libxc_fd; in libxl__xc_domain_restore() local 77 run_helper(egc, shs, "--restore-domain", restore_fd, send_back_fd, 0, 0, in libxl__xc_domain_restore()
|
A D | libxl_internal.h | 4181 int restore_fd, libxc_fd; member
|
/xen/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 31 milliseconds