Home
last modified time | relevance | path

Searched defs:flavor (Results 1 – 25 of 76) sorted by relevance

1234

/xnu-10063.141.1/libsyscall/wrappers/
H A Dthread_register_state.c45 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-10063.141.1/osfmk/kern/
H A Dthread_act.c116 thread_set_state_allowed(thread_t thread, int flavor) in thread_set_state_allowed()
587 thread_flavor_t flavor, in thread_info()
614 int flavor, in thread_get_state_internal()
678 int flavor, in thread_get_state()
688 int flavor, in thread_get_state_to_user()
702 int flavor, in thread_set_state_internal()
776 int flavor, in thread_set_state()
786 int flavor, in thread_set_state_from_user()
798 thread_state_flavor_t flavor, in thread_convert_thread_state()
989 int flavor, in thread_setstatus()
[all …]
H A Dipc_tt.c1640 mach_thread_flavor_t flavor) in thread_get_special_port_internal()
1731 mach_thread_flavor_t flavor; in thread_get_special_port_from_user() local
1783 mach_thread_flavor_t flavor) in special_port_allowed_with_thread_flavor()
1906 mach_task_flavor_t flavor) in task_get_special_port_internal()
2030 mach_task_flavor_t flavor; in task_get_special_port_from_user() local
2088 mach_task_flavor_t flavor) in special_port_allowed_with_task_flavor()
2404 int flavor) /* control or read */ in task_conversion_eval_internal()
2495 task_conversion_eval(task_t caller, task_t victim, int flavor) in task_conversion_eval()
2504 task_conversion_eval_out_trans(task_t caller, task_t victim, int flavor) in task_conversion_eval_out_trans()
2519 mach_task_flavor_t flavor) in task_port_kotype_valid_for_flavor()
[all …]
H A Dux_handler.c203 __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 Dhost.c189 host_info(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_info()
405 host_statistics(host_t host, host_flavor_t flavor, host_info_t info, mach_msg_type_number_t * count) in host_statistics()
650 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()
722 rate_limit_host_statistics(bool is_stat64, host_flavor_t flavor, host_info64_t info, mach_msg_type_… in rate_limit_host_statistics()
851 host_statistics64(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_number_t * c… in host_statistics64()
883 host_statistics64_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_nu… in host_statistics64_from_user()
910 host_statistics_from_user(host_t host, host_flavor_t flavor, host_info64_t info, mach_msg_type_numb… in host_statistics_from_user()
941 host_priv_statistics(host_priv_t host_priv, host_flavor_t flavor, host_info_t info, mach_msg_type_n… in host_priv_statistics()
1094 processor_flavor_t flavor, in host_processor_info()
H A Dthread_call.c278 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 Dthread_policy.c266 thread_policy_flavor_t flavor, in thread_policy_set()
342 thread_policy_flavor_t flavor, in thread_policy_set_internal()
1284 thread_policy_flavor_t flavor, in thread_policy_get()
1914 int flavor, in proc_set_thread_policy_with_tid()
1937 int flavor, in proc_set_thread_policy()
1946 int flavor, in proc_set_thread_policy_ext()
2001 int flavor, in proc_set_thread_policy_locked()
2022 int flavor, in proc_set_thread_policy_spinlocked()
2048 int flavor, in thread_set_requested_policy_spinlocked()
2202 int flavor) in proc_get_thread_policy()
[all …]
H A Dprocessor.c644 processor_flavor_t flavor, in processor_info_count()
681 processor_flavor_t flavor, in processor_info()
1125 int flavor, in processor_set_info()
1259 int flavor, in processor_set_statistics()
1300 mach_task_flavor_t flavor) in processor_set_things()
1540 mach_task_flavor_t flavor) in processor_set_tasks_internal()
1571 mach_task_flavor_t flavor, in processor_set_tasks_with_flavor()
H A Dexception.h47 thread_state_flavor_t flavor; /* state flavor to send */ member
/xnu-10063.141.1/tests/
H A Dipc_read_inspect.c50 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 Dimmovable_send.c33 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 Dexc_resource_threads.c50 int * flavor, in catch_mach_exception_raise_state()
68 int * flavor, in catch_mach_exception_raise_state_identity()
H A Dhw_breakpoint_step_arm64.c55 int * flavor, in catch_mach_exception_raise_state()
73 int * flavor, in catch_mach_exception_raise_state_identity()
H A Dtask_info.c567 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-10063.141.1/osfmk/i386/
H A Dmachine_task.c71 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 Dcpu.c72 __unused processor_flavor_t flavor, in cpu_info_count()
82 processor_flavor_t flavor, in cpu_info()
H A Dpcb.c855 __unused thread_flavor_t flavor, in machine_thread_state_convert_to_user()
867 __unused thread_flavor_t flavor, in machine_thread_state_convert_from_user()
906 thread_flavor_t flavor, in machine_thread_set_state()
1300 thread_flavor_t flavor, in machine_thread_get_state()
1854 thread_flavor_t flavor, in machine_thread_get_kern_state()
/xnu-10063.141.1/osfmk/arm64/
H A Dmachine_task.c69 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 Dstatus.c326 thread_flavor_t flavor, in machine_thread_state_convert_to_user()
573 thread_flavor_t flavor, in machine_thread_state_convert_from_user()
755 machine_thread_state_is_debug_flavor(int flavor) in machine_thread_state_is_debug_flavor()
844 thread_flavor_t flavor, in machine_thread_get_state()
1142 thread_flavor_t flavor, in machine_thread_get_kern_state()
1222 thread_flavor_t flavor, in machine_thread_set_state()
1823 int flavor, in thread_userstack()
1979 int flavor, in thread_entrypoint()
/xnu-10063.141.1/libsyscall/wrappers/libproc/
H A Dlibproc.c101 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-10063.141.1/tests/ipc/
H A Dmach_exc_port_substitute.c62 __unused int *flavor, in catch_mach_exception_raise_state_identity()
81 __unused int *flavor, in catch_mach_exception_raise_state()
/xnu-10063.141.1/libsyscall/mach/
H A Dexc_catcher_state.c48 int *flavor, in internal_catch_exception_raise_state()
H A Dexc_catcher_state_identity.c50 int *flavor, in internal_catch_exception_raise_state_identity()
H A Dthread_act.c50 thread_policy_set(thread_act_t thread, thread_policy_flavor_t flavor, thread_policy_t policy_info, … in thread_policy_set()
/xnu-10063.141.1/bsd/kern/
H A Dproc_info.c299 proc_info_internal(int callnum, int pid, uint32_t flags, uint64_t ext_id, int flavor, uint64_t arg,… in proc_info_internal()
1587 proc_pidoriginatorinfo(int pid, int flavor, user_addr_t buffer, uint32_t buffersize, int32_t * ret… in proc_pidoriginatorinfo()
1670 proc_listcoalitions(int flavor, int type, user_addr_t buffer, in proc_listcoalitions()
1950 proc_pidinfo(int pid, uint32_t flags, uint64_t ext_id, int flavor, uint64_t arg, user_addr_t buffer… in proc_pidinfo()
2765 proc_pidfdinfo(int pid, int flavor, int fd, user_addr_t buffer, uint32_t buffersize, int32_t * retv… in proc_pidfdinfo()
3058 proc_pidfileportinfo(int pid, int flavor, mach_port_name_t name, in proc_pidfileportinfo()
3114 proc_security_policy(proc_t targetp, __unused int callnum, __unused int flavor, boolean_t check_sam… in proc_security_policy()
3178 proc_setcontrol(int pid, int flavor, uint64_t arg, user_addr_t buffer, uint32_t buffersize, __unuse… in proc_setcontrol()
3273 proc_dirtycontrol(int pid, int flavor, uint64_t arg, int32_t *retval) in proc_dirtycontrol()
3368 proc_dirtycontrol(__unused int pid, __unused int flavor, __unused uint64_t arg, __unused int32_t *r… in proc_dirtycontrol()
[all …]

1234