Symbol: setpflags
usr/src/cmd/bhyve/common/privileges.c
106
(void) setpflags(PRIV_DEBUG, 1);
usr/src/cmd/fs.d/autofs/autod_main.c
307
(void) setpflags(NET_MAC_AWARE, 1);
usr/src/cmd/fs.d/autofs/autod_main.c
308
(void) setpflags(NET_MAC_AWARE_INHERIT, 1);
usr/src/cmd/fs.d/mount.c
826
setpflags(PRIV_PFEXEC, 1) != 0) {
usr/src/cmd/fs.d/nfs/mount/mount.c
320
(void) setpflags(NET_MAC_AWARE, 1);
usr/src/cmd/fs.d/nfs/umount/umount.c
132
(void) setpflags(NET_MAC_AWARE, 1);
usr/src/cmd/fs.d/umount.c
397
setpflags(PRIV_PFEXEC, 1) != 0) {
usr/src/cmd/gss/gssd/gssd_getuid.c
76
(void) setpflags(PRIV_AWARE, 1);
usr/src/cmd/pfexec/pfexec.c
105
if (setpflags(PRIV_PFEXEC, 1) != 0) {
usr/src/cmd/pfexec/pfexec.c
169
(void) setpflags(PRIV_PFEXEC, oflag);
usr/src/cmd/ptools/ppriv/ppriv.c
548
if (setpflags(NET_MAC_AWARE, 1) != 0)
usr/src/cmd/ptools/ppriv/ppriv.c
550
if (setpflags(NET_MAC_AWARE_INHERIT, 1) != 0)
usr/src/cmd/ptools/ppriv/ppriv.c
554
if (setpflags(PRIV_PFEXEC, 1) != 0)
usr/src/cmd/ptools/ppriv/ppriv.c
594
(void) setpflags(PRIV_DEBUG, Don ? 1 : 0);
usr/src/cmd/ptools/ppriv/ppriv.c
596
(void) setpflags(PRIV_XPOLICY, 1);
usr/src/cmd/ptools/ppriv/ppriv.c
598
(void) setpflags(PRIV_PFEXEC, 1);
usr/src/cmd/smbsrv/smbd/smbd_main.c
371
(void) setpflags(__PROC_PROTECT, 0);
usr/src/head/priv.h
49
extern int setpflags(uint_t, uint_t);
usr/src/lib/libc/port/gen/klpdlib.c
144
(void) setpflags(PRIV_XPOLICY, 1);
usr/src/lib/libc/port/gen/privlib.c
559
(void) setpflags(__PROC_PROTECT, 0);
usr/src/lib/libc/port/gen/privlib.c
589
(void) setpflags(__PROC_PROTECT, 0);
usr/src/lib/librestart/common/librestart.c
3766
ret = setpflags(PRIV_AWARE, 1);
usr/src/lib/pam_modules/unix_cred/unix_cred.c
619
(void) setpflags(PRIV_AWARE, 1);
usr/src/lib/pam_modules/unix_cred/unix_cred.c
647
(void) setpflags(PRIV_AWARE_RESET, 1);
usr/src/lib/pam_modules/unix_cred/unix_cred.c
653
(void) setpflags(PRIV_AWARE, 0);
usr/src/lib/pam_modules/unix_cred/unix_cred.c
658
(void) setpflags(PRIV_PFEXEC, 0);
usr/src/uts/common/fs/nfs/nfs4_stub_vnops.c
858
(void) setpflags(NET_MAC_AWARE, 1, mcred);
usr/src/uts/common/fs/nfs/nfs4_subr.c
1250
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/nfs/nfs_subr.c
1055
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/nfs/nfs_subr.c
1606
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/fs/smbclnt/netsmb/smb_subrs.c
72
(void) setpflags(NET_MAC_AWARE, 1, cr);
usr/src/uts/common/sys/priv.h
242
extern int setpflags(uint_t, uint_t, cred_t *);
usr/src/uts/common/syscall/ppriv.c
391
retv = setpflags((uint_t)op, (uint_t)type, NULL);