Home
last modified time | relevance | path

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

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