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

  /src/sys/kern/
subr_prf.c 1037 vprintf_flags(int flags, const char *fmt, va_list ap) function in typeref:typename:void
1050 vprintf_flags(flags, fmt, ap);
1060 vprintf_flags(TOLOG, fmt, ap);
1074 vprintf_flags(TOCONS, fmt, ap);
1088 vprintf_flags(TOCONS|NOTSTAMP, fmt, ap);
1105 vprintf_flags(TOCONS | TOLOG, fmt, ap);
1117 vprintf_flags(TOCONS | TOLOG, fmt, ap);
  /src/sys/sys/
systm.h 292 void vprintf_flags(int, const char *, va_list) __printflike(2, 0);

Completed in 41 milliseconds