| /xnu-8796.141.3/libsyscall/wrappers/ |
| H A D | thread_register_state.c | 45 thread_state_flavor_t flavor = x86_THREAD_STATE32; in thread_get_register_pointer_values() local 49 thread_state_flavor_t flavor = x86_THREAD_STATE64; in thread_get_register_pointer_values() local 53 thread_state_flavor_t flavor = ARM_THREAD_STATE; in thread_get_register_pointer_values() local 57 thread_state_flavor_t flavor = ARM_THREAD_STATE64; in thread_get_register_pointer_values() local
|
| /xnu-8796.141.3/osfmk/kern/ |
| H A D | thread_act.c | 116 thread_set_state_allowed(thread_t thread, int flavor) in thread_set_state_allowed() 559 thread_flavor_t flavor, in thread_info() 586 int flavor, in thread_get_state_internal() 650 int flavor, in thread_get_state() 660 int flavor, in thread_get_state_to_user() 674 int flavor, in thread_set_state_internal() 748 int flavor, in thread_set_state() 758 int flavor, in thread_set_state_from_user() 770 thread_state_flavor_t flavor, in thread_convert_thread_state() 961 int flavor, in thread_setstatus() [all …]
|
| H A D | ux_handler.c | 203 __unused int *flavor, in catch_exception_raise_state() 218 __unused int *flavor, in catch_mach_exception_raise_state() 235 __unused int *flavor, in catch_exception_raise_state_identity() 252 __unused int *flavor, in catch_mach_exception_raise_state_identity()
|
| H A D | host.c | 190 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info() 407 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics() 652 get_host_info_data_index(bool is_stat64, host_flavor_t flavor, mach_msg_type_number_t* count, kern_… in get_host_info_data_index() 724 rate_limit_host_statistics(bool is_stat64, host_flavor_t flavor, host_info64_t info, mach_msg_type_… in rate_limit_host_statistics() 853 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64() 885 host_statistics64_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_nu… in host_statistics64_from_user() 912 host_statistics_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_numb… in host_statistics_from_user() 943 host_priv_statistics(host_priv_t host_priv, host_flavor_t flavor, host_info_t info, mach_msg_type_n… in host_priv_statistics() 1096 processor_flavor_t flavor, in host_processor_info()
|
| H A D | ipc_tt.c | 1624 mach_thread_flavor_t flavor) in thread_get_special_port_internal() 1715 mach_thread_flavor_t flavor; in thread_get_special_port_from_user() local 1767 mach_thread_flavor_t flavor) in special_port_allowed_with_thread_flavor() 1890 mach_task_flavor_t flavor) in task_get_special_port_internal() 2014 mach_task_flavor_t flavor; in task_get_special_port_from_user() local 2072 mach_task_flavor_t flavor) in special_port_allowed_with_task_flavor() 2415 int flavor) /* control or read */ in task_conversion_eval_internal() 2506 task_conversion_eval(task_t caller, task_t victim, int flavor) in task_conversion_eval() 2515 task_conversion_eval_out_trans(task_t caller, task_t victim, int flavor) in task_conversion_eval_out_trans() 2530 mach_task_flavor_t flavor) in task_port_kotype_valid_for_flavor() [all …]
|
| H A D | thread_call.c | 278 thread_call_set_flavor(thread_call_t call, thread_call_flavor_t flavor) in thread_call_set_flavor() 303 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_enqueue_tail() local 333 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_dequeue() local 358 thread_call_flavor_t flavor, in thread_call_enqueue_deadline() 470 for (thread_call_flavor_t flavor = 0; flavor < TCF_COUNT; flavor++) { in thread_call_group_setup() local 758 thread_call_flavor_t flavor) in _delayed_call_enqueue() 830 thread_call_flavor_t flavor) in _arm_delayed_call_timer() 1272 thread_call_flavor_t flavor = (flags & THREAD_CALL_CONTINUOUS) ? TCF_CONTINUOUS : TCF_ABSOLUTE; in thread_call_enter_delayed_internal() local 1356 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_cancel_locked() local 1593 thread_call_flavor_t flavor = thread_call_get_flavor(call); in thread_call_finish() local [all …]
|
| H A D | thread_policy.c | 266 thread_policy_flavor_t flavor, in thread_policy_set() 342 thread_policy_flavor_t flavor, in thread_policy_set_internal() 1277 thread_policy_flavor_t flavor, in thread_policy_get() 1907 int flavor, in proc_set_thread_policy_with_tid() 1930 int flavor, in proc_set_thread_policy() 1939 int flavor, in proc_set_thread_policy_ext() 1994 int flavor, in proc_set_thread_policy_locked() 2015 int flavor, in proc_set_thread_policy_spinlocked() 2041 int flavor, in thread_set_requested_policy_spinlocked() 2193 int flavor) in proc_get_thread_policy() [all …]
|
| H A D | processor.c | 632 processor_flavor_t flavor, in processor_info_count() 669 processor_flavor_t flavor, in processor_info() 1113 int flavor, in processor_set_info() 1247 int flavor, in processor_set_statistics() 1288 mach_task_flavor_t flavor) in processor_set_things() 1520 mach_task_flavor_t flavor) in processor_set_tasks_internal() 1581 mach_task_flavor_t flavor, in processor_set_tasks_with_flavor()
|
| H A D | exception.h | 47 thread_state_flavor_t flavor; /* state flavor to send */ member
|
| /xnu-8796.141.3/tests/ |
| H A D | ipc_read_inspect.c | 50 unsigned int flavor, /* task_flavor_t or thread_flavor_t */ in RESULT_CHECK() 64 task_flavor_t flavor) in test_task_get_special_port() 127 thread_flavor_t flavor) in test_thread_get_special_port() 155 task_flavor_t flavor) in test_task_threads() 216 task_flavor_t flavor) in test_processor_set_tasks() 282 task_flavor_t flavor) in test_task_port_mig_intrans() 443 thread_flavor_t flavor) in test_thread_port_mig_intrans()
|
| H A D | immovable_send.c | 33 int * flavor, in catch_mach_exception_raise_state() 51 int * flavor, in catch_mach_exception_raise_state_identity() 167 thread_state_flavor_t flavor; variable
|
| H A D | exc_resource_threads.c | 50 int * flavor, in catch_mach_exception_raise_state() 68 int * flavor, in catch_mach_exception_raise_state_identity()
|
| H A D | hw_breakpoint_step_arm64.c | 54 int * flavor, in catch_mach_exception_raise_state() 72 int * flavor, in catch_mach_exception_raise_state_identity()
|
| H A D | reply_port_defense.c | 55 int * flavor, in catch_mach_exception_raise_state() 73 int * flavor, in catch_mach_exception_raise_state_identity()
|
| H A D | task_info.c | 567 task_flavor_t flavor = 0; in test_task_basic_info() local 776 task_flavor_t flavor = MACH_TASK_BASIC_INFO; variable 859 task_flavor_t flavor = MACH_TASK_BASIC_INFO; variable
|
| /xnu-8796.141.3/osfmk/i386/ |
| H A D | machine_task.c | 71 int flavor, in machine_task_set_state() 152 int flavor, in machine_task_get_state() 268 int flavor; in machine_thread_inherit_taskwide() local
|
| H A D | cpu.c | 72 __unused processor_flavor_t flavor, in cpu_info_count() 82 processor_flavor_t flavor, in cpu_info()
|
| H A D | pcb.c | 853 __unused thread_flavor_t flavor, in machine_thread_state_convert_to_user() 865 __unused thread_flavor_t flavor, in machine_thread_state_convert_from_user() 904 thread_flavor_t flavor, in machine_thread_set_state() 1298 thread_flavor_t flavor, in machine_thread_get_state() 1852 thread_flavor_t flavor, in machine_thread_get_kern_state()
|
| /xnu-8796.141.3/osfmk/arm64/ |
| H A D | machine_task.c | 69 int flavor, in machine_task_set_state() 150 int flavor, in machine_task_get_state() 231 int flavor; in machine_thread_inherit_taskwide() local
|
| H A D | status.c | 327 thread_flavor_t flavor, in machine_thread_state_convert_to_user() 574 thread_flavor_t flavor, in machine_thread_state_convert_from_user() 832 thread_flavor_t flavor, in machine_thread_get_state() 1130 thread_flavor_t flavor, in machine_thread_get_kern_state() 1210 thread_flavor_t flavor, in machine_thread_set_state() 1808 int flavor, in thread_userstack() 1964 int flavor, in thread_entrypoint()
|
| /xnu-8796.141.3/libsyscall/wrappers/libproc/ |
| H A D | libproc.c | 101 proc_pidinfo(int pid, int flavor, uint64_t arg, void *buffer, int buffersize) in proc_pidinfo() 114 proc_pidoriginatorinfo(int flavor, void *buffer, int buffersize) in proc_pidoriginatorinfo() 126 proc_listcoalitions(int flavor, int coaltype, void *buffer, int buffersize) in proc_listcoalitions() 138 proc_pid_rusage(int pid, int flavor, rusage_info_t *buffer) in proc_pid_rusage() 160 proc_pidfdinfo(int pid, int fd, int flavor, void * buffer, int buffersize) in proc_pidfdinfo() 173 proc_pidfileportinfo(int pid, uint32_t fileport, int flavor, void *buffer, int buffersize) in proc_pidfileportinfo() 184 proc_piddynkqueueinfo(int pid, int flavor, kqueue_id_t kq_id, void *buffer, int buffersize) in proc_piddynkqueueinfo() 196 proc_udata_info(int pid, int flavor, void *buffer, int buffersize) in proc_udata_info()
|
| /xnu-8796.141.3/libsyscall/mach/ |
| H A D | exc_catcher_state.c | 48 int *flavor, in internal_catch_exception_raise_state()
|
| H A D | exc_catcher_state_identity.c | 50 int *flavor, in internal_catch_exception_raise_state_identity()
|
| /xnu-8796.141.3/tests/ipc/ |
| H A D | mach_exc_port_substitute.c | 62 __unused int *flavor, in catch_mach_exception_raise_state_identity() 81 __unused int *flavor, in catch_mach_exception_raise_state()
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | proc_info.c | 294 proc_info_internal(int callnum, int pid, uint32_t flags, uint64_t ext_id, int flavor, uint64_t arg,… in proc_info_internal() 1579 proc_pidoriginatorinfo(int pid, int flavor, user_addr_t buffer, uint32_t buffersize, int32_t * ret… in proc_pidoriginatorinfo() 1662 proc_listcoalitions(int flavor, int type, user_addr_t buffer, in proc_listcoalitions() 1902 proc_pidinfo(int pid, uint32_t flags, uint64_t ext_id, int flavor, uint64_t arg, user_addr_t buffer… in proc_pidinfo() 2698 proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retv… in proc_pidfdinfo() 2991 proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, in proc_pidfileportinfo() 3047 proc_security_policy(proc_t targetp, __unused int callnum, __unused int flavor, boolean_t check_sam… in proc_security_policy() 3109 proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, __unuse… in proc_setcontrol() 3204 proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t *retval) in proc_dirtycontrol() 3302 proc_dirtycontrol(__unused int pid, __unused int flavor, __unused uint64_t arg, __unused int32_t *r… in proc_dirtycontrol() [all …]
|