Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c312 static int _isitmyx(struct witness *w1, struct witness *w2, int rmask,
2092 _isitmyx(struct witness *w1, struct witness *w2, int rmask, const char *fname) in _isitmyx() function
2129 return (_isitmyx(parent, child, WITNESS_PARENT, __func__)); in isitmychild()
2139 return (_isitmyx(ancestor, descendant, WITNESS_ANCESTOR_MASK, in isitmydescendant()