Home
last modified time | relevance | path

Searched refs:r_port (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.h164 ipc_port_t r_port; member
H A Dexclaves_resource.c482 resource->r_port = port; in exclaves_resource_alloc()
887 if (!ipc_kobject_make_send_lazy_alloc_port(&resource->r_port, in exclaves_resource_create_port_name()
892 *name = ipc_port_copyout_send(resource->r_port, space); in exclaves_resource_create_port_name()
H A Dexclaves.c511 uresource.r_port = MACH_PORT_NULL; in _exclaves_ctl_trap()
736 notification_resource_user->r_port = port_name; in _exclaves_ctl_trap()
/xnu-12377.41.6/libsyscall/wrappers/
H A Dexclaves.c281 *notification_id = notification_resource_user.r_port; in exclaves_notification_create()
/xnu-12377.41.6/osfmk/mach/
H A Dexclaves.h1162 mach_port_name_t r_port; member