| /xnu-8792.41.9/bsd/kern/ |
| H A D | subr_prf.c | 128 extern int __doprnt(const char *, va_list, void (*)(int, void *), void *, int, int); 168 va_list ap; in uprintf() 214 tprintf_impl(tpr_t tpr, const char *fmt, va_list ap) in tprintf_impl() 216 va_list ap2; in tprintf_impl() 252 va_list ap; in tprintf() 268 va_list ap; in tprintf_thd() 289 va_list ap; in ttyprintf() 323 vaddlog(const char *fmt, va_list ap) in vaddlog() 344 prf(const char *fmt, va_list ap, int flags, struct tty *ttyp) in prf() 412 va_list args; in printf_log_locked() [all …]
|
| H A D | kern_asl.c | 81 kern_asl_msg_va(int level, const char *facility, size_t num_pairs, va_list vargs) in kern_asl_msg_va() 149 va_list ap; in kern_asl_msg()
|
| /xnu-8792.41.9/osfmk/tests/ |
| H A D | ktest_accessor.c | 33 int vsnprintf(char *, size_t, const char *, va_list); 39 va_list args; in ktest_set_current_expr() 50 va_list args; in ktest_set_current_var() 74 va_list args; in ktest_set_current_msg()
|
| H A D | ktest_internal.h | 85 void ktest_emit_testskip(const char * skip_msg, va_list args); 87 void ktest_emit_log(const char * log_msg, va_list args);
|
| H A D | ktest_emit.c | 46 int vsnprintf(char *, size_t, const char *, va_list); 92 ktest_emit_testskip(const char * skip_msg, va_list args) in ktest_emit_testskip() 150 ktest_emit_log(const char * log_msg, va_list args) in ktest_emit_log()
|
| H A D | ktest.c | 65 va_list args; in ktest_testskip() 77 va_list args; in ktest_log()
|
| /xnu-8792.41.9/bsd/libkern/ |
| H A D | libkern.h | 213 int vsscanf(const char *, char const *, va_list); 215 extern int vprintf(const char *, va_list) __printflike(1, 0); 216 extern int vsnprintf(char *, size_t, const char *, va_list) __printflike(3, 0); 217 extern int vscnprintf(char *, size_t, const char *, va_list) __printflike(3, 0); 221 extern bool vprintf_log_locked(const char *, va_list, bool driverkit) __printflike(1, 0); 227 extern int vsprintf(char *bufp, const char *, va_list) __deprecated __printflike(2, 0);
|
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | printf.c | 243 va_list argp, in __doprnt() 756 va_list *argp, in _doprnt() 767 va_list *argp, in _doprnt_log() 867 vprintf_internal(const char *fmt, va_list ap_in, void *caller) in vprintf_internal() 872 va_list ap; in vprintf_internal() 894 va_list ap; in printf() 904 vprintf(const char *fmt, va_list ap) in vprintf() 952 va_list listp; in paniclog_append_noflush() 964 va_list listp; in kdb_printf() 980 va_list listp; in kdb_log() [all …]
|
| H A D | misc_protos.h | 174 extern int vprintf(const char *format, va_list ap) __printflike(1, 0); 204 va_list *argp, 211 va_list *argp, 218 va_list argp,
|
| H A D | debug.c | 129 extern int vsnprintf(char *, size_t, const char *, va_list); 178 va_list *db_panic_args; 235 va_list *debugger_panic_args = NULL; 241 void panic_trap_to_debugger(const char *panic_format_str, va_list *panic_args, 631 va_list *db_panic_args, uint64_t db_panic_options, void *db_panic_data_ptr, in DebuggerSaveState() 668 va_list *db_panic_args, uint64_t db_panic_options, void *db_panic_data_ptr, in DebuggerTrapWithState() 725 …t panic_options_mask, unsigned long panic_caller, const char *db_panic_str, va_list *db_panic_args) in check_and_handle_nested_panic() 976 va_list panic_str_args; in panic() 986 va_list panic_str_args; in panic_with_options() 1052 va_list panic_str_args; in panic_with_thread_context() [all …]
|
| /xnu-8792.41.9/libkern/kxld/tests/ |
| H A D | kxld_test.c | 35 const char *format, va_list ap, void *user_data __unused) in kxld_test_log() 37 va_list args; in kxld_test_log()
|
| H A D | kxld_test.h | 32 const char *format, va_list ap, void *user_data);
|
| /xnu-8792.41.9/pexpert/pexpert/ |
| H A D | protos.h | 56 va_list *argp, 63 va_list *argp,
|
| /xnu-8792.41.9/pexpert/arm/ |
| H A D | pe_kprintf.c | 78 va_list listp; in _kprintf() 100 va_list listp; in kprintf() 101 va_list listp2; in kprintf()
|
| /xnu-8792.41.9/libsyscall/mach/ |
| H A D | fprintf_stderr.c | 38 int (*vprintf_stderr_func)(const char *format, va_list ap) __printflike(1, 0); 55 va_list args; in fprintf_stderr()
|
| H A D | string.c | 69 _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap) in _mach_vsnprintf() 117 va_list ap; in _mach_snprintf()
|
| /xnu-8792.41.9/pexpert/i386/ |
| H A D | pe_kprintf.c | 107 va_list listp; in _kprintf() 127 va_list listp; in kprintf() 128 va_list listp2; in kprintf()
|
| /xnu-8792.41.9/libsyscall/wrappers/ |
| H A D | open_dprotected_np.c | 44 va_list ap; in open_dprotected_np() 63 va_list ap; in openat_dprotected_np()
|
| H A D | open-base.c | 86 va_list ap; in open() 129 va_list ap; in openat()
|
| H A D | ioctl.c | 36 va_list ap; in ioctl()
|
| /xnu-8792.41.9/libkern/os/ |
| H A D | log.c | 94 _os_log_with_args_internal(os_log_t, os_log_type_t, const char *, va_list, 99 _os_log_to_msgbuf_internal(const char *, va_list, uint64_t, bool, bool, bool); 180 va_list args; in _os_log_internal() 191 va_list args; in _os_log_at_time() 204 va_list args; in _os_log_internal_driverKit() 254 va_list args, void *addr) in os_log_with_args() 377 _os_log_to_log_internal(os_log_type_t type, const char *fmt, va_list args, in _os_log_to_log_internal() 421 va_list args, uint64_t ts, void *addr, void *dso, bool driverKit, bool addcr) in _os_log_with_args_internal() 441 _os_log_to_msgbuf_internal(const char *format, va_list args, uint64_t timestamp, in _os_log_to_msgbuf_internal() 454 va_list args_copy; in _os_log_to_msgbuf_internal()
|
| H A D | log_encode.h | 31 bool os_log_context_encode(os_log_context_t, const char *, va_list, uintptr_t, size_t);
|
| /xnu-8792.41.9/bsd/sys/_types/ |
| H A D | _va_list.h | 32 typedef __darwin_va_list va_list; typedef
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | system.h | 69 extern void _doprnt( const char *format, va_list *arg,
|
| /xnu-8792.41.9/bsd/sys/ |
| H A D | subr_prf.h | 86 extern int prf(const char *fmt, va_list ap, int flags, struct tty *ttyp) __printflike(1, 0);
|