Searched refs:witness_hash_get (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c344 static struct witness *witness_hash_get(const char *key);
1859 w = witness_hash_get(description);
2924 witness_hash_get(const char *key) function
2953 KASSERT(witness_hash_get(w->w_name) == NULL,

Completed in 109 milliseconds