Searched refs:__KASSERTSTR (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/sys/lib/libkern/ |
| D | libkern.h | 112 #define __KASSERTSTR "kernel %sassertion \"%s\" failed: file \"%s\", line %d" macro 119 panic(__KASSERTSTR " " msg, "diagnostic ", #e, \ 130 panic(__KASSERTSTR " " msg, "debugging ", #e, \
|
| /openbsd/src/sys/kern/ |
| D | subr_prf.c | 157 panic(__KASSERTSTR, t, e, f, l); in __assert()
|