Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c344 static struct witness *witness_hash_get(const char *key);
1913 w = witness_hash_get(description); in enroll()
3016 witness_hash_get(const char *key) in witness_hash_get() function
3045 KASSERT(witness_hash_get(w->w_name) == NULL, in witness_hash_put()