Searched refs:wr_pos (Results 1 – 1 of 1) sorted by relevance
903 size_t wr_pos = 0; in os_log_coprocessor() local906 wr_pos += sizeof(uint32_t); in os_log_coprocessor()907 memcpy(pubdata + wr_pos, uuid, 16); in os_log_coprocessor()908 wr_pos += 16; in os_log_coprocessor()910 memcpy(pubdata + wr_pos, buff, buff_len); in os_log_coprocessor()911 wr_pos += buff_len; in os_log_coprocessor()924 log_payload_init(&log, firehose_stream(type), trace_id, timestamp, wr_pos, wr_pos); in os_log_coprocessor()