Searched refs:pubsize (Results 1 – 2 of 2) sorted by relevance
| /xnu-10063.101.15/libkern/firehose/ |
| H A D | chunk_private.h | 95 firehose_stream_t stream, uint8_t qos, uint16_t pubsize, in firehose_chunk_tracepoint_try_reserve() argument 122 ft_size + pubsize + privsize) || !stamp_delta_fits) { in firehose_chunk_tracepoint_try_reserve() 132 pos.fcp_pos += roundup(ft_size + pubsize, 8) * in firehose_chunk_tracepoint_try_reserve() 165 uint16_t pubsize, uint64_t thread_id, long offset) in firehose_chunk_tracepoint_begin() argument 170 stamp |= (uint64_t)pubsize << 48; in firehose_chunk_tracepoint_begin()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | exclaves_log.c | 96 assert3u(ld->pubsize, <=, ld_size); in os_log_replay_log() 112 if (!os_log_encoded_log(ftid, ld->stamp, ld_data, ld_size, ld->pubsize)) { in os_log_replay_log() 119 if (!os_log_encoded_signpost(ftid, ld->stamp, ld_data, ld_size, ld->pubsize)) { in os_log_replay_log()
|