Searched refs:new_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | exception.c | 291 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 307 new_state_cnt = old_state_cnt; in exception_deliver() 321 new_state, &new_state_cnt); in exception_deliver() 328 new_state, &new_state_cnt); in exception_deliver() 333 (thread_state_t)new_state, new_state_cnt, in exception_deliver() 407 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 441 new_state_cnt = old_state_cnt; in exception_deliver() 458 new_state, &new_state_cnt); in exception_deliver() 468 new_state, &new_state_cnt); in exception_deliver() 475 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
|