Searched refs:_IOC (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dioccom.h91 #define _IOC(inout,group,num,len) \ macro
93 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0)
94 #define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))
95 #define _IOW(g,n,t) _IOC(IOC_IN, (g), (n), sizeof(t))
97 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t))
H A Dttycom.h182 #define TIOCPTYGNAME _IOC(IOC_OUT, 't', 83, 128) /* ptsname(3) */
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c2202 case _IOC(IOC_OUT,'h', 4, 0): /* Create date in local time */

Completed in 94 milliseconds