Home
last modified time | relevance | path

Searched refs:DTYPE_PIPE (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dxnudefines.py97 DTYPE_PIPE = 6 variable
106 DTYPE_PIPE: 'PIPE',
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dio.d193 inline int DTYPE_PIPE = 6; variable
194 #pragma D binding "1.1" DTYPE_PIPE
207 F->fg_ops->fo_type == DTYPE_PIPE ? "<pipe>" :
/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c437 case DTYPE_PIPE: in fdesc_attr()
546 case DTYPE_PIPE: in fdesc_setattr()
/xnu-11215/bsd/sys/
H A Dfile_internal.h141 DTYPE_PIPE, /* pipe */ enumerator
/xnu-11215/security/
H A Dmac_base.c1344 case DTYPE_PIPE: in __mac_get_fd()
1457 case DTYPE_PIPE: in __mac_set_fd()
H A Dmac_vfs.c2711 case DTYPE_PIPE: in mac_vnode_label_associate_fdesc()
/xnu-11215/bsd/kern/
H A Dkern_descrip.c399 case DTYPE_PIPE: in fg_sendable()
2020 if (FILEGLOB_DTYPE(fg) == DTYPE_PIPE) { in fp_get_pipe_id()
2916 if (fp->f_type == DTYPE_PIPE) { in sys_fcntl_nocancel()
5488 case DTYPE_PIPE: in fstat()
5702 case DTYPE_PIPE: in sys_fpathconf()
H A Dkern_guarded.c630 case DTYPE_PIPE: in change_fdguard_np()
H A Dsys_pipe.c185 .fo_type = DTYPE_PIPE,
H A Dproc_info.c2884 if ((error = fp_get_ftype(p, fd, DTYPE_PIPE, EBADF, &fp)) != 0) { in proc_pidfdinfo()
3056 if (FILEGLOB_DTYPE(fg) != DTYPE_PIPE) { in proc_fileport_info()
H A Dsys_generic.c978 if (fp->f_type == DTYPE_PIPE) { in ioctl()