Searched refs:wset (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/pfexecd/ |
H A D | pfexecd.c | 337 priv_set_t *gset, *wset; local 340 wset = (priv_set_t *)&pap->pfa_buf; 343 res = priv_issubset(wset, gset);
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | dextern.h | 192 typedef struct wset { struct
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | os-ip.c | 253 fd_set rset, wset; local 300 wset = rset; 337 if ((n = select(sockfd +1, &rset, &wset, &eset, 342 /* if wset is set, the connect worked */ 343 if (FD_ISSET(sockfd, &wset) || FD_ISSET(sockfd, &rset)) { 368 if ((n = select(sockfd +1, &rset, &wset, NULL, 381 wset = rset; 414 if (FD_ISSET(sockfd, &rset) || FD_ISSET(sockfd, &wset)) {
|
Completed in 79 milliseconds