Home
last modified time | relevance | path

Searched refs:pubdata (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/libkern/firehose/
H A Dtracepoint_private.h176 const void *pubdata, size_t publen);
/xnu-12377.81.4/libkern/os/
H A Dlog.c903 uint8_t pubdata[OS_LOG_BUFFER_MAX_SIZE]; in os_log_coprocessor() local
906 memcpy(pubdata, &offset, sizeof(uint32_t)); in os_log_coprocessor()
908 memcpy(pubdata + wr_pos, uuid, 16); in os_log_coprocessor()
911 memcpy(pubdata + wr_pos, buff, buff_len); in os_log_coprocessor()
927 if (!log_queue_log(&log, pubdata, stream_log)) { in os_log_coprocessor()