Searched refs:IOC_IN (Results 1 – 8 of 8) sorted by relevance
| /xnu-10002.41.9/bsd/sys/ |
| H A D | ioccom.h | 85 #define IOC_IN (__uint32_t)0x80000000 macro 87 #define IOC_INOUT (IOC_IN|IOC_OUT) 95 #define _IOW(g, n, t) _IOC(IOC_IN, (g), (n), sizeof(t))
|
| /xnu-10002.41.9/bsd/net/ |
| H A D | iptap.c | 387 if ((cmd & IOC_IN)) { in iptap_ioctl()
|
| H A D | pktap.c | 611 if ((cmd & IOC_IN)) { in pktap_ioctl()
|
| H A D | if.c | 3674 ifname, cmd, (cmd & IOC_IN) ? 'I' : ' ', in ifioctl() 3681 ifname, cmd, (cmd & IOC_IN) ? 'I' : ' ', in ifioctl()
|
| H A D | if_bridge.c | 1804 ifp->if_xname, cmd, (cmd & IOC_IN) ? 'I' : ' ', in bridge_ioctl() 1953 (cmd & IOC_IN) ? 'I' : ' ', in bridge_ioctl()
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | sys_generic.c | 888 if (com & IOC_IN) { in ioctl()
|
| H A D | kern_descrip.c | 5226 if (cmd & IOC_IN) { in sys_fcntl_nocancel()
|
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_syscalls.c | 12635 if (cmd & IOC_IN) { in fsctl_internal()
|