Home
last modified time | relevance | path

Searched refs:c2p_pipe (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dqcam.c1910 int c2p_pipe[2]; /* child->parent pipe */ in sane_start() local
1912 if (pipe (p2c_pipe) < 0 || pipe (c2p_pipe) < 0) in sane_start()
1926 _exit (reader_process (s, p2c_pipe[0], c2p_pipe[1])); in sane_start()
1929 close (c2p_pipe[1]); in sane_start()
1931 s->from_child = c2p_pipe[0]; in sane_start()

Completed in 3 milliseconds