Searched defs:repMsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DLMEConnectionCompat.cpp261 LMS_OPEN_CONNECTION_REPLY_MESSAGE *repMsg = local
267 itr = _compatPendingConnections.find(repMsg->OpenRequestId);
269 (*itr).second.connID = repMsg->ConnectionId;
270 (*itr).second.status = repMsg->Status;
272 PRINT("[Compat]Open connection reply %d %d =%d\n", repMsg->OpenRequestId, repMsg->ConnectionId, repMsg->Status);
302 LMS_OPEN_CONNECTION_REPLY_MESSAGE repMsg; local
303 memset(&repMsg, 0, sizeof(repMsg));
[all...]

Completed in 194 milliseconds