Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kdp/ml/x86_64/
H A Dkdp_vm.c104 size_t hoffset; in kern_collectth_state() local
114 hoffset = 0; in kern_collectth_state()
116 if (hoffset + sizeof(struct thread_command) > size) { in kern_collectth_state()
121 tc = (struct thread_command *) ((uintptr_t)buffer + hoffset); in kern_collectth_state()
124 hoffset += sizeof(struct thread_command); in kern_collectth_state()
131 if (hoffset + sizeof(x86_state_hdr_t) > size) { in kern_collectth_state()
135 *(x86_state_hdr_t *)((uintptr_t)buffer + hoffset) = in kern_collectth_state()
137 hoffset += sizeof(x86_state_hdr_t); in kern_collectth_state()
140 if (hoffset + thread_flavor_array[i].count * sizeof(int) > size) { in kern_collectth_state()
188 void *tstate = (void *)((uintptr_t)buffer + hoffset); in kern_collectth_state()
[all …]
/xnu-11215/bsd/kern/
H A Dkern_core.c106 size_t hoffset; member
175 size_t hoffset, i; in collectth_state() local
184 hoffset = t->hoffset; in collectth_state()
191 hoffset += sizeof(struct thread_command); in collectth_state()
202 (thread_state_t)(header + hoffset), in collectth_state()
204 hoffset += flavors[i].count * sizeof(int); in collectth_state()
207 t->hoffset = hoffset; in collectth_state()
280 hoffset += sizeof(struct note_command); in dump_notes()
327 size_t hoffset; in coredump() local
705 hoffset += segment_command_sz; in coredump()
[all …]