subr_prf.c | 64 #include <sys/kprintf.h> 172 /* assert kprintf wasn't somehow inited while we were in */ 274 kprintf(fmt, TOLOG|TOCONS, NULL, NULL, ap); 311 kprintf(fmt, TOLOG, NULL, NULL, ap); 315 kprintf(fmt, TOCONS, NULL, NULL, ap); 337 kprintf(fmt, TOLOG, NULL, NULL, ap); 339 kprintf(fmt, TOCONS, NULL, NULL, cap); 383 kprintf(fmt, TOLOG, NULL, NULL, ap); 387 kprintf(fmt, TOCONS, NULL, NULL, ap); 558 kprintf(fmt, TOTTY, p->p_session->s_ttyp, NULL, ap) 1252 kprintf(const char *fmt0, int oflags, void *vp, char *sbuf, va_list ap) function in typeref:typename:int [all...] |