Home
last modified time | relevance | path

Searched refs:send_fd (Results 1 – 5 of 5) sorted by relevance

/xen/tools/xl/
A Dxl_migrate.c41 if (!rune || !send_fd || !recv_fd) in create_migration_child()
61 *send_fd = sendpipe[1]; in create_migration_child()
160 if (send_fd < 0 || recv_fd < 0) { in migrate_do_preamble()
169 close(send_fd); in migrate_do_preamble()
185 int send_fd = -1, recv_fd = -1; in migrate_domain() local
293 close(send_fd); in migrate_domain()
299 close(send_fd); in migrate_domain()
314 close(send_fd); in migrate_domain()
698 if (send_fd < 0) { in main_remus()
750 close(send_fd); in main_remus()
[all …]
/xen/tools/libxl/
A Dlibxl_colo.h77 int send_fd; member
A Dlibxl_colo_save.c97 css->send_fd = dss->fd; in libxl__colo_save_setup()
A Dlibxl.h1673 uint32_t domid, int send_fd, int recv_fd,
A Dlibxl_domain.c408 uint32_t domid, int send_fd, int recv_fd, in libxl_domain_remus_start() argument
458 dss->fd = send_fd; in libxl_domain_remus_start()

Completed in 15 milliseconds