Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/sys/
H A Dioccom.h83 #define IOC_OUT (__uint32_t)0x40000000 macro
87 #define IOC_INOUT (IOC_IN|IOC_OUT)
94 #define _IOR(g, n, t) _IOC(IOC_OUT, (g), (n), sizeof(t))
H A Dttycom.h181 #define TIOCPTYGNAME _IOC(IOC_OUT, 't', 83, 128) /* ptsname(3) */
/xnu-10002.41.9/bsd/kern/
H A Dsys_generic.c902 } else if ((com & IOC_OUT) && size) { in ioctl()
1014 if (error == 0 && (com & IOC_OUT) && size) { in ioctl()
H A Dkern_descrip.c5250 } else if ((cmd & IOC_OUT) && size) { in sys_fcntl_nocancel()
5269 if (error == 0 && (cmd & IOC_OUT) && size) { in sys_fcntl_nocancel()
/xnu-10002.41.9/bsd/net/
H A Dif.c3675 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in ifioctl()
3682 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in ifioctl()
H A Dif_bridge.c1805 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in bridge_ioctl()
1954 (cmd & IOC_OUT) ? 'O' : ' ', in bridge_ioctl()
/xnu-10002.41.9/bsd/vfs/
H A Dvfs_syscalls.c12651 } else if ((cmd & IOC_OUT) && size) { in fsctl_internal()
12845 if (error == 0 && (cmd & IOC_OUT) && size) { in fsctl_internal()