/titanic_41/usr/src/uts/common/sys/ |
H A D | poll_impl.h | 235 extern void pcache_create(pollcache_t *, nfds_t); 238 extern int pcache_poll(pollfd_t *, pollstate_t *, nfds_t, int *, int); 256 extern void pcache_insert_fd(pollcache_t *, polldat_t *, nfds_t); 258 extern void pcache_grow_hashtbl(pollcache_t *, nfds_t); 281 extern int pcacheset_resolve(pollstate_t *, nfds_t, int *, int);
|
H A D | poll.h | 50 typedef unsigned long nfds_t; typedef 141 int poll(struct pollfd *, nfds_t, int);
|
H A D | devpoll.h | 52 nfds_t dp_nfds; /* num of pollfd's in dp_fds[] */
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | poll.c | 34 ppoll(struct pollfd *_RESTRICT_KYWD fds, nfds_t nfd, in ppoll() 42 poll(struct pollfd *fds, nfds_t nfd, int timeout) in poll()
|
H A D | select.c | 139 rv = _pollsys(pfd, (nfds_t)n, tsp, sigmask); in pselect()
|
H A D | select_large_fdset.c | 183 rv = _pollsys(pfd_list, (nfds_t)nused, tsp, sigmask); in pselect_large_fdset()
|
/titanic_41/usr/src/lib/libslp/clib/ |
H A D | slp_net.c | 94 struct pollfd **, nfds_t *, struct bc_ifs *); 100 static void mc_recvmsg(struct pollfd *, nfds_t, slp_handle_impl_t *, 104 static void free_pfds(struct pollfd *, nfds_t); 110 struct pollfd [], nfds_t); 342 nfds_t nfds; in slp_mc_send() 701 struct pollfd **fds, nfds_t *nfds, in make_mc_target() 710 nfds_t nfd_i; in make_mc_target() 1006 static void mc_recvmsg(struct pollfd *pfd, nfds_t nfds, slp_handle_impl_t *hp, in mc_recvmsg() 1013 nfds_t i; in mc_recvmsg() 1105 static void free_pfds(struct pollfd *pfds, nfds_t nfds) { in free_pfds() [all …]
|
/titanic_41/usr/src/head/ |
H A D | poll.h | 50 extern int ppoll(struct pollfd *_RESTRICT_KYWD, nfds_t,
|
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/inetd/ |
H A D | util.c | 72 nfds_t num_pollfds; 175 nfds_t n; in find_pollfd()
|
H A D | inetd_impl.h | 244 extern nfds_t num_pollfds;
|
/titanic_41/usr/src/uts/common/syscall/ |
H A D | poll.c | 103 static int pollchecksanity(pollstate_t *, nfds_t); 291 poll_common(pollfd_t *fds, nfds_t nfds, timespec_t *tsp, k_sigset_t *ksetp) in poll_common() 303 nfds_t old_nfds; in poll_common() 629 pollsys(pollfd_t *fds, nfds_t nfds, timespec_t *timeoutp, sigset_t *setp) in pollsys() 1077 pcache_insert_fd(pollcache_t *pcp, polldat_t *pdp, nfds_t nfds) in pcache_insert_fd() 1111 pcache_grow_hashtbl(pollcache_t *pcp, nfds_t nfds) in pcache_grow_hashtbl() 1509 pollchecksanity(pollstate_t *ps, nfds_t nfds) in pollchecksanity() 1547 pcacheset_resolve(pollstate_t *ps, nfds_t nfds, int *fdcntp, int which) in pcacheset_resolve() 1563 nfds_t old_nfds; in pcacheset_resolve() 1842 pollscanrevents(pollcache_t *pcp, pollfd_t *pollfdp, nfds_t nfds) in pollscanrevents() [all …]
|
/titanic_41/usr/src/test/os-tests/tests/poll/ |
H A D | poll_test.c | 163 poll_wrapper(pollfd_t *fds, nfds_t nfds, int timeout, time_t *elapsed) in poll_wrapper() 181 dppoll(int pollfd, pollfd_t *fds, nfds_t nfds, int timeout, time_t *elapsed) in dppoll()
|
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.h | 298 int ses_poll(struct pollfd fds[], nfds_t nfds, int timeout);
|
H A D | dcs_ses.c | 477 ses_poll(struct pollfd fds[], nfds_t nfds, int timeout) in ses_poll()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | devpoll.c | 240 dp_pcache_poll(pollfd_t *pfdp, pollcache_t *pcp, nfds_t nfds, int *fdcntp) in dp_pcache_poll() 504 nfds_t pollfdnum; in dpwrite() 734 nfds_t nfds; in dpioctl()
|
/titanic_41/usr/src/lib/librsm/inc/ |
H A D | rsmapi.h | 291 int rsm_intr_signal_wait_pollfd(struct pollfd [], nfds_t, int, int *);
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | libc.h | 79 extern int _pollsys(struct pollfd *, nfds_t, const timespec_t *,
|
/titanic_41/usr/src/cmd/powertop/common/ |
H A D | powertop.c | 291 if (poll(&pollset, (nfds_t)1, in main()
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | poll_solaris.c | 247 nfds_t numpollfd = 0; in b_poll()
|
/titanic_41/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_mnt.c | 377 while (res = poll(fds, (nfds_t)1, -1)) { in watch_mnttab()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | scalls.c | 1009 _pollsys(struct pollfd *fds, nfds_t nfd, const timespec_t *timeout, in _pollsys() 1012 extern int __pollsys(struct pollfd *, nfds_t, const timespec_t *, in _pollsys()
|
/titanic_41/usr/src/lib/brand/solaris10/s10_brand/common/ |
H A D | s10_deleted.c | 176 s10_poll(sysret_t *rval, struct pollfd *fds, nfds_t nfd, int timeout) in s10_poll()
|
/titanic_41/usr/src/cmd/consadm/ |
H A D | consadm.c | 659 nfds_t nfds = 0; in fallbackdaemon()
|
/titanic_41/usr/src/lib/librsm/common/ |
H A D | rsmlib.c | 99 nfds_t, int, int *); 2598 rsm_intr_signal_wait_pollfd(struct pollfd fds[], nfds_t nfds, int timeout, in rsm_intr_signal_wait_pollfd() 2617 nfds_t nfds, int timeout, int *numfdsp) in __rsm_intr_signal_wait_common()
|
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib.c | 747 nfds_t pnfds; in pselect()
|