Searched refs:new_port (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Daudit_sessionport.c68 ipc_port_t new_port = ipc_port_alloc_kernel(); local
69 if (!IP_VALID(new_port))
70 return new_port;
71 ipc_kobject_set(new_port, (ipc_kobject_t)aia_p, IKOT_AU_SESSIONPORT);
72 if (!OSCompareAndSwapPtr(port, new_port, sessionport))
73 ipc_port_dealloc_kernel(new_port);
H A Dipc_host.c539 ipc_port_t new_port,
556 if (IP_VALID(new_port)) {
576 ipc_port_copy_send(new_port);
590 if (IP_VALID(new_port)) /* consume send right */
591 ipc_port_release_send(new_port);
677 ipc_port_t new_port,
698 if (IP_VALID(new_port)) {
741 ipc_port_copy_send(new_port);
758 if (IP_VALID(new_port)) /* consume send right */
759 ipc_port_release_send(new_port);
536 host_set_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
674 host_swap_exception_ports( host_priv_t host_priv, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t * CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors ) argument
[all...]
H A Dipc_tt.c1476 ipc_port_t new_port,
1490 if (IP_VALID(new_port)) {
1522 thread->exc_actions[i].port = ipc_port_copy_send(new_port);
1537 if (IP_VALID(new_port)) /* consume send right */
1538 ipc_port_release_send(new_port);
1547 ipc_port_t new_port,
1561 if (IP_VALID(new_port)) {
1586 ipc_port_copy_send(new_port);
1601 if (IP_VALID(new_port)) /* consume send right */
1602 ipc_port_release_send(new_port);
1473 thread_set_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1544 task_set_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor) argument
1635 thread_swap_exception_ports( thread_t thread, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
1731 task_swap_exception_ports( task_t task, exception_mask_t exception_mask, ipc_port_t new_port, exception_behavior_t new_behavior, thread_state_flavor_t new_flavor, exception_mask_array_t masks, mach_msg_type_number_t *CountCnt, exception_port_array_t ports, exception_behavior_array_t behaviors, thread_state_flavor_array_t flavors) argument
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_act.defs224 new_port : mach_port_t;
247 new_port : mach_port_t;
H A Dhost_priv.defs235 new_port : mach_port_t;
260 new_port : mach_port_t;
H A Dtask.defs211 new_port : mach_port_t;
236 new_port : mach_port_t;
/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h67 mach_port_name_t new_port; member in struct:_ps_port_action
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h217 mach_port_t new_port,
249 mach_port_t new_port,
559 mach_msg_port_descriptor_t new_port; member in struct:__anon1190
589 mach_msg_port_descriptor_t new_port; member in struct:__anon1192
H A Dtask.h224 mach_port_t new_port,
256 mach_port_t new_port,
714 mach_msg_port_descriptor_t new_port; member in struct:__anon1119
744 mach_msg_port_descriptor_t new_port; member in struct:__anon1121
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1429 act->new_port, MACH_MSG_TYPE_COPY_SEND,

Completed in 105 milliseconds