gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 8 of 8 for funcall:_IOR (0.01 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/compat/sys/sockio.h - 5.1KB - 122 lines
96: 
97: #define OBIOCGETIF       _IOR('B', 107, struct oifreq)
98: #define OBIOCSETIF       _IOW('B', 108, struct oifreq)
More results from sockio.h
bsd_source/t2ex/network/net/src_bsd/config/rnd.h - 7.4KB - 209 lines
201: 
202: #define RNDGETENTCNT    _IOR('R',  101, uint32_t) /* get entropy count */
203: #define RNDGETSRCNUM    _IOWR('R', 102, rndstat_t) /* get rnd source info */
More results from rnd.h
bsd_source/t2ex/network/net/src_bsd/net/bpf.h - 9.8KB - 282 lines
114:  */
115: #define BIOCGBLEN        _IOR('B',102, u_int)
116: #define BIOCSBLEN       _IOWR('B',102, u_int)
More results from bpf.h
bsd_source/t2ex/network/net/src_bsd/net/if_tun.h - 2.1KB - 62 lines
55: #define TUNSDEBUG       _IOW('t', 90, int)
56: #define TUNGDEBUG       _IOR('t', 89, int)
57: #define TUNSIFMODE      _IOW('t', 88, int)
More results from if_tun.h
bsd_source/t2ex/network/net/src_bsd/sys/filio.h - 3.1KB - 62 lines
46: #define FIONCLEX         _IO('f', 2)           /* remove close on exec */
47: #define FIONREAD        _IOR('f', 127, int)    /* get # bytes to read */
48: #define FIONBIO         _IOW('f', 126, int)    /* set/clear non-blocking i/o */
More results from filio.h
bsd_source/t2ex/network/net/src_bsd/sys/sockio.h - 6.6KB - 129 lines
40: #define SIOCSHIWAT       _IOW('s',  0, int)          /* set high watermark */
41: #define SIOCGHIWAT       _IOR('s',  1, int)          /* get high watermark */
42: #define SIOCSLOWAT       _IOW('s',  2, int)          /* set low watermark */
More results from sockio.h
bsd_source/t2ex/network/net/src_bsd/sys/ttycom.h - 8.8KB - 164 lines
86:                                                 /* 17-18 compat */
87: #define TIOCGETA        _IOR('t', 19, struct termios) /* get termios struct */
88: #define TIOCSETA        _IOW('t', 20, struct termios) /* set termios struct */
More results from ttycom.h
t2ex_source/include/t2ex/sys/ioctl.h - 4.9KB - 120 lines
92: #define FIONBIO         _IOW('f', 126, int)    /* set non-blocking I/O mode */
93: #define FIONREAD        _IOR('f', 127, int)    /* get the number of bytes for reading */
94: #define FIONWRITE       _IOR('f', 121, int)   /* get the number of bytes of send queue */
More results from ioctl.h