Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.61.12/osfmk/ipc/
H A Dmach_port.c2924 mach_port_name_t connection_port_name, in mach_port_is_connection_for_service() argument
2940 if (!MACH_PORT_VALID(connection_port_name) || !MACH_PORT_VALID(service_port_name)) { in mach_port_is_connection_for_service()
2976 ret = ipc_port_translate_receive(space, connection_port_name, &connection_port); in mach_port_is_connection_for_service()