Searched refs:nfds_t (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/sys/ |
| HD | poll.h | 40 typedef unsigned int nfds_t; typedef 112 int poll(struct pollfd _pfd[], nfds_t _nfds, int _timeout); 114 int ppoll(struct pollfd _pfd[], nfds_t _nfds,
|
| /trueos/lib/libc/sys/ |
| HD | poll.c | 44 poll(struct pollfd pfd[], nfds_t nfds, int timeout) in poll() 47 return (((int (*)(struct pollfd *, nfds_t, int)) in poll()
|
| HD | ppoll.c | 44 ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec *__restrict in ppoll() 48 return (((int (*)(struct pollfd *, nfds_t, const struct timespec *, in ppoll()
|
| /trueos/crypto/openssh/openbsd-compat/ |
| HD | bsd-poll.h | 40 typedef unsigned int nfds_t; typedef 59 int poll(struct pollfd *, nfds_t, int);
|
| HD | bsd-poll.c | 43 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() 45 nfds_t i; in poll()
|
| /trueos/usr.bin/whois/ |
| HD | whois.c | 287 nfds_t i, j; in whois()
|
| /trueos/lib/libthr/thread/ |
| HD | thr_syscalls.c | 330 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec * in __thr_ppoll()
|
| /trueos/lib/libusb/ |
| HD | libusb10_io.c | 104 nfds_t nfds; in libusb10_handle_events_sub()
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_console.c | 1250 nfds_t nfds; in osm_console()
|
| /trueos/contrib/ofed/libsdp/src/ |
| HD | port.c | 2181 int poll(struct pollfd *ufds, nfds_t nfds, int timeout) in poll()
|