Searched refs:getppriv (Results 1 - 14 of 14) sorted by relevance
/osnet-11/usr/src/lib/libc/port/sys/ |
H A D | ppriv.c | 30 #pragma weak _getppriv = getppriv 55 getppriv(priv_ptype_t type, priv_set_t *pset) function
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Privilege/ |
H A D | Privilege.pm | 26 my @syscalls = qw(setppriv getppriv setpflags getpflags);
|
H A D | Privilege.xs | 127 getppriv(which) 131 if (getppriv(which, RETVAL) != 0) {
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | setpriority.c | 205 getppriv(PRIV_EFFECTIVE, pset) == 0 &&
|
H A D | privlib.c | 456 if (getppriv(effective, curset) != 0 || 517 (void) getppriv(permitted, perm); 637 (void) getppriv(permitted, tmpset); 655 (void) getppriv(inheritable, tmpset);
|
/osnet-11/usr/src/lib/libnetcfg/common/ |
H A D | libnetcfg_zio.c | 185 if (getppriv(PRIV_PERMITTED, pset) == -1) {
|
/osnet-11/usr/src/lib/pam_modules/unix_cred/ |
H A D | unix_cred.c | 663 if (getppriv(PRIV_PERMITTED, tset) != 0) { 684 if (getppriv(PRIV_LIMIT, tset) != 0) {
|
/osnet-11/usr/src/lib/libinstzones/common/ |
H A D | zones_exec.c | 453 if (getppriv(PRIV_EFFECTIVE, privset) != 0) {
|
/osnet-11/usr/src/lib/libshare_plugins/smb/ |
H A D | libshare_smb.c | 1141 (void) getppriv(PRIV_EFFECTIVE, priv_effective);
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | ldap_attr.c | 219 (void) getppriv(PRIV_EFFECTIVE, ps);
|
/osnet-11/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2671 if (getppriv(PRIV_INHERITABLE, iset) != 0) {
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_writes.c | 1209 (void) getppriv(PRIV_EFFECTIVE, ps);
|
H A D | ns_reads.c | 3719 (void) getppriv(PRIV_EFFECTIVE, ps);
|
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_addr.c | 3798 getppriv(PRIV_EFFECTIVE, pset) != 0 ||
|
Completed in 89 milliseconds