Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/benchmark/
H A Dhelpers.c42 vprintf(fmt, args); in benchmark_log()
/xnu-12377.81.4/osfmk/kern/
H A Dmisc_protos.h184 extern int vprintf(const char *format, va_list ap) __printflike(1, 0);
H A Dprintf.c916 vprintf(const char *fmt, va_list ap) in vprintf() function
/xnu-12377.81.4/bsd/libkern/
H A Dlibkern.h215 extern int vprintf(const char *, va_list) __printflike(1, 0);
/xnu-12377.81.4/tests/sched/sched_test_harness/shadow_headers/
H A Dmisc_needed_deps.c20 vprintf(msg, args); in panic()
/xnu-12377.81.4/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c249 vprintf(kdp_fmt, args); in kdp_panic()
/xnu-12377.81.4/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c287 vprintf(kdp_fmt, args); in kdp_panic()
/xnu-12377.81.4/tools/kt-dump/
H A Dkt-dump.cpp140 n += vprintf(format, ap); in printf_with_indent()
/xnu-12377.81.4/bsd/nfs/
H A Dnfs_subs.c113 vprintf(fmt, ap); in nfs_printf()
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_subr.c5350 vprintf(fmt, ap); in vn_print_state()