Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsubr_witness.c349 static struct witness *witness_hash_get(const char *key);
1756 w = witness_hash_get(description); in enroll()
2707 witness_hash_get(const char *key) in witness_hash_get() function
2736 KASSERT(witness_hash_get(w->w_name) == NULL, in witness_hash_put()