Searched refs:pipe_open (Results 1 – 1 of 1) sorted by relevance
77 static int pipe_open(pipe_t *p, int fd SECURITY_DC) { in pipe_open() function99 if (pipe_open(&(proc->in), 0 SECURITY_CC) != 0) { in proc_open_pipes()102 if (pipe_open(&(proc->out), 1 SECURITY_CC) != 0) { in proc_open_pipes()105 if (pipe_open(&(proc->err), 2 SECURITY_CC) != 0) { in proc_open_pipes()