Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDsubr_witness.c367 static int witness_output(const char *fmt, ...) __printflike(1, 2);
1158 witness_output("shared lock of (%s) %s @ %s:%d\n", in witness_checkorder()
1161 witness_output("while exclusively locked from %s:%d\n", in witness_checkorder()
1167 witness_output("exclusive lock of (%s) %s @ %s:%d\n", in witness_checkorder()
1170 witness_output("while share locked from %s:%d\n", in witness_checkorder()
1240 witness_output( in witness_checkorder()
1243 witness_output(" 1st %s @ %s:%d\n", plock->li_lock->lo_name, in witness_checkorder()
1245 witness_output(" 2nd %s @ %s:%d\n", lock->lo_name, in witness_checkorder()
1369 witness_output( in witness_checkorder()
1373 witness_output( in witness_checkorder()
[all …]