Home
last modified time | relevance | path

Searched refs:connection_port (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.1.13/tests/
H A Dmach_service_port.c51 mach_port_t connection_port; variable
76 kr = mach_port_construct(mach_task_self(), &opts2, 0x0, &connection_port);
77 T_ASSERT_MACH_SUCCESS(kr, "mach_port_construct %u", connection_port);
79 kr = mach_port_is_connection_for_service(mach_task_self(), connection_port, service_port, &fpid);
189 mach_port_t connection_port; variable
232 kr = mach_port_construct(mach_task_self(), &opts4, 0x0, &connection_port);
233 …MACH_ERROR(kr, KERN_INVALID_CAPABILITY, "mach_port_construct connection port %u", connection_port);
240 mach_port_t connection_port; variable
266 kr = mach_port_construct(mach_task_self(), &opts3, 0x0, &connection_port);
/xnu-10002.1.13/osfmk/ipc/
H A Dmach_port.c3117 mach_port_t connection_port; in mach_port_is_connection_for_service() local
3162 ret = ipc_port_translate_receive(space, connection_port_name, &connection_port); in mach_port_is_connection_for_service()
3168 conn_port_sblabel = ipc_service_port_get_sblabel(connection_port); in mach_port_is_connection_for_service()
3172 ip_mq_unlock(connection_port); in mach_port_is_connection_for_service()
/xnu-10002.1.13/osfmk/mach/
H A Dmach_port.defs702 connection_port : mach_port_name_t;