Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c359 static int witness_output(const char *fmt, ...) __printflike(1, 2);
1178 witness_output("shared lock of (%s) %s @ %s:%d\n", in witness_checkorder()
1181 witness_output("while exclusively locked from %s:%d\n", in witness_checkorder()
1187 witness_output("exclusive lock of (%s) %s @ %s:%d\n", in witness_checkorder()
1190 witness_output("while share locked from %s:%d\n", in witness_checkorder()
1260 witness_output( in witness_checkorder()
1263 witness_output(" 1st %s @ %s:%d\n", plock->li_lock->lo_name, in witness_checkorder()
1265 witness_output(" 2nd %s @ %s:%d\n", lock->lo_name, in witness_checkorder()
1405 witness_output( in witness_checkorder()
1409 witness_output( in witness_checkorder()
[all …]