Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel_syscalls.c47 .fo_type = DTYPE_CHANNEL,
296 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_info()
375 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_sync()
682 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_opt()
745 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_set_opt()
/xnu-12377.41.6/bsd/sys/
H A Dfile_internal.h145 DTYPE_CHANNEL, /* Skywalk Channel */ enumerator
/xnu-12377.41.6/security/
H A Dmac_base.c1349 case DTYPE_CHANNEL: in __mac_get_fd()
1462 case DTYPE_CHANNEL: in __mac_set_fd()
H A Dmac_vfs.c2727 case DTYPE_CHANNEL: in mac_vnode_label_associate_fdesc()
/xnu-12377.41.6/bsd/kern/
H A Dkern_proc.c6649 case DTYPE_CHANNEL: in networking_defunct_callout()
6682 if (FILEGLOB_DTYPE(fg) == DTYPE_CHANNEL) { in networking_defunct_callout()
H A Dproc_info.c2974 if ((error = fp_get_ftype(p, fd, DTYPE_CHANNEL, EBADF, &fp)) != 0) { in proc_pidfdinfo()
H A Dkern_memorystatus.c6384 case DTYPE_CHANNEL: in networking_memstatus_callout()