Searched refs:new_state_cnt (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | exception.c | 296 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 311 new_state_cnt = old_state_cnt; in exception_deliver() 325 new_state, &new_state_cnt); in exception_deliver() 332 new_state, &new_state_cnt); in exception_deliver() 337 (thread_state_t)new_state, new_state_cnt, in exception_deliver() 417 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local 452 new_state_cnt = old_state_cnt; in exception_deliver() 470 new_state, &new_state_cnt); in exception_deliver() 478 (thread_state_t)new_state, new_state_cnt, in exception_deliver() 489 mach_msg_type_number_t old_state_cnt, new_state_cnt; in exception_deliver() local [all …]
|