Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h374 int contract_owned(contract_t *, const cred_t *, int);
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1060 contract_owned(contract_t *ct, const cred_t *cr, int locked) in contract_owned() function
1977 } else if (cr != NULL && !contract_owned(ct, cr, B_TRUE)) { in cte_qreadable()
H A Dpolicy.c2400 if (contract_owned(ct, cr, B_FALSE)) in secpolicy_contract_observer()