Lines Matching refs:setppriv
434 ret = setppriv(op, setname, pset);
518 (void) setppriv(PRIV_SET, effective, perm);
526 setppriv(PRIV_SET, limit, nset) != 0)
531 if (setppriv(PRIV_SET, limit, perm) != 0)
536 if (setppriv(PRIV_SET, permitted, nset) != 0)
542 ret = setppriv(PRIV_SET, inheritable, nset);
582 (void) setppriv(PRIV_OFF, permitted, nset);
660 if ((r = setppriv(PRIV_SET, effective, tmpset)) != 0)
663 if ((r = setppriv(PRIV_SET, permitted, nset)) != 0)
670 (r = setppriv(PRIV_SET, limit, nset)) != 0)
704 return (setppriv(op, effective, bracketpriv));
714 (void) setppriv(PRIV_OFF, permitted, bracketpriv);