Searched refs:pubdata (Results 1 – 2 of 2) sorted by relevance
176 const void *pubdata, size_t publen);
903 uint8_t pubdata[OS_LOG_BUFFER_MAX_SIZE]; in os_log_coprocessor() local906 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()