Home
last modified time | relevance | path

Searched refs:log_queue_log (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/os/
H A Dlog_queue.h29 bool log_queue_log(log_payload_t, const void *, bool);
H A Dlog.c353 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 Dlog_queue.c673 log_queue_log(log_payload_t lp, const void *lp_data, bool stream) in log_queue_log() function