Home
last modified time | relevance | path

Searched refs:nfds_t (Results 1 – 10 of 10) sorted by relevance

/trueos/sys/sys/
HDpoll.h40 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/
HDpoll.c44 poll(struct pollfd pfd[], nfds_t nfds, int timeout) in poll()
47 return (((int (*)(struct pollfd *, nfds_t, int)) in poll()
HDppoll.c44 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/
HDbsd-poll.h40 typedef unsigned int nfds_t; typedef
59 int poll(struct pollfd *, nfds_t, int);
HDbsd-poll.c43 poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll()
45 nfds_t i; in poll()
/trueos/usr.bin/whois/
HDwhois.c287 nfds_t i, j; in whois()
/trueos/lib/libthr/thread/
HDthr_syscalls.c330 __thr_ppoll(struct pollfd pfd[], nfds_t nfds, const struct timespec * in __thr_ppoll()
/trueos/lib/libusb/
HDlibusb10_io.c104 nfds_t nfds; in libusb10_handle_events_sub()
/trueos/contrib/ofed/management/opensm/opensm/
HDosm_console.c1250 nfds_t nfds; in osm_console()
/trueos/contrib/ofed/libsdp/src/
HDport.c2181 int poll(struct pollfd *ufds, nfds_t nfds, int timeout) in poll()