Searched defs:fd_set (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | select.h | 71 typedef struct fd_set { struct 73 } fd_set; typedef in typeref:struct:fd_set 86 fd_set *_p; \ 98 int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict, 103 int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
/illumos-gate/usr/src/lib/libast/common/sfio/ |
H A D | sfpkrd.c | 138 #define fd_set int macro 140 fd_set rd; 151 r = select(fd+1,&rd,NIL(fd_set*),NIL(fd_set*),tmp);
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | select.h | 136 typedef struct fd_set { struct 141 } fd_set; typedef in typeref:struct:fd_set 159 extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 160 fd_set *_RESTRICT_KYWD, struct timeval *_RESTRICT_KYWD); 163 extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD, 164 fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,
|
/illumos-gate/usr/src/lib/libbc/inc/include/sys/ |
H A D | types.h | 71 typedef struct fd_set { struct 73 } fd_set; typedef in typeref:struct:fd_set
|
Completed in 53 milliseconds