HomeSort by: relevance | last modified time | path
    Searched refs:kern_assert (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libkern/
kern_assert.c 1 /* $NetBSD: kern_assert.c,v 1.5 2021/12/13 01:33:32 chs Exp $ */
43 kern_assert(const char *fmt, ...) function in typeref:typename:void
libkern.h 249 kern_assert(__KASSERTSTR, "", #e, __FILE__, __LINE__))
287 kern_assert(__KASSERTSTR msg, "diagnostic ", #e, \
291 kern_assert(__KASSERTSTR, "diagnostic ", #e, \
306 kern_assert(__KASSERTSTR msg, "debugging ", #e, \
310 kern_assert(__KASSERTSTR, "debugging ", #e, \
427 void kern_assert(const char *, ...)
  /src/sys/dev/raidframe/
rf_driver.c 911 kern_assert("raidframe error at line %d file %s", line, file);
918 kern_assert("raidframe error at line %d file %s (failed asserting %s)\n",

Completed in 14 milliseconds