Searched refs:connection_port (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.140.41/tests/ |
| H A D | mach_service_port.c | 32 mach_port_t connection_port; variable 56 kr = mach_port_construct(mach_task_self(), &opts2, 0x0, &connection_port); 57 T_ASSERT_MACH_SUCCESS(kr, "mach_port_construct %u", connection_port); 59 kr = mach_port_is_connection_for_service(mach_task_self(), connection_port, service_port, &fpid); 150 mach_port_t connection_port; variable 193 kr = mach_port_construct(mach_task_self(), &opts4, 0x0, &connection_port); 194 …MACH_ERROR(kr, KERN_INVALID_CAPABILITY, "mach_port_construct connection port %u", connection_port); 201 mach_port_t connection_port; variable 227 kr = mach_port_construct(mach_task_self(), &opts3, 0x0, &connection_port);
|
| /xnu-8020.140.41/osfmk/ipc/ |
| H A D | mach_port.c | 3034 mach_port_t connection_port; in mach_port_is_connection_for_service() local 3079 ret = ipc_port_translate_receive(space, connection_port_name, &connection_port); in mach_port_is_connection_for_service() 3085 conn_port_sblabel = ipc_service_port_get_sblabel(connection_port); in mach_port_is_connection_for_service() 3089 ip_mq_unlock(connection_port); in mach_port_is_connection_for_service()
|
| /xnu-8020.140.41/osfmk/mach/ |
| H A D | mach_port.defs | 722 connection_port : mach_port_name_t;
|