kern_pipe
return kern_pipe(sysmsg->sysmsg_fds, 0);
return kern_pipe(sysmsg->sysmsg_fds, uap->flags);
int kern_pipe(long *fds, int flags);