HomeSort by: relevance | last modified time | path
    Searched defs:vprintf (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/i386/stand/lib/test/
sanamespace.h 15 #undef vprintf macro
  /src/sys/lib/libsa/
subr_prf.c 144 vprintf(const char *fmt, va_list ap) function
stand.h 80 #define vprintf libsa_vprintf macro
251 void vprintf(const char *, va_list)
  /src/sbin/restore/
restore.h 165 #define vprintf if (vflag) fprintf macro
  /src/sys/external/bsd/acpica/dist/utilities/
utprint.c 786 * FUNCTION: vprintf
798 vprintf ( function
839 Length = vprintf (Format, Args);
  /src/sys/kern/
subr_prf.c 1093 * normal kernel printf functions: printf, vprintf, snprintf, vsnprintf
1110 * vprintf: print a message to the console and the log [already have
1115 vprintf(const char *fmt, va_list ap) function

Completed in 21 milliseconds