Searched refs:OpenRequestId (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DLMS_if_compat.h92 * @OpenRequestId: Any number; used to match the request to the response
105 UINT8 OpenRequestId; member in struct:__anon801
117 * @OpenRequestId: The same as the OpenRequestID value in the open connection
124 UINT8 OpenRequestId; member in struct:__anon802
137 * @OpenRequestId: Any number; used to match the request to the response
158 UINT8 OpenRequestId; member in struct:__anon803
170 // * @OpenRequestId: The same as the OpenRequestID value in the open connection
177 // UINT8 OpenRequestId;
H A DLMEConnectionCompat.cpp147 openConnectionExMsg.OpenRequestId = currReqID;
162 openConnectionMsg.OpenRequestId = currReqID;
267 itr = _compatPendingConnections.find(repMsg->OpenRequestId);
272 PRINT("[Compat]Open connection reply %d %d =%d\n", repMsg->OpenRequestId, repMsg->ConnectionId, repMsg->Status);

Completed in 119 milliseconds