Home
last modified time | relevance | path

Searched refs:mach_port_context_t (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.140.69/osfmk/ipc/
H A Dipc_service_port.h61mach_port_context_t ispl_launchd_context; /* context used to guard the port, spe…
117 …et_attr(ipc_service_port_label_t port_splabel, mach_port_name_t name, mach_port_context_t context);
120 …_attr(ipc_service_port_label_t port_splabel, mach_port_name_t *name, mach_port_context_t *context);
H A Dipc_service_port.c289 …set_attr(ipc_service_port_label_t port_splabel, mach_port_name_t name, mach_port_context_t context) in ipc_service_port_label_set_attr()
313 …t_attr(ipc_service_port_label_t port_splabel, mach_port_name_t *name, mach_port_context_t *context) in ipc_service_port_label_get_attr()
H A Dipc_right.c2086 mach_port_context_t context = gdesc->u_context; in ipc_right_copyin_check_guard_locked()
2665 mach_port_context_t sp_context = 0; in ipc_right_copyout()
H A Dmach_port.c2634 ipc_service_port_label_set_attr(port_splabel, *name, (mach_port_context_t)context); in mach_port_construct()
/xnu-11417.140.69/libsyscall/mach/
H A Dmach_port.c601 mach_port_context_t *context) in mach_port_get_context()
609 *context = (mach_port_context_t)wide_context; in mach_port_get_context()
619 mach_port_context_t context) in mach_port_set_context()
661 mach_port_context_t context, in mach_port_construct()
680 mach_port_context_t guard) in mach_port_destruct()
697 mach_port_context_t guard, in mach_port_guard()
715 mach_port_context_t guard) in mach_port_unguard()
778 mach_port_context_t guard, in mach_port_guard_with_flags()
792 mach_port_context_t old_guard, in mach_port_swap_guard()
793 mach_port_context_t new_guard) in mach_port_swap_guard()
/xnu-11417.140.69/tests/
H A Dmktimer_kobject.c39 mach_port_set_context(mach_task_self(), timer_port, (mach_port_context_t) 0x1);
46 kr = mach_port_set_context(mach_task_self(), notify_port, (mach_port_context_t) 0x2);
/xnu-11417.140.69/osfmk/mach/
H A Dmach_port.defs524 out context : mach_port_context_t
539 context : mach_port_context_t
572 context : mach_port_context_t;
588 guard : mach_port_context_t
603 guard : mach_port_context_t;
618 guard : mach_port_context_t
653 guard : mach_port_context_t;
667 old_guard : mach_port_context_t;
673 new_guard : mach_port_context_t);
H A Dmessage.h543 mach_port_context_t u_context;
553 mach_port_context_t context;
773 mach_port_context_t msgh_context;
815 mach_port_context_t msgh_context;
1660 mach_port_context_t msgr_context;
H A Dmach_types.defs115 * mach_port_context_t (2 ints)
/xnu-11417.140.69/osfmk/mach/i386/
H A Dvm_types.h134 typedef mach_vm_address_t mach_port_context_t; typedef
/xnu-11417.140.69/osfmk/mach/arm/
H A Dvm_types.h150 typedef vm_offset_t mach_port_context_t; typedef
/xnu-11417.140.69/tests/ipc/
H A Dmach_msg_transport.c25 #define DEFAULT_CONTEXT ((mach_port_context_t)0x42424242)
51 mach_port_context_t ctx) in t_port_destruct_full()
473 mach_port_context_t ctx; in t_mach_msg_descriptor_guarded_port()
503 ctx = (mach_port_context_t)&msg.base; in t_mach_msg_descriptor_guarded_port()
/xnu-11417.140.69/osfmk/mach/machine/
H A Dmachine_types.defs108 type mach_port_context_t = uint64_t;