Searched refs:new_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | exception.c | 297 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 313 new_state_cnt = old_state_cnt; in exception_deliver() 327 new_state, &new_state_cnt); in exception_deliver() 334 new_state, &new_state_cnt); in exception_deliver() 339 (thread_state_t)new_state, new_state_cnt, in exception_deliver() 388 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 405 new_state_cnt = old_state_cnt; in exception_deliver() 422 new_state, &new_state_cnt); in exception_deliver() 432 new_state, &new_state_cnt); in exception_deliver() 438 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
|