Searched refs:wr_pos (Results 1 – 1 of 1) sorted by relevance
904 size_t wr_pos = 0; in os_log_coprocessor() local907 wr_pos += sizeof(uint32_t); in os_log_coprocessor()908 memcpy(pubdata + wr_pos, uuid, 16); in os_log_coprocessor()909 wr_pos += 16; in os_log_coprocessor()911 memcpy(pubdata + wr_pos, buff, buff_len); in os_log_coprocessor()912 wr_pos += buff_len; in os_log_coprocessor()925 log_payload_init(&log, firehose_stream(type), trace_id, timestamp, wr_pos, wr_pos); in os_log_coprocessor()