Searched refs:send_back_fd (Results 1 – 15 of 15) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_save_helper.c | 238 int send_back_fd, recv_fd; in main() local 268 send_back_fd = atoi(NEXTARG); in main() 288 console_domid, stream_type, &cb, send_back_fd); in main()
|
A D | libxl_save_callout.c | 52 const int send_back_fd = dcs->send_back_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_colo.h | 104 int send_back_fd; member
|
A D | libxl_create.c | 1395 crs->send_back_fd = dcs->send_back_fd; in domcreate_bootloader_done() 2012 uint32_t *domid, int restore_fd, int send_back_fd, in do_domain_create() argument 2027 cdcs->dcs.send_back_fd = send_back_fd; in do_domain_create() 2274 int send_back_fd, in libxl_domain_create_restore() argument 2285 return do_domain_create(ctx, d_config, domid, restore_fd, send_back_fd, in libxl_domain_create_restore()
|
A D | libxl_colo_restore.c | 268 crcs->sws.fd = crs->send_back_fd; in libxl__colo_restore_setup()
|
A D | libxl.h | 1561 int send_back_fd,
|
A D | libxl_internal.h | 4183 int send_back_fd; member
|
/xen/tools/libxc/ |
A D | xc_nomigrate.c | 36 struct restore_callbacks *callbacks, int send_back_fd) in xc_domain_restore() argument
|
A D | xc_sr_restore.c | 519 if ( writev_exact(ctx->restore.send_back_fd, iov, 3) ) in send_checkpoint_dirty_pfn_list() 892 struct restore_callbacks *callbacks, int send_back_fd) in xc_domain_restore() argument 907 ctx.restore.send_back_fd = send_back_fd; in xc_domain_restore()
|
A D | xc_sr_common.h | 257 int send_back_fd; member
|
/xen/tools/libxc/include/ |
A D | xenguest.h | 220 struct restore_callbacks *callbacks, int send_back_fd);
|
/xen/tools/xl/ |
A D | xl_vmcontrol.c | 676 int send_back_fd = -1; in create_domain() local 695 send_back_fd = dom_info->send_back_fd; in create_domain() 926 send_back_fd, ¶ms, in create_domain() 1249 dom_info.send_back_fd = -1; in main_create()
|
A D | xl_saverestore.c | 224 dom_info.send_back_fd = -1; in main_restore()
|
A D | xl.h | 51 int send_back_fd; /* -1 means none */ member
|
A D | xl_migrate.c | 348 dom_info.send_back_fd = send_fd; in migrate_receive()
|
Completed in 68 milliseconds