Home
last modified time | relevance | path

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

/xnu-8020.121.3/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-8020.121.3/bsd/kern/
H A Dsys_generic.c966 } else if ((com & IOC_OUT) && size) { in ioctl()
1078 if (error == 0 && (com & IOC_OUT) && size) { in ioctl()
H A Dkern_descrip.c4908 } else if ((cmd & IOC_OUT) && size) { in sys_fcntl_nocancel()
4927 if (error == 0 && (cmd & IOC_OUT) && size) { in sys_fcntl_nocancel()
/xnu-8020.121.3/bsd/net/
H A Dif.c3336 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in ifioctl()
3343 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in ifioctl()
H A Dif_bridge.c1756 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in bridge_ioctl()
1905 (cmd & IOC_OUT) ? 'O' : ' ', in bridge_ioctl()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c11913 } else if ((cmd & IOC_OUT) && size) { in fsctl_internal()
12088 if (error == 0 && (cmd & IOC_OUT) && size) { in fsctl_internal()