Searched refs:new_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/osfmk/kern/ |
| H A D | exception.c | 291 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 308 new_state_cnt = old_state_cnt; in exception_deliver() 322 new_state, &new_state_cnt); in exception_deliver() 329 new_state, &new_state_cnt); in exception_deliver() 334 (thread_state_t)new_state, new_state_cnt, in exception_deliver() 413 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 448 new_state_cnt = old_state_cnt; in exception_deliver() 465 new_state, &new_state_cnt); in exception_deliver() 475 new_state, &new_state_cnt); in exception_deliver() 482 (thread_state_t)new_state, new_state_cnt, in exception_deliver()
|