Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 89) sorted by relevance

1234

/xnu-8792.61.2/tools/tests/personas/
H A Dpersona_test.h47 #define err(fmt, ...) \ argument
57 #define errc(code, fmt, ...) \ argument
67 #define err_print(fmt, ...) \ argument
77 #define err__start(fmt, ...) \ argument
83 #define err__cont(fmt, ...) \ argument
89 #define err__finish(fmt, ...) \ argument
97 #define dbg(fmt, ...) \ argument
102 #define warn(fmt, ...) \ argument
112 #define info(fmt, ...) \ argument
118 #define info_start(fmt, ...) \ argument
[all …]
/xnu-8792.61.2/bsd/kern/
H A Dsubr_prf.c163 uprintf(const char *fmt, ...) in uprintf()
214 tprintf_impl(tpr_t tpr, const char *fmt, va_list ap) in tprintf_impl()
250 tprintf(tpr_t tpr, const char *fmt, ...) in tprintf()
264 tprintf_thd(thread_t thd, const char *fmt, ...) in tprintf_thd()
287 ttyprintf(struct tty *tp, const char *fmt, ...) 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()
409 printf_log_locked(bool addcr, const char *fmt, ...) in printf_log_locked()
422 vprintf_log_locked(const char *fmt, va_list ap, bool driverkit) in vprintf_log_locked()
497 vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf()
[all …]
H A Dkern_asl.c84 char fmt[MAX_FMT_LEN]; /* Format string to use with vaddlog */ in kern_asl_msg_va() local
/xnu-8792.61.2/iokit/Kernel/
H A DIOReporterDefs.h37 #define IORLOG(fmt, args...) \ argument
44 #define IORLOG(fmt, args...) argument
50 #define IORERROR(fmt, args...) IOLog(fmt, ##args); argument
52 #define IORERROR(fmt, args...) argument
H A DIOReportLegend.cpp38 #define IORLEGENDLOG(fmt, args...) \ argument
45 #define IORLEGENDLOG(fmt, args...) argument
H A DIONVRAM.cpp70 #define DEBUG_IFERROR(err, fmt, args...) \ argument
76 #define DEBUG_INFO(fmt, args...) \ argument
82 #define DEBUG_ALWAYS(fmt, args...) \ argument
87 #define DEBUG_IFERROR(err, fmt, args...) (void)NULL argument
88 #define DEBUG_INFO(fmt, args...) (void)NULL argument
89 #define DEBUG_ALWAYS(fmt, args...) (void)NULL argument
/xnu-8792.61.2/osfmk/kern/
H A Dprintf.c242 const char *fmt, in __doprnt()
755 const char *fmt, in _doprnt()
766 const char *fmt, in _doprnt_log()
867 vprintf_internal(const char *fmt, va_list ap_in, void *caller) in vprintf_internal()
890 printf(const char *fmt, ...) in printf()
904 vprintf(const char *fmt, va_list ap) in vprintf()
950 paniclog_append_noflush(const char *fmt, ...) in paniclog_append_noflush()
962 kdb_printf(const char *fmt, ...) in kdb_printf()
978 kdb_log(const char *fmt, ...) in kdb_log()
994 kdb_printf_unbuffered(const char *fmt, ...) in kdb_printf_unbuffered()
[all …]
H A Dassert.h86 #define __Panic(fmt, args...) (panic)(fmt, ##args) argument
98 #define assertf(ex, fmt, args...) \ argument
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_io_compression_stats.h43 #define io_compression_stats_dbg(fmt, ...) \ argument
46 #define io_compression_stats_dbg(fmt, ...) argument
/xnu-8792.61.2/libkern/stdio/
H A Dscanf.c121 sscanf(const char *ibuf, const char *fmt, ...) in sscanf()
136 const u_char *fmt = (const u_char *)fmt0; in vsscanf() local
612 __sccl(char *tab, const u_char *fmt) in __sccl()
/xnu-8792.61.2/bsd/netinet/
H A Dcpu_in_cksum_gen.c67 #define CKSUM_ERR(fmt, args...) kprintf(fmt, ## args) argument
79 #define CKSUM_ERR(fmt, args...) fprintf_stderr(fmt, ## args) argument
92 #define CKSUM_ERR(fmt, args...) ((void)0) argument
/xnu-8792.61.2/libsyscall/mach/
H A Dstring.c69 _mach_vsnprintf(char *buffer, int length, const char *fmt, va_list ap) in _mach_vsnprintf()
114 _mach_snprintf(char *buffer, int length, const char *fmt, ...) in _mach_snprintf()
/xnu-8792.61.2/libkern/os/
H A Dlog.c176 _os_log_internal(void *dso, os_log_t log, uint8_t type, const char *fmt, ...) in _os_log_internal()
188 _os_log_at_time(void *dso, os_log_t log, uint8_t type, uint64_t ts, const char *fmt, ...) in _os_log_at_time()
199 _os_log_internal_driverKit(void *dso, os_log_t log, uint8_t type, const char *fmt, ...) in _os_log_internal_driverKit()
253 os_log_with_args(os_log_t oslog, os_log_type_t type, const char *fmt, in os_log_with_args()
274 firehose_ftid(os_log_type_t type, const char *fmt, firehose_tracepoint_flags_t flags, in firehose_ftid()
317 resolve_dso(const char *fmt, void *dso, void *addr, bool driverKit) in resolve_dso()
377 _os_log_to_log_internal(os_log_type_t type, const char *fmt, va_list args, in _os_log_to_log_internal()
420 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, const char *fmt, in _os_log_with_args_internal()
/xnu-8792.61.2/bsd/skywalk/core/
H A Dskywalk_sysctl.c48 const char *name, int (*handler)SYSCTL_HANDLER_ARGS, const char *fmt) in _skoid_oid_init()
94 _skoid_add_property(struct skoid *skoid, const char *name, int kind, char *fmt, in _skoid_add_property()
/xnu-8792.61.2/EXTERNAL_HEADERS/CoreEntitlements/
H A DCoreEntitlements.h65 #define CE_RT_LOGF(fmt, ...) do { if (rt->log) { rt->log(rt, "[%s]: " fmt, __FUNCTION__, __VA_ARGS_… argument
/xnu-8792.61.2/bsd/nfs/
H A Dnfs_upcall.c48 #define DPRINT(fmt, ...) printf(fmt,## __VA_ARGS__) argument
50 #define DPRINT(fmt, ...) argument
/xnu-8792.61.2/tests/benchmark/
H A Dhelpers.c15 benchmark_log(bool verbose, const char *restrict fmt, ...) in benchmark_log()
/xnu-8792.61.2/bsd/sys/
H A Dpersona.h266 #define persona_dbg(fmt, ...) \ argument
271 #define persona_dbg(fmt, ...) do { } while (0) argument
/xnu-8792.61.2/bsd/miscfs/devfs/
H A Ddevfs_tree.c1493 const char *fmt, ...) in devfs_make_node_clone()
1535 gid_t gid, int perms, const char *fmt, ...) in devfs_make_node()
1558 gid_t gid, int perms, int (*clone)(dev_t dev, int action), const char *fmt, va_list ap) in devfs_make_node_internal()
1660 devfs_make_link(void *original, char *fmt, ...) in devfs_make_link()
/xnu-8792.61.2/san/memory/
H A Dubsan.c59 ubsan_json_log_ap(ubsan_buf_t *ub, const char *fmt, va_list ap) in ubsan_json_log_ap()
80 ubsan_json_log(ubsan_buf_t *ub, const char *fmt, ...) in ubsan_json_log()
171 ubsan_json_kv_ap(ubsan_buf_t *ub, bool quote, const char *key, const char *fmt, va_list ap) in ubsan_json_kv_ap()
193 ubsan_json_kv(ubsan_buf_t *ub, int quote, const char *key, const char *fmt, ...) in ubsan_json_kv()
204 ubsan_json_fmt(ubsan_buf_t *ub, const char *key, const char *fmt, ...) in ubsan_json_fmt()
/xnu-8792.61.2/tests/vm/
H A Dzalloc_buddy.c14 #define panic(fmt, ...) ({ T_FAIL(fmt, __VA_ARGS__); abort(); }) argument
/xnu-8792.61.2/pexpert/i386/
H A Dpe_kprintf.c125 kprintf(const char *fmt, ...) in kprintf()
/xnu-8792.61.2/libkern/net/
H A Dinet_ntop.c72 static const char fmt[] = "%u.%u.%u.%u"; in inet_ntop4() local
/xnu-8792.61.2/pexpert/arm/
H A Dpe_kprintf.c98 kprintf(const char *fmt, ...) in kprintf()
/xnu-8792.61.2/bsd/net/
H A Dpacket_mangler.h96 #define PKT_MNGLR_LOG(level, fmt, ...) \ argument

1234