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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h125 DTYPE_PIPE, /* pipe */ enumerator in enum:__anon368
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c399 case DTYPE_PIPE:
538 case DTYPE_PIPE:
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c701 if (fp->f_type == DTYPE_PIPE) {
1955 case DTYPE_PIPE:
2169 case DTYPE_PIPE:
2794 if (fp->f_type != DTYPE_PIPE) {
H A Dsys_generic.c868 if (fp->f_type == DTYPE_PIPE) {
2247 } else if (fp->f_type == DTYPE_PIPE) {
2475 } else if (fp->f_type == DTYPE_PIPE) {
2616 if (fp->f_type == DTYPE_PIPE) {
H A Dsys_pipe.c317 * The pipe system call for the DTYPE_PIPE type of pipes
371 rf->f_type = DTYPE_PIPE;
381 wf->f_type = DTYPE_PIPE;
H A Duipc_syscalls.c952 if (fp->f_type == DTYPE_PIPE) {
1305 if (fp->f_type == DTYPE_PIPE) {
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_base.c1721 case DTYPE_PIPE:
1917 case DTYPE_PIPE:
H A Dmac_vfs.c1388 case DTYPE_PIPE:

Completed in 115 milliseconds