Searched refs:c_segment_info (Results 1 – 3 of 3) sorted by relevance
86 …T_QUIET; T_ASSERT_LE(offset + sizeof(struct c_segment_info), sz, "unexpected offset for c_segment_…87 const struct c_segment_info* cseg = (const struct c_segment_info*)(buf + offset);88 offset += sizeof(struct c_segment_info);
46 struct c_segment_info { struct
6173 if (sizeof(struct c_segment_info) + (nslots * sizeof(struct c_slot_info)) > insize) { in vm_compressor_serialize_segment_debug_info()6177 struct c_segment_info* csi = (struct c_segment_info*)buf; in vm_compressor_serialize_segment_debug_info()6178 offset += sizeof(struct c_segment_info); in vm_compressor_serialize_segment_debug_info()