Home
last modified time | relevance | path

Searched refs:pfdp (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/io/
H A Ddevpoll.c240 dp_pcache_poll(pollfd_t *pfdp, pollcache_t *pcp, nfds_t nfds, int *fdcntp) in dp_pcache_poll() argument
319 pfdp[fdcnt].fd = fd; in dp_pcache_poll()
320 pfdp[fdcnt].revents = POLLNVAL; in dp_pcache_poll()
379 pfdp[fdcnt].fd = fd; in dp_pcache_poll()
380 pfdp[fdcnt].events = pdp->pd_events; in dp_pcache_poll()
381 pfdp[fdcnt].revents = revent; in dp_pcache_poll()
501 pollfd_t *pollfdp, *pfdp; in dpwrite() local
574 for (pfdp = pollfdp; pfdp < pollfdp + pollfdnum; pfdp++) { in dpwrite()
575 fd = pfdp->fd; in dpwrite()
579 if (pfdp->events != POLLREMOVE) { in dpwrite()
[all …]
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1159 struct pollfd *pfdp; in read_vc() local
1176 pfdp = thr_get_storage(&pfdp_key, sizeof (struct pollfd), free); in read_vc()
1177 if (pfdp == NULL) { in read_vc()
1191 pfdp[0].fd = ct->ct_fd; in read_vc()
1192 pfdp[0].events = MASKVAL; in read_vc()
1193 pfdp[0].revents = 0; in read_vc()
1213 struct pollfd *tmp_pfdp = realloc(pfdp, in read_vc()
1226 pfdp = tmp_pfdp; in read_vc()
1228 (void) pthread_setspecific(pfdp_key, pfdp); in read_vc()
1231 (void) memcpy(&pfdp[1], svc_pollfd, in read_vc()
[all …]
H A Dclnt_dg.c113 struct pollfd pfdp; member
241 cu->pfdp.fd = cu->cu_fd; in clnt_dg_create()
242 cu->pfdp.events = MASKVAL; in clnt_dg_create()
391 switch (poll(&cu->pfdp, 1, in clnt_dg_call()
479 if (cu->pfdp.revents & POLLNVAL || (cu->pfdp.revents == 0)) { in clnt_dg_call()
H A Dsvc.c1285 svc_getreq_poll(struct pollfd *pfdp, const int pollretval) in svc_getreq_poll() argument
1291 struct pollfd *p = &pfdp[i]; in svc_getreq_poll()
/titanic_41/usr/src/cmd/ypcmd/
H A Dyp_b_svc.c463 void_close(void *pfdp, int fd) in void_close() argument
465 if (fd != *(int *)pfdp) in void_close()
/titanic_41/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c66 struct pollfd pfdp; member
/titanic_41/usr/src/lib/libnsl/common/
H A Dllib-lnsl791 void svc_getreq_poll(struct pollfd *pfdp, int pollretval);