Searched refs:send_fd (Results 1 – 5 of 5) sorted by relevance
41 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() local293 close(send_fd); in migrate_domain()299 close(send_fd); in migrate_domain()314 close(send_fd); in migrate_domain()699 if (send_fd < 0) { in main_remus()751 close(send_fd); in main_remus()[all …]
77 int send_fd; member
97 css->send_fd = dss->fd; in libxl__colo_save_setup()
405 uint32_t domid, int send_fd, int recv_fd, in libxl_domain_remus_start() argument455 dss->fd = send_fd; in libxl_domain_remus_start()
1917 uint32_t domid, int send_fd, int recv_fd,
Completed in 19 milliseconds