Home
last modified time | relevance | path

Searched refs:__osloglike (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.101.4/libkern/os/
H A Dlog.h67 _os_log_verify_format_str(__unused const char *msg, ...) __osloglike(1, 2);
594 _os_log_internal(void *dso, os_log_t log, os_log_type_t type, const char *message, ...) __osloglike
605 …driverKit(void *dso, os_log_t log, os_log_type_t type, const char *message, ...) __osloglike(4, 5);
H A Dlog_private.h70 …g_t oslog, os_log_type_t type, const char *format, va_list args, void *ret_addr) __osloglike(3, 0);
H A Dlog.c92 __osloglike(3, 0)
97 __osloglike(1, 0)
101 __osloglike(2, 0)
/xnu-8020.101.4/bsd/sys/
H A Dcdefs.h428 #define __osloglike(fmtarg, firstvararg) \ macro