pipe_pgid 217 kern/sys_pipe.c cpipe->pipe_pgid = NO_PID; pipe_pgid 259 kern/sys_pipe.c if ((cpipe->pipe_state & PIPE_ASYNC) && cpipe->pipe_pgid != NO_PID) pipe_pgid 260 kern/sys_pipe.c gsignal(cpipe->pipe_pgid, SIGIO); pipe_pgid 628 kern/sys_pipe.c mpipe->pipe_pgid = *(int *)data; pipe_pgid 632 kern/sys_pipe.c *(int *)data = mpipe->pipe_pgid; pipe_pgid 80 sys/pipe.h int pipe_pgid; /* process/group for async I/O */