Searched defs:_IOW (Results 1 - 3 of 3) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dioccom.h9 #define _IOW(g,n,t) SIOCEND + n macro
/haiku/headers/compatibility/bsd/sys/
H A Dioccom.h77 #define _IOW(g,n,t) _IOC(IOC_IN , (g), (n), sizeof(t)) macro
/haiku/headers/os/drivers/pcmcia/
H A Dds.h86 #undef _IOW macro
95 #define _IOW(tag,num,type) _IOC(1,tag,num,sizeof(type)) macro

Completed in 38 milliseconds