Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dpolicy.h89 int secpolicy_cpc_cpu(const cred_t *);
/titanic_41/usr/src/uts/common/os/
H A Dpghw.c584 has_cpc_privilege = (secpolicy_cpc_cpu(crgetcred()) == 0); in pghw_cu_kstat_update()
H A Dcap_util.c1358 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in cu_cpu_kstat_update()
H A Dpolicy.c2295 secpolicy_cpc_cpu(const cred_t *cr) in secpolicy_cpc_cpu() function
/titanic_41/usr/src/uts/intel/pcbe/
H A Dcore_pcbe.c1575 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in check_cpc_securitypolicy()
1740 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in configure_gpc()
1795 if (secpolicy_cpc_cpu(crgetcred()) != 0) { in configure_ffc()
H A Dp4_pcbe.c793 if (secpolicy_cpc_cpu(crgetcred()) != 0) in p4_pcbe_configure()
/titanic_41/usr/src/uts/common/io/
H A Dcpc.c476 if ((error = secpolicy_cpc_cpu(cr)) != 0) in kcpc_open()