Searched refs:format (Results 1 - 25 of 44) sorted by relevance

12

/darwin-on-arm/xnu/libkern/kxld/tests/
H A Dkxld_test.h32 const char *format, va_list ap, void *user_data);
H A Dkxld_test.c35 const char *format, va_list ap, void *user_data __unused)
40 vfprintf(stderr, format, args);
34 kxld_test_log(KXLDLogSubsystem sys __unused, KXLDLogLevel level __unused, const char *format, va_list ap, void *user_data __unused) argument
/darwin-on-arm/xnu/libsyscall/mach/
H A Dfprintf_stderr.c38 int (*vprintf_stderr_func)(const char *format, va_list ap);
52 fprintf_stderr(const char *format, ...) argument
57 va_start(args, format);
60 retval = _mach_vsnprintf(buffer, sizeof(buffer), format, args);
63 retval = (*vprintf_stderr_func)(format, args);
H A Dmach_error.c68 int fprintf_stderr(const char *format, ...);
/darwin-on-arm/xnu/pexpert/arm/common/
H A Dpe_kprintf.c96 void kprintf(const char *format, ...) argument
100 va_start(listp, format);
101 _doprnt(format, &listp, PE_kputc, 16);
/darwin-on-arm/xnu/
H A Dlldbmacros.py114 ostream.printString ( "kern_memorystatus_level: {0}".format(findGlobalValue("kern_memorystatus_level")) )
115 ostream.printString ( "vm_page_throttled_count: {0}".format(findGlobalValue("vm_page_throttled_count")) )
116 ostream.printString ( "vm_page_active_count: {0}".format(findGlobalValue("vm_page_active_count")) )
117 ostream.printString ( "vm_page_inactive_count: {0}".format(findGlobalValue("vm_page_inactive_count")) )
118 ostream.printString ( "vm_page_wire_count: {0}".format(findGlobalValue("vm_page_wire_count")) )
119 ostream.printString ( "vm_page_free_count: {0}".format(findGlobalValue("vm_page_free_count")) )
120 ostream.printString ( "vm_page_purgeable_count: {0}".format(findGlobalValue("vm_page_purgeable_count")) )
121 ostream.printString ( "vm_page_inactive_target: {0}".format(findGlobalValue("vm_page_inactive_target")) )
122 ostream.printString ( "vm_page_free_target: {0}".format(findGlobalValue("vm_page_free_target")) )
123 ostream.printString ( "insue_ptepages_count: {0}".format(findGlobalValu
[all...]
/darwin-on-arm/xnu/pexpert/i386/
H A Dpe_kprintf.c89 static void _kprintf(const char *format, ...) argument
93 va_start(listp, format);
94 _doprnt(format, &listp, PE_kputc, 16);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOKitDebug.cpp73 char format[] = "%xxxs"; local
87 snprintf(format + 1, sizeof(format) - 1, "%ds", 2 * next->getDepth( plane ));
88 DEBG( format, "");
H A DIOLib.cpp782 void IOLog(const char *format, ...) argument
786 va_start(ap, format);
787 IOLogv(format, ap);
791 void IOLogv(const char *format, va_list ap) argument
798 __doprnt(format, ap, _iolog_logputc, NULL, 16);
801 __doprnt(format, ap2, _iolog_consputc, NULL, 16);
/darwin-on-arm/xnu/osfmk/kern/
H A Dmisc_protos.h123 extern int printf(const char *format, ...) __printflike(1,2);
137 extern int kdb_printf(const char *format, ...) __printflike(1,2);
139 extern int kdb_log(const char *format, ...) __printflike(1,2);
141 extern int kdb_printf_unbuffered(const char *format, ...) __printflike(1,2);
/darwin-on-arm/xnu/pexpert/pexpert/i386/
H A Dprotos.h73 extern int sprintf(char * str, const char * format, ...);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOLib.h288 @param format A printf() style format string (see printf(3) documentation).
289 @param other arguments described by the format string. */
291 void IOLog(const char *format, ...)
292 __attribute__((format(printf, 1, 2)));
297 @param format A printf() style format string (see printf(3) documentation).
300 void IOLogv(const char *format, va_list ap);
304 void kprintf(const char *format, ...);
H A Dsystem.h69 extern void _doprnt( const char *format, va_list *arg,
H A DIODeviceTreeSupport.h96 unsigned int format:4; member in struct:IONVRAMDescriptor
/darwin-on-arm/xnu/libkern/c++/
H A DOSString.cpp140 OSString *OSString::stringWithFormat(const char *format, ...)
146 if (!format)
149 va_start(argList, format);
151 me->length = vsnprintf(me->string, 256, format, argList);
H A DOSRuntime.cpp67 #define OSRuntimeLog(kext, flags, format, args...) \
70 OSKextLog((kext), (flags), (format), ## args); \
72 printf((format), ## args); \
/darwin-on-arm/xnu/libsyscall/mach/mach/
H A Dmach_init.h123 extern int (*vprintf_stderr_func)(const char *format, va_list ap);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c19 * Everything is logged to stdout in the standard Testbot format, which
21 * format. Logging is factored out as much as possible for future
87 void logr(char *format, ...) __printflike(1, 2);
104 void logr(char *format, ...) argument
109 va_start(ap, format);
110 vprintf(format, ap);
281 int exit_status, const char *format, ...)
284 test_fn_t tear_down, const char *format, ...)
286 void logv(char *format, ...) __printflike(1, 2);
289 int exit_status, const char *format,
288 _fatal(const char *file, int line, const char *function, int exit_status, const char *format, ...) argument
302 _run_suite(int numoftests, test_fn_t set_up, UnitTests tests, test_fn_t tear_down, const char *format, ...) argument
370 logv(char *format, ...) argument
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prf.c77 * Fixed tharshing format in many functions. Cleanup.
325 _printf(int flags, struct tty *ttyp, const char *format, ...) argument
336 va_start(ap, format);
337 __doprnt(format, ap, putchar, &pca, 10);
483 snprintf(char *str, size_t size, const char *format, ...) argument
488 va_start(ap, format);
489 retval = vsnprintf(str, size, format, ap);
498 vsnprintf(char *str, size_t size, const char *format, va_list ap) argument
505 retval = __doprnt(format, ap, snprintf_func, &info, 10);
H A Dvm_pressure.c69 #define VM_PRESSURE_DEBUG(cond, format, ...) \
71 if (cond) { printf(format, ##__VA_ARGS__); } \
74 #define VM_PRESSURE_DEBUG(cond, format, ...)
/darwin-on-arm/xnu/libkern/libkern/
H A Dkxld_types.h172 const char *format, va_list ap, void *user_data);
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_util.h116 const char *format, ...)
117 __attribute__((visibility("hidden"), format(printf, 3, 4)));
/darwin-on-arm/xnu/libkern/zlib/
H A Dgzio.c624 control of the format string, as in fprintf. gzprintf returns the number of
630 int ZEXPORTVA gzprintf (gzFile file, const char *format, /* args */ ...) argument
637 va_start(va, format);
640 (void)vsprintf(buf, format, va);
645 len = vsprintf(buf, format, va);
650 (void)vsnprintf(buf, sizeof(buf), format, va);
654 len = vsnprintf(buf, sizeof(buf), format, va);
664 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
667 const char *format;
677 sprintf(buf, format, a
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ruleset.c90 #define DPFPRINTF(format, x...) \
92 printf(format, ##x)
124 #define DPFPRINTF(format, x...) fprintf(stderr, format, ##x)
126 #define DPFPRINTF(format, x...) ((void)0)
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h71 const char * format, ...)
72 __attribute__((format(printf, 3, 4)));
77 const char * format,
134 const char * format,
160 const char * format,

Completed in 89 milliseconds

12