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

  /src/sys/sys/
kernhist.h 183 #if defined(KERNHIST_PRINT)
261 void kernhist_print(void *, size_t, const char *, void (*)(const char *, ...) __printflike(1, 2));
  /src/sys/kern/
kern_history.c 252 * kernhist_print: ddb hook to print kern history.
255 kernhist_print(void *addr, size_t count, const char *modif,
  /src/sys/ddb/
db_command.c 1349 kernhist_print((void *)(uintptr_t)addr, count, modif, db_printf);

Completed in 13 milliseconds