Searched refs:_isitmyx (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/kern/ |
H A D | subr_witness.c | 326 static int _isitmyx(struct witness *w1, struct witness *w2, int rmask, 1628 _isitmyx(struct witness *w1, struct witness *w2, int rmask, const char *fname) in _isitmyx() function 1668 return (_isitmyx(parent, child, WITNESS_PARENT, __func__)); in isitmychild() 1678 return (_isitmyx(ancestor, descendant, WITNESS_ANCESTOR_MASK, in isitmydescendant()
|