Home
last modified time | relevance | path

Searched defs:_IOWR (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Dioccom.h61 #define _IOWR(g,n,t) _IOC(IOC_INOUT, (g), (n), sizeof(t)) macro
/dragonfly/sys/dev/raid/asr/
H A Dosd_unix.h179 # define _IOWR(x,y,z) (0x0fff3900|y) macro
254 # define _IOWR(x,y,z) (((x)<<8)|y) macro