Searched defs:task (Results 1 - 25 of 80) sorted by relevance

1234

/xnu-2422.115.4/osfmk/kern/
H A Dtask_swap.c60 task_swappable( host_priv_t host_priv, task_t task, __unused boolean_t make_swappable) argument
H A Dsyscall_emulation.c83 task_set_emulation_vector( __unused task_t task, __unused int vector_start, __unused emulation_vector_t emulation_vector, __unused mach_msg_type_number_t emulation_vector_count) argument
99 task_get_emulation_vector( __unused task_t task, __unused int *vector_start, __unused emulation_vector_t *emulation_vector, __unused mach_msg_type_number_t *emulation_vector_count) argument
113 task_set_emulation( __unused task_t task, __unused vm_offset_t routine_entry_pt, __unused int routine_number) argument
H A Dsync_lock.c62 lock_set_create( __unused task_t task, __unused lock_set_t *new_lock_set, __unused int n_ulocks, __unused int policy) argument
72 lock_set_destroy( __unused task_t task, __unused lock_set_t lock_set) argument
H A Dipc_misc.c162 fileport_invoke(task_t task, mach_port_name_t name, argument
199 fileport_walk(task_t task, argument
[all...]
H A Dexception.c319 task_t task; local
373 task_t task; local
428 struct task *task = thread->task; local
[all...]
H A Dkpc_common.c236 task_t task = NULL; local
H A Daffinity.c239 task_affinity_deallocate(task_t task) argument
263 task_affinity_info( task_t task, task_info_t task_info_out, mach_msg_type_number_t *task_info_count) argument
[all...]
/xnu-2422.115.4/bsd/dev/chud/
H A Dchud_process.c40 chudxnu_pid_for_task(task_t task) argument
/xnu-2422.115.4/libsyscall/mach/
H A Dexc_catcher.c43 internal_catch_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt) argument
H A Dexc_catcher_state_identity.c44 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
H A Dmach_vm.c89 mach_vm_protect( mach_port_name_t task, mach_vm_address_t address, mach_vm_size_t size, boolean_t set_maximum, vm_prot_t new_protection) argument
109 vm_allocate( mach_port_name_t task, vm_address_t *address, vm_size_t size, int flags) argument
130 vm_deallocate( mach_port_name_t task, vm_address_t address, vm_size_t size) argument
143 vm_protect( mach_port_name_t task, vm_address_t address, vm_size_t size, boolean_t set_maximum, vm_prot_t new_protection) argument
[all...]
/xnu-2422.115.4/osfmk/i386/
H A Dmachine_task.c64 machine_task_set_state( task_t task, int flavor, thread_state_t state, mach_msg_type_number_t state_count) argument
154 machine_task_get_state(task_t task, int flavor, thread_state_t state, mach_msg_type_number_t *state_count) argument
237 machine_task_terminate(task_t task) argument
[all...]
H A Dpcb_native.c335 machine_thread_create( thread_t thread, task_t task) argument
H A Duser_ldt.c100 task_t task = current_task(); local
291 task_t task = current_task(); local
376 task_t task = thread->task; local
[all...]
/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c211 task_t task = p->task; local
/xnu-2422.115.4/bsd/kern/
H A Dmach_process.c118 task_t task; local
H A Dkern_core.c211 task_t task = current_task(); local
/xnu-2422.115.4/osfmk/ipc/
H A Dmach_kernelrpc.c42 task_t task = port_name_to_task(args->target); local
64 task_t task = port_name_to_task(args->target); local
81 task_t task = port_name_to_task(args->target); local
100 task_t task = port_name_to_task(args->target); local
124 task_t task = port_name_to_task(args->target); local
145 task_t task = port_name_to_task(args->target); local
162 task_t task = port_name_to_task(args->target); local
179 task_t task = port_name_to_task(args->target); local
197 task_t task = port_name_to_task(args->target); local
214 task_t task = port_name_to_task(args->target); local
239 task_t task = port_name_to_task(args->target); local
257 task_t task = port_name_to_task(args->target); local
274 task_t task = port_name_to_task(args->target); local
300 task_t task = port_name_to_task(args->target); local
317 task_t task = port_name_to_task(args->target); local
334 task_t task = port_name_to_task(args->target); local
[all...]
H A Dipc_object.c869 task_t task = TASK_NULL; local
[all...]
/xnu-2422.115.4/osfmk/kperf/
H A Dkperf.c255 task_t task; local
H A Dpet.c68 task_t task; local
148 task_t task = taskv[i]; local
[all...]
/xnu-2422.115.4/security/
H A Dmac_task.c77 mac_task_label_update(struct label *cred, struct label *task) argument
/xnu-2422.115.4/tools/tests/unit_tests/thread_get_state_11918811_src/
H A Dthread_get_state.c98 catch_mach_exception_raise( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt ) argument
163 catch_mach_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, mach_exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt ) argument
/xnu-2422.115.4/osfmk/chud/
H A Dchud_thread.c183 chudxnu_is_64bit_task(task_t task) argument
245 task_t task, *task_list = (task_t *)addr; local
332 chudxnu_private_task_threads( task_t task, thread_act_array_t *threads_out, mach_msg_type_number_t *count) argument
474 chudxnu_task_threads( task_t task, thread_array_t *thread_list, mach_msg_type_number_t *count) argument
[all...]
/xnu-2422.115.4/osfmk/device/
H A Diokit_rpc.c359 iokit_make_send_right( task_t task, io_object_t obj, ipc_kobject_type_t type ) argument
394 iokit_mod_send_right( task_t task, mach_port_name_t name, mach_port_delta_t delta ) argument

Completed in 142 milliseconds

1234