Home
last modified time | relevance | path

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

/xnu-12377.41.6/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-12377.41.6/bsd/kern/
H A Dsys_generic.c903 } else if ((com & IOC_OUT) && size) { in ioctl()
1015 if (error == 0 && (com & IOC_OUT) && size) { in ioctl()
H A Dkern_descrip.c5338 } else if ((cmd & IOC_OUT) && size) { in sys_fcntl_nocancel()
5357 if (error == 0 && (cmd & IOC_OUT) && size) { in sys_fcntl_nocancel()
/xnu-12377.41.6/bsd/net/
H A Dif.c3829 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in ifioctl()
3836 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in ifioctl()
H A Dif_bridge.c1949 (cmd & IOC_OUT) ? 'O' : ' ', IOCPARM_LEN(cmd), in bridge_ioctl()
2099 (cmd & IOC_OUT) ? 'O' : ' ', in bridge_ioctl()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c13335 } else if ((cmd & IOC_OUT) && size) { in fsctl_internal()
13582 if (error == 0 && (cmd & IOC_OUT) && size) { in fsctl_internal()