Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c1062 int owner, cmatch, zmatch; in contract_owned() local
1083 zmatch = (ct->ct_czuniqid != mzuniqid) && (zuniqid == mzuniqid) && in contract_owned()
1086 return (owner || cmatch || zmatch); in contract_owned()