Searched refs:wr_pos (Results 1 – 1 of 1) sorted by relevance
568 size_t wr_pos = 0; in os_log_coprocessor() local571 wr_pos += sizeof(uint32_t); in os_log_coprocessor()572 memcpy(pubdata + wr_pos, uuid, 16); in os_log_coprocessor()573 wr_pos += 16; in os_log_coprocessor()575 memcpy(pubdata + wr_pos, buff, buff_len); in os_log_coprocessor()585 log_payload_init(&log, stream, trace_id, timestamp, buff_len + wr_pos); in os_log_coprocessor()