Home
last modified time | relevance | path

Searched refs:DTYPE_CHANNEL (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.141.3/bsd/skywalk/channel/
H A Dchannel_syscalls.c45 .fo_type = DTYPE_CHANNEL,
301 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_info()
380 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_sync()
677 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_opt()
740 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_set_opt()
/xnu-8796.141.3/bsd/sys/
H A Dfile_internal.h145 DTYPE_CHANNEL, /* Skywalk Channel */ enumerator
/xnu-8796.141.3/security/
H A Dmac_base.c1352 case DTYPE_CHANNEL: in __mac_get_fd()
1465 case DTYPE_CHANNEL: in __mac_set_fd()
H A Dmac_vfs.c2752 case DTYPE_CHANNEL: in mac_vnode_label_associate_fdesc()
/xnu-8796.141.3/bsd/vm/
H A Dvm_unix.c1847 case DTYPE_CHANNEL: in networking_memstatus_callout()
1911 case DTYPE_CHANNEL: in networking_defunct_callout()
1944 if (FILEGLOB_DTYPE(fg) == DTYPE_CHANNEL) { in networking_defunct_callout()
/xnu-8796.141.3/bsd/kern/
H A Dproc_info.c2844 if ((error = fp_get_ftype(p, fd, DTYPE_CHANNEL, EBADF, &fp)) != 0) { in proc_pidfdinfo()