Home
last modified time | relevance | path

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

/xnu-8792.41.9/libkern/os/
H A Dlog_queue.h29 bool log_queue_log(log_payload_t, const void *, bool);
H A Dlog.c412 if (!log_queue_log(&log, ctx.ctx_buffer, true)) { in _os_log_to_log_internal()
587 if (!log_queue_log(&log, pubdata, stream_log)) { in os_log_coprocessor()
725 if (!log_queue_log(&log, pubdata, true)) { in firehose_trace_metadata()
H A Dlog_queue.c681 log_queue_log(log_payload_t lp, const void *lp_data, bool stream) in log_queue_log() function