Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/ !
H A Dmach_service_port.c52 mach_port_t connection_port; variable
75 kr = mach_port_construct(mach_task_self(), &opts2, 0x0, &connection_port);
76 T_ASSERT_MACH_SUCCESS(kr, "mach_port_construct %u", connection_port);
78 kr = mach_port_is_connection_for_service(mach_task_self(), connection_port, service_port, &fpid);
166 mach_port_t connection_port; variable
209 kr = mach_port_construct(mach_task_self(), &opts4, 0x0, &connection_port);
210 …MACH_ERROR(kr, KERN_INVALID_CAPABILITY, "mach_port_construct connection port %u", connection_port);
217 mach_port_t connection_port; variable
243 kr = mach_port_construct(mach_task_self(), &opts3, 0x0, &connection_port);
/xnu-12377.61.12/osfmk/ipc/ !
H A Dmach_port.c2930 mach_port_t connection_port; in mach_port_is_connection_for_service() local
2976 ret = ipc_port_translate_receive(space, connection_port_name, &connection_port); in mach_port_is_connection_for_service()
2983 label = ip_label_get(connection_port); in mach_port_is_connection_for_service()
2988 ip_mq_unlock_label_put(connection_port, &label); in mach_port_is_connection_for_service()
/xnu-12377.61.12/osfmk/mach/ !
H A Dmach_port.defs702 connection_port : mach_port_name_t;