gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:_IOW from t2ex/bsd_source/t2ex/network/net/src_bsd/sys/filio.h (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/sys/filio.h - 3.1KB - 62 lines
47: #define FIONREAD        _IOR('f', 127, int)    /* get # bytes to read */
48: #define FIONBIO         _IOW('f', 126, int)    /* set/clear non-blocking i/o */
49: #define FIOASYNC        _IOW('f', 125, int)    /* set/clear async i/o */
50: #define FIOSETOWN       _IOW('f', 124, int)   /* set owner */
51: #define FIOGETOWN       _IOR('f', 123, int)   /* get owner */