Home
last modified time | relevance | path

Searched refs:wset (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pfexecd/
H A Dpfexecd.c338 priv_set_t *gset, *wset; in callback_user_privs() local
341 wset = (priv_set_t *)&pap->pfa_buf; in callback_user_privs()
344 res = priv_issubset(wset, gset); in callback_user_privs()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c253 fd_set rset, wset; local
300 wset = rset;
337 if ((n = select(sockfd +1, &rset, &wset, &eset,
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)) {
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h190 typedef struct wset { struct