Searched refs:DTYPE_CHANNEL (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/channel/ |
| H A D | channel_syscalls.c | 45 .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() 687 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_get_opt() 750 err = fp_get_ftype(p, uap->c, DTYPE_CHANNEL, ENODEV, &fp); in __channel_set_opt()
|
| /xnu-10063.141.1/bsd/sys/ |
| H A D | file_internal.h | 145 DTYPE_CHANNEL, /* Skywalk Channel */ enumerator
|
| /xnu-10063.141.1/security/ |
| H A D | mac_base.c | 1349 case DTYPE_CHANNEL: in __mac_get_fd() 1462 case DTYPE_CHANNEL: in __mac_set_fd()
|
| H A D | mac_vfs.c | 2752 case DTYPE_CHANNEL: in mac_vnode_label_associate_fdesc()
|
| /xnu-10063.141.1/bsd/vm/ |
| H A D | vm_unix.c | 1859 case DTYPE_CHANNEL: in networking_memstatus_callout() 1923 case DTYPE_CHANNEL: in networking_defunct_callout() 1956 if (FILEGLOB_DTYPE(fg) == DTYPE_CHANNEL) { in networking_defunct_callout()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | proc_info.c | 2911 if ((error = fp_get_ftype(p, fd, DTYPE_CHANNEL, EBADF, &fp)) != 0) { in proc_pidfdinfo()
|