HelenOS sources

IPC_M_CONNECT_ME_TO  135 kernel/generic/src/ipc/sysipc.c 	case IPC_M_CONNECT_ME_TO:
IPC_M_CONNECT_ME_TO   52 kernel/generic/src/ipc/sysipc_ops.c 	[IPC_M_CONNECT_ME_TO] = &ipc_m_connect_me_to_ops,
IPC_M_CONNECT_ME_TO   42 uspace/app/trace/ipc_desc.c 	{ IPC_M_CONNECT_ME_TO,    "CONNECT_ME_TO" },
IPC_M_CONNECT_ME_TO  304 uspace/app/trace/ipcp.c 	if ((phone == PHONE_NS) && (method == IPC_M_CONNECT_ME_TO) &&
IPC_M_CONNECT_ME_TO  866 uspace/lib/c/generic/async/client.c 	errno_t rc = ipc_call_async_4(phone, IPC_M_CONNECT_ME_TO,
IPC_M_CONNECT_ME_TO  945 uspace/lib/c/generic/async/server.c 	if (ipc_get_imethod(call) == IPC_M_CONNECT_ME_TO) {
HelenOS homepage, sources at GitHub