Searched refs:pubdata (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.81.2/libkern/os/ |
| H A D | log.c | 567 uint8_t pubdata[OS_LOG_BUFFER_MAX_SIZE]; in os_log_coprocessor() local 570 memcpy(pubdata, &offset, sizeof(uint32_t)); in os_log_coprocessor() 572 memcpy(pubdata + wr_pos, uuid, 16); in os_log_coprocessor() 575 memcpy(pubdata + wr_pos, buff, buff_len); in os_log_coprocessor() 587 if (!log_queue_log(&log, pubdata, stream_log)) { in os_log_coprocessor() 596 _firehose_trace_early_boot(firehose_tracepoint_id_u ftid, uint64_t stamp, const void *pubdata, size… in _firehose_trace_early_boot() argument 610 memcpy(ft->ft_data, pubdata, publen); in _firehose_trace_early_boot() 711 uint64_t stamp, const void *pubdata, size_t publen) in firehose_trace_metadata() argument 725 if (!log_queue_log(&log, pubdata, true)) { in firehose_trace_metadata()
|
| /xnu-8792.81.2/libkern/firehose/ |
| H A D | tracepoint_private.h | 178 uint64_t stamp, const void *pubdata, size_t publen);
|