Home
last modified time | relevance | path

Searched refs:secpolicy_pbind (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dpolicy.h123 int secpolicy_pbind(const cred_t *);
/titanic_41/usr/src/uts/common/syscall/
H A Dpset.c285 secpolicy_pbind(CRED()) != 0) in pset_bind_thread()
563 } else if (pset != PS_NONE && secpolicy_pbind(CRED()) != 0) { in pset_bind()
/titanic_41/usr/src/uts/common/os/
H A Dpolicy.c1735 secpolicy_pbind(const cred_t *cr) in secpolicy_pbind() function