Home
last modified time | relevance | path

Searched refs:_os_log_internal (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/libkern/os/
H A Dlog.h382 _os_log_internal(&__dso_handle, log, type, _os_log_fmt, ##__VA_ARGS__); \
518 _os_log_internal(void *dso, os_log_t log, os_log_type_t type, const char *message, ...)
H A Dlog.c798 _os_log_internal(void *dso, os_log_t log, uint8_t type, const char *fmt, ...) in _os_log_internal() function