Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 51) sorted by relevance

123

/xnu-11215/osfmk/device/
H A Ddevice.defs151 routine io_object_get_class(
156 routine io_object_conforms_to(
162 routine io_iterator_next(
167 routine io_iterator_reset(
241 routine io_service_close(
367 routine io_iterator_is_valid(
382 routine io_catalog_send_data(
395 routine io_catalog_get_data(
411 routine io_catalog_reset(
611 routine io_connect_method(
[all …]
/xnu-11215/osfmk/mach/
H A Dtask.defs100 routine task_create(
120 routine
173 routine task_info(
193 routine task_suspend(
203 routine task_resume(
210 routine
226 routine
241 routine
257 routine
285 routine
[all …]
H A Dvm32_map.defs85 routine PREFIX(vm_region)(
106 routine PREFIX(vm_protect)(
113 routine PREFIX(vm_inherit)(
119 routine PREFIX(vm_read)(
130 routine PREFIX(vm_write)(
135 routine PREFIX(vm_copy)(
149 routine PREFIX(vm_msync)(
161 routine PREFIX(vm_map)(
181 routine PREFIX(vm_remap)(
194 routine PREFIX(task_wire)(
[all …]
H A Dmach_host.defs94 routine host_info(
102 routine host_kernel_version(
112 routine host_page_size(
114 routine _host_page_size(
137 routine host_processor_info(
146 routine
169 routine kmod_get_info(
222 routine
245 routine
260 routine mach_zone_info(
[all …]
H A Dmach_vm.defs200 routine mach_vm_inherit(
202 routine vm_inherit(
233 routine vm_read_list(
247 routine mach_vm_write(
249 routine vm_write(
266 routine mach_vm_copy(
268 routine vm_copy(
296 routine mach_vm_msync(
298 routine vm_msync(
443 routine mach_vm_region(
[all …]
H A Dthread_act.defs112 routine
127 routine
146 routine
161 routine
186 routine thread_resume(
198 routine thread_abort(
217 routine
230 routine
254 routine thread_info(
272 routine
[all …]
H A Dmach_port.defs87 routine mach_port_names(
98 routine mach_port_type(
109 routine mach_port_rename(
154 routine mach_port_destroy(
227 routine mach_port_peek(
249 routine
360 routine
435 routine
514 routine
549 routine
[all …]
H A Dhost_priv.defs102 routine host_reboot(
137 routine vm_wire(
148 routine thread_wire(
159 routine vm_allocate_cpm(
170 routine host_processors(
189 routine kmod_create(
194 routine kmod_destroy(
198 routine kmod_control(
211 routine
226 routine
[all …]
H A Dvm_map.defs109 routine vm_region(
182 routine vm_inherit(
195 routine PREFIX(vm_read) (
205 routine vm_read_list(
217 routine vm_write(
232 routine vm_copy(
246 routine vm_read_overwrite(
254 routine vm_msync(
267 routine vm_behavior_set(
350 routine task_wire(
[all …]
H A Dprocessor_set.defs77 routine processor_set_statistics(
91 routine processor_set_destroy(
94 routine processor_set_max_priority(
99 routine processor_set_policy_enable(
103 routine processor_set_policy_disable(
112 routine processor_set_tasks(
119 routine processor_set_threads(
129 routine processor_set_policy_control(
142 routine processor_set_stack_usage(
153 routine processor_set_info(
[all …]
H A Dsemaphore.defs56 routine semaphore_signal(
59 routine semaphore_signal_all(
62 routine semaphore_wait(
66 routine semaphore_signal_thread(
70 routine semaphore_timedwait(
74 routine semaphore_wait_signal(
78 routine semaphore_timedwait_signal(
H A Dvfs_nspace.defs46 routine nspace_handle(
53 routine nspace_resolve_cancel(
62 routine nspace_resolve_path(
74 routine vfs_resolve_file(
87 routine vfs_resolve_dir(
96 routine vfs_resolve_file_with_audit_token(
107 routine vfs_resolve_dir_with_audit_token(
117 routine vfs_resolve_reparent_with_audit_token(
H A Dprocessor.defs83 routine processor_start_from_user(
86 routine processor_start(
95 routine processor_exit_from_user(
98 routine processor_exit(
105 routine processor_info(
115 routine processor_control(
127 routine processor_assign(
135 routine processor_get_assignment(
H A Dmach_voucher.defs39 routine mach_voucher_extract_attr_content(
46 routine _kernelrpc_mach_voucher_extract_attr_recipe(
48 routine mach_voucher_extract_attr_recipe(
55 routine mach_voucher_extract_all_attr_recipes(
60 routine mach_voucher_attr_command(
68 routine mach_voucher_debug_info(
H A Dmach_eventlink.defs39 routine mach_eventlink_create(
44 routine mach_eventlink_destroy(
48 routine mach_eventlink_associate(
57 routine mach_eventlink_disassociate(
H A Dmemory_entry.defs39 routine mach_memory_entry_purgable_control(
44 routine mach_memory_entry_access_tracking(
51 routine mach_memory_entry_ownership_from_user(
55 routine mach_memory_entry_ownership(
H A Dmach_exc.defs80 routine mach_exception_raise(
96 routine mach_exception_raise_state(
113 routine mach_exception_raise_state_identity(
133 routine mach_exception_raise_identity_protected(
153 routine mach_exception_raise_backtrace(
175 routine mach_exception_raise_state_identity_protected(
H A Dupl.defs77 routine upl_abort(
81 routine upl_abort_range(
88 routine upl_commit(
92 routine upl_commit_range(
H A Dtask_access.defs45 routine check_task_access(
55 routine find_code_signature(
59 routine check_task_access_with_flavor(
H A Ddoubleagent_mig.defs53 routine doubleagent_lookup_xattr(
63 routine doubleagent_allocate_xattr(
74 routine doubleagent_list_xattrs(
82 routine doubleagent_remove_xattr(
H A Dclock.defs57 routine clock_get_time(
65 routine clock_get_attributes(
74 routine clock_alarm(
/xnu-11215/osfmk/i386/
H A Dbsd_i386.c335 regs->eax = (*entry->routine.args_0)(); in machdep_syscall()
338 regs->eax = (*entry->routine.args_1)(args[0]); in machdep_syscall()
341 regs->eax = (*entry->routine.args_2)(args[0], args[1]); in machdep_syscall()
345 regs->eax = (*entry->routine.args_3)(args[0], args[1], args[2]); in machdep_syscall()
350 error = (*entry->routine.args_bsd_3)(&rval, args[0], args[1], args[2]); in machdep_syscall()
361 regs->eax = (*entry->routine.args_4)(args[0], args[1], args[2], args[3]); in machdep_syscall()
413 regs->rax = (*entry->routine.args_0)(); in machdep_syscall64()
416 regs->rax = (*entry->routine.args64_1)(regs->rdi); in machdep_syscall64()
419 regs->rax = (*entry->routine.args64_2)(regs->rdi, regs->rsi); in machdep_syscall64()
423 regs->rax = (*entry->routine.args64_3)(regs->rdi, regs->rsi, regs->rdx); in machdep_syscall64()
[all …]
/xnu-11215/osfmk/gssd/
H A Dgssd_mach.defs76 routine mach_gss_accept_sec_context(
103 routine mach_gss_init_sec_context_v2(
125 routine mach_gss_accept_sec_context_v2(
143 routine mach_gss_init_sec_context_v3(
166 routine mach_gss_hold_cred(
176 routine mach_gss_unhold_cred(
186 routine mach_gss_lookup(
/xnu-11215/libsyscall/mach/servers/
H A Dnetname.defs60 routine netname_check_in(server_port : mach_port_t;
65 routine netname_look_up(server_port : mach_port_t;
70 routine netname_check_out(server_port : mach_port_t;
74 routine netname_version(server_port : mach_port_t;
/xnu-11215/tests/
H A Dexcserver_backtrace.defs81 routine mach_exception_raise(
97 routine mach_exception_raise_state(
114 routine mach_exception_raise_state_identity(
134 routine mach_exception_raise_identity_protected(
154 routine mach_exception_raise_backtrace(

123