Searched defs:pfdp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_utils.c66 struct pollfd pfdp; member in struct:cu_data
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_dg.c106 struct pollfd pfdp; member in struct:cu_data
233 cu->pfdp.fd = cu->cu_fd;
234 cu->pfdp.events = MASKVAL;
383 switch (poll(&cu->pfdp, 1,
472 if (cu->pfdp.revents & POLLNVAL || (cu->pfdp.revents == 0)) {
H A Dclnt_vc.c1149 struct pollfd *pfdp; local
1150 int npfd; /* total number of pfdp allocated */
1166 pfdp = thr_get_storage(&pfdp_key, sizeof (struct pollfd), free);
1167 if (pfdp == NULL) {
1180 pfdp[0].fd = ct->ct_fd;
1181 pfdp[0].events = MASKVAL;
1182 pfdp[0].revents = 0;
1200 /* reallocate pfdp to svc_max_pollfd +1 */
1202 struct pollfd *tmp_pfdp = realloc(pfdp,
1215 pfdp
[all...]
H A Dsvc.c1282 svc_getreq_poll(struct pollfd *pfdp, const int pollretval) argument
1288 struct pollfd *p = &pfdp[i];

Completed in 24 milliseconds