Home
last modified time | relevance | path

Searched refs:connection_port_name (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/libsyscall/mach/
H A Dmach_port.c805 mach_port_name_t connection_port_name, in mach_port_is_connection_for_service() argument
811 …rv = _kernelrpc_mach_port_is_connection_for_service(task, connection_port_name, service_port_name,… in mach_port_is_connection_for_service()
/xnu-12377.1.9/osfmk/ipc/
H A Dmach_port.c2931 mach_port_name_t connection_port_name, in mach_port_is_connection_for_service() argument
2947 if (!MACH_PORT_VALID(connection_port_name) || !MACH_PORT_VALID(service_port_name)) { in mach_port_is_connection_for_service()
2983 ret = ipc_port_translate_receive(space, connection_port_name, &connection_port); in mach_port_is_connection_for_service()