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

/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c2666 priv_set_t *iset = priv_allocset(); local
2667 if (iset == NULL) {
2671 if (getppriv(PRIV_INHERITABLE, iset) != 0) {
2674 priv_freeset(iset);
2677 priv_union(iset, ci->priv_set);
2678 priv_freeset(iset);

Completed in 30 milliseconds