Searched refs:old_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/osfmk/kern/ |
| H A D | exception.c | 291 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 303 old_state_cnt = _MachineStateCount[flavor]; in exception_deliver() 306 &old_state_cnt, get_flags); in exception_deliver() 307 new_state_cnt = old_state_cnt; in exception_deliver() 320 old_state, old_state_cnt, in exception_deliver() 327 old_state, old_state_cnt, in exception_deliver() 334 (thread_state_t)old_state, old_state_cnt, in exception_deliver() 412 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 442 old_state_cnt = _MachineStateCount[flavor]; in exception_deliver() 445 &old_state_cnt, get_flags); in exception_deliver() [all …]
|