Home
last modified time | relevance | path

Searched refs:secpolicy_cpc_cpu (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h90 int secpolicy_cpc_cpu(const cred_t *);
/illumos-gate/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c1056 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in check_cpc_securitypolicy()
1221 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in configure_gpc()
1276 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in configure_ffc()
H A Dp4_pcbe.c790 if (secpolicy_cpc_cpu(crgetcred()) != 0) in p4_pcbe_configure()
/illumos-gate/usr/src/uts/common/os/
H A Dpghw.c585 has_cpc_privilege = (secpolicy_cpc_cpu(crgetcred()) == 0); in pghw_cu_kstat_update()
H A Dcap_util.c1359 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in cu_cpu_kstat_update()
H A Dpolicy.c2376 secpolicy_cpc_cpu(const cred_t *cr) in secpolicy_cpc_cpu() function
/illumos-gate/usr/src/uts/common/io/
H A Dcpc.c476 if ((error = secpolicy_cpc_cpu(cr)) != 0) in kcpc_open()