Home
last modified time | relevance | path

Searched refs:secpolicy_power_mgmt (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h130 int secpolicy_power_mgmt(const cred_t *);
/illumos-gate/usr/src/uts/i86pc/io/fipe/
H A Dfipe_drv.c94 if (secpolicy_power_mgmt(credp) != 0) { in fipe_ioctl()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dppm_xgsubr.c455 if (secpolicy_power_mgmt(cred_p) != 0) { in ppm_ioctl()
/illumos-gate/usr/src/uts/common/io/
H A Dsrn.c248 if ((perm & SU) && secpolicy_power_mgmt(cr) == 0) /* privileged? */ in srn_perms()
H A Dpm.c332 if ((perm & SU) && secpolicy_power_mgmt(cr) == 0) /* privileged? */ in pm_perms()
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c2348 secpolicy_power_mgmt(const cred_t *cr) in secpolicy_power_mgmt() function