Searched refs:_IOWRN (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sockio.h | 90 * Needs to be defined using _IOWRN macro to make it datamodel independent. 93 #define O_SIOCGIFCONF _IOWRN('i', 20, 8) /* old get if list */ 149 #define SIOCGIFCONF _IOWRN('i', 92, 8) /* get if list */ 166 * Needs to be defined using _IOWRN macro to make it datamodel independent. 169 #define O_SIOCGLIFCONF _IOWRN('i', 120, 16) /* old get if list */ 235 #define SIOCGIP6ADDRPOLICY _IOWRN('i', 162, 0) 240 * Use the _IOWRN macro to make it datamodel independent. Argument 243 #define SIOCGDSTINFO _IOWRN('i', 164, 0) 244 #define SIOCGLIFCONF _IOWRN('i', 165, 16) /* get if list */ 269 #define SIOCSCTPGOPT _IOWRN(' [all...] |
H A D | ioccom.h | 84 #define _IOWRN(x, y, t) \ macro
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | ioccom.h | 38 #define _IOWRN(x,y,t) (_IOC_INOUT|(((t)&_IOCPARM_MASK)<<16)|(x<<8)|y) macro
|
Completed in 96 milliseconds