Home
last modified time | relevance | path

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

/sys/kern/
Dprintf.c202 void consoleputc(int c,void* handle) in consoleputc() function
216 ret = kvprintf(fmt, consoleputc, 0, ap); in kprintf()
227 kvprintf(fmt, consoleputc, 0, ap); in Debug_Assert()