Searched refs:log_queue_log (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215/libkern/os/ |
| H A D | log_queue.h | 29 bool log_queue_log(log_payload_t, const void *, bool);
|
| H A D | log.c | 353 if (log_queue_log(&log, msg, true)) { in os_log_encoded_metadata() 376 if (log_queue_log(&log, msg, true)) { in os_log_encoded_log() 399 if (log_queue_log(&log, msg, true)) { in os_log_encoded_signpost() 759 if (!log_queue_log(&log, ctx.ctx_buffer, true)) { in _os_log_to_log_internal() 926 if (!log_queue_log(&log, pubdata, stream_log)) { in os_log_coprocessor()
|
| H A D | log_queue.c | 673 log_queue_log(log_payload_t lp, const void *lp_data, bool stream) in log_queue_log() function
|