Home
last modified time | relevance | path

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

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