Searched refs:tstate_size (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_core.c104 int tstate_size; member in struct:__anon143
143 + t->tstate_size;
192 int command_size, header_size, tstate_size; local
288 tstate_size = 0;
290 tstate_size += sizeof(mythread_state_flavor_t) +
294 tstate_size*thread_count;
460 tir1.tstate_size = tstate_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/i386/
H A Dkdp_vm.c84 int tstate_size; member in struct:__anon836
227 tc->cmdsize = sizeof(struct thread_command) + t->tstate_size;
295 unsigned int command_size = 0, header_size = 0, tstate_size = 0; local
333 tstate_size += sizeof(mythread_state_flavor_t) +
339 tstate_size * thread_count;
509 tir1.tstate_size = tstate_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_vm.c88 int tstate_size; member in struct:__anon839
270 + t->tstate_size;
319 unsigned int command_size = 0, header_size = 0, tstate_size = 0; local
356 tstate_size += sizeof(mythread_state_flavor_t) +
362 tstate_size*thread_count;
537 tir1.tstate_size = tstate_size;

Completed in 35 milliseconds