Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h125 int secpolicy_pbind(const cred_t *);
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c1810 secpolicy_pbind(const cred_t *cr) in secpolicy_pbind() function