Searched refs:log_queue_log (Results 1 – 3 of 3) sorted by relevance
| /xnu-8792.41.9/libkern/os/ |
| H A D | log_queue.h | 29 bool log_queue_log(log_payload_t, const void *, bool);
|
| H A D | log.c | 412 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 D | log_queue.c | 681 log_queue_log(log_payload_t lp, const void *lp_data, bool stream) in log_queue_log() function
|