Searched refs:__osloglike (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/libkern/os/ |
| H A D | log.h | 67 _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 D | log_private.h | 70 …g_t oslog, os_log_type_t type, const char *format, va_list args, void *ret_addr) __osloglike(3, 0);
|
| H A D | log.c | 92 __osloglike(3, 0) 97 __osloglike(1, 0) 101 __osloglike(2, 0)
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | cdefs.h | 428 #define __osloglike(fmtarg, firstvararg) \ macro
|