Home
last modified time | relevance | path

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

/xnu-11417.140.69/libkern/os/
H A Dlog.c903 size_t wr_pos = 0; in os_log_coprocessor() local
906 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()