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

/freebsd-12-stable/sys/kern/
H A Dsubr_witness.c359 static int witness_output(const char *fmt, ...) __printflike(1, 2);
1176 witness_output("shared lock of (%s) %s @ %s:%d\n",
1179 witness_output("while exclusively locked from %s:%d\n",
1185 witness_output("exclusive lock of (%s) %s @ %s:%d\n",
1188 witness_output("while share locked from %s:%d\n",
1258 witness_output(
1261 witness_output(" 1st %s @ %s:%d\n", plock->li_lock->lo_name,
1263 witness_output(" 2nd %s @ %s:%d\n", lock->lo_name,
1385 witness_output(
1389 witness_output(
2215 witness_output(const char *fmt, ...) function
[all...]

Completed in 134 milliseconds