Searched refs:notify_pipe (Results 1 – 1 of 1) sorted by relevance
721 int notify_pipe[2] = { -1, -1 }; in create_domain() local941 if (libxl_pipe(ctx, notify_pipe)) { in create_domain()946 autoconnect_console_how_buf.for_callback = ¬ify_pipe[1]; in create_domain()1011 r = read(notify_pipe[0], buf, 1); in create_domain()1024 close(notify_pipe[0]); in create_domain()1025 close(notify_pipe[1]); in create_domain()1026 notify_pipe[0] = notify_pipe[1] = -1; in create_domain()
Completed in 6 milliseconds