Home
last modified time | relevance | path

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

/xen/tools/xl/
A Dxl_vmcontrol.c678 int notify_pipe[2] = { -1, -1 }; in create_domain() local
898 if (libxl_pipe(ctx, notify_pipe)) { in create_domain()
903 autoconnect_console_how_buf.for_callback = &notify_pipe[1]; in create_domain()
968 r = read(notify_pipe[0], buf, 1); in create_domain()
981 close(notify_pipe[0]); in create_domain()
982 close(notify_pipe[1]); in create_domain()
983 notify_pipe[0] = notify_pipe[1] = -1; in create_domain()

Completed in 4 milliseconds