Searched refs:new_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | exception.c | 289 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 305 new_state_cnt = old_state_cnt; in exception_deliver() 319 new_state, &new_state_cnt); in exception_deliver() 326 new_state, &new_state_cnt); in exception_deliver() 331 (thread_state_t)new_state, new_state_cnt, in exception_deliver() 405 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 439 new_state_cnt = old_state_cnt; in exception_deliver() 456 new_state, &new_state_cnt); in exception_deliver() 466 new_state, &new_state_cnt); in exception_deliver() 472 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
|