Symbol: nfds_t
usr/src/cmd/cmd-inet/usr.lib/inetd/inetd_impl.h
244
extern nfds_t num_pollfds;
usr/src/cmd/cmd-inet/usr.lib/inetd/util.c
173
nfds_t n;
usr/src/cmd/cmd-inet/usr.lib/inetd/util.c
70
nfds_t num_pollfds;
usr/src/cmd/consadm/consadm.c
657
nfds_t nfds = 0;
usr/src/cmd/dcs/sparc/sun4u/dcs.h
296
int ses_poll(struct pollfd fds[], nfds_t nfds, int timeout);
usr/src/cmd/dcs/sparc/sun4u/dcs_ses.c
475
ses_poll(struct pollfd fds[], nfds_t nfds, int timeout)
usr/src/cmd/powertop/common/powertop.c
288
if (poll(&pollset, (nfds_t)1,
usr/src/cmd/prstat/prstat.c
1709
if (poll(&pollset, (nfds_t)1, timeout) > 0) {
usr/src/head/poll.h
50
extern int ppoll(struct pollfd *_RESTRICT_KYWD, nfds_t,
usr/src/lib/brand/solaris10/s10_brand/common/s10_deleted.c
176
s10_poll(sysret_t *rval, struct pollfd *fds, nfds_t nfd, int timeout)
usr/src/lib/libc/inc/libc.h
82
extern int _pollsys(struct pollfd *, nfds_t, const timespec_t *,
usr/src/lib/libc/port/gen/poll.c
34
ppoll(struct pollfd *_RESTRICT_KYWD fds, nfds_t nfd,
usr/src/lib/libc/port/gen/poll.c
42
poll(struct pollfd *fds, nfds_t nfd, int timeout)
usr/src/lib/libc/port/gen/select.c
117
nfds_t npfds = 0;
usr/src/lib/libc/port/gen/select.c
85
static nfds_t
usr/src/lib/libc/port/gen/select.c
88
nfds_t total = 0;
usr/src/lib/libc/port/threads/scalls.c
1024
_pollsys(struct pollfd *fds, nfds_t nfd, const timespec_t *timeout,
usr/src/lib/libc/port/threads/scalls.c
1027
extern int __pollsys(struct pollfd *, nfds_t, const timespec_t *,
usr/src/lib/libdiskmgt/common/inuse_mnt.c
375
while (res = poll(fds, (nfds_t)1, -1)) {
usr/src/lib/libresolv2/common/isc/eventlib.c
743
nfds_t pnfds;
usr/src/lib/librsm/common/rsmlib.c
2596
rsm_intr_signal_wait_pollfd(struct pollfd fds[], nfds_t nfds, int timeout,
usr/src/lib/librsm/common/rsmlib.c
2615
nfds_t nfds, int timeout, int *numfdsp)
usr/src/lib/librsm/common/rsmlib.c
97
nfds_t, int, int *);
usr/src/lib/librsm/inc/rsmapi.h
289
int rsm_intr_signal_wait_pollfd(struct pollfd [], nfds_t, int, int *);
usr/src/lib/libslp/clib/slp_net.c
1007
static void mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp,
usr/src/lib/libslp/clib/slp_net.c
1014
nfds_t i;
usr/src/lib/libslp/clib/slp_net.c
102
static void free_pfds(struct pollfd *, nfds_t);
usr/src/lib/libslp/clib/slp_net.c
108
struct pollfd [], nfds_t);
usr/src/lib/libslp/clib/slp_net.c
1106
static void free_pfds(struct pollfd *pfds, nfds_t nfds) {
usr/src/lib/libslp/clib/slp_net.c
1107
nfds_t i;
usr/src/lib/libslp/clib/slp_net.c
1162
struct pollfd pfd[], nfds_t nfds) {
usr/src/lib/libslp/clib/slp_net.c
340
nfds_t nfds;
usr/src/lib/libslp/clib/slp_net.c
702
struct pollfd **fds, nfds_t *nfds,
usr/src/lib/libslp/clib/slp_net.c
711
nfds_t nfd_i;
usr/src/lib/libslp/clib/slp_net.c
92
struct pollfd **, nfds_t *, struct bc_ifs *);
usr/src/lib/libslp/clib/slp_net.c
98
static void mc_recvmsg(struct pollfd *, nfds_t, slp_handle_impl_t *,
usr/src/test/os-tests/tests/poll/poll_test.c
163
poll_wrapper(pollfd_t *fds, nfds_t nfds, int timeout, time_t *elapsed)
usr/src/test/os-tests/tests/poll/poll_test.c
181
dppoll(int pollfd, pollfd_t *fds, nfds_t nfds, int timeout, time_t *elapsed)
usr/src/uts/common/io/devpoll.c
1198
nfds_t nfds;
usr/src/uts/common/io/devpoll.c
1566
nfds_t nfds = 1;
usr/src/uts/common/io/devpoll.c
249
dp_pcache_poll(dp_entry_t *dpep, void *dpbuf, pollcache_t *pcp, nfds_t nfds,
usr/src/uts/common/io/devpoll.c
717
nfds_t pollfdnum;
usr/src/uts/common/os/sysent.c
169
int pollsys(pollfd_t *, nfds_t, timespec_t *, sigset_t *);
usr/src/uts/common/sys/devpoll.h
56
nfds_t dp_nfds; /* num of pollfd's in dp_fds[] */
usr/src/uts/common/sys/poll.h
152
int poll(struct pollfd *, nfds_t, int);
usr/src/uts/common/sys/poll_impl.h
319
extern void pcache_create(pollcache_t *, nfds_t);
usr/src/uts/common/sys/poll_impl.h
322
extern int pcache_poll(pollfd_t *, pollstate_t *, nfds_t, int *, int);
usr/src/uts/common/sys/poll_impl.h
341
extern void pcache_insert_fd(pollcache_t *, polldat_t *, nfds_t);
usr/src/uts/common/sys/poll_impl.h
343
extern void pcache_grow_hashtbl(pollcache_t *, nfds_t);
usr/src/uts/common/sys/poll_impl.h
367
extern int pcacheset_resolve(pollstate_t *, nfds_t, int *, int);
usr/src/uts/common/syscall/poll.c
107
static int pollchecksanity(pollstate_t *, nfds_t);
usr/src/uts/common/syscall/poll.c
1118
pcache_insert_fd(pollcache_t *pcp, polldat_t *pdp, nfds_t nfds)
usr/src/uts/common/syscall/poll.c
1152
pcache_grow_hashtbl(pollcache_t *pcp, nfds_t nfds)
usr/src/uts/common/syscall/poll.c
1543
pollchecksanity(pollstate_t *ps, nfds_t nfds)
usr/src/uts/common/syscall/poll.c
1581
pcacheset_resolve(pollstate_t *ps, nfds_t nfds, int *fdcntp, int which)
usr/src/uts/common/syscall/poll.c
1597
nfds_t old_nfds;
usr/src/uts/common/syscall/poll.c
1876
pollscanrevents(pollcache_t *pcp, pollfd_t *pollfdp, nfds_t nfds)
usr/src/uts/common/syscall/poll.c
1902
pcache_poll(pollfd_t *pollfdp, pollstate_t *ps, nfds_t nfds, int *fdcntp,
usr/src/uts/common/syscall/poll.c
2949
pcache_create(pollcache_t *pcp, nfds_t nfds)
usr/src/uts/common/syscall/poll.c
3047
nfds_t nfds = psp->ps_nfds;
usr/src/uts/common/syscall/poll.c
330
poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp)
usr/src/uts/common/syscall/poll.c
342
nfds_t old_nfds;
usr/src/uts/common/syscall/poll.c
665
pollsys(pollfd_t *fds, nfds_t nfds, timespec_t *timeoutp, sigset_t *setp)