gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:_IO (0.02 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/net/bpf.h - 9.8KB - 282 lines
117: #define BIOCSETF         _IOW('B',103, struct bpf_program)
118: #define BIOCFLUSH         _IO('B',104)
119: #define BIOCPROMISC       _IO('B',105)
More results from bpf.h
bsd_source/t2ex/network/net/src_bsd/sys/filio.h - 3.1KB - 62 lines
44: /* Generic file-descriptor ioctl's. */
45: #define FIOCLEX          _IO('f', 1)           /* set close on exec on fd */
46: #define FIONCLEX         _IO('f', 2)           /* remove close on exec */
More results from filio.h
bsd_source/t2ex/network/net/src_bsd/sys/ttycom.h - 8.8KB - 164 lines
81:                                                 /* 8-10 compat */
82: #define TIOCEXCL         _IO('t', 13)          /* set exclusive use of tty */
83: #define TIOCNXCL         _IO('t', 14)          /* reset exclusive use of tty */
More results from ttycom.h