Searched refs:_os_log_with_args_internal (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.140.69/libkern/os/ |
| H A D | log.c | 767 _os_log_with_args_internal(os_log_t oslog, os_log_type_t type, const char *fmt, in _os_log_with_args_internal() function 804 _os_log_with_args_internal(log, type, fmt, args, ts, addr, dso, FALSE, FALSE); in _os_log_internal() 815 _os_log_with_args_internal(log, type, fmt, args, ts, addr, dso, FALSE, FALSE); in _os_log_at_time() 865 _os_log_with_args_internal(log, type, fmt, args, ts, addr, dso, driverKitLog, true); in _os_log_internal_driverKit() 882 _os_log_with_args_internal(oslog, type, fmt, args, ts, addr, NULL, FALSE, FALSE); in os_log_with_args()
|