Searched refs:ServiceName (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/lms/
H A DLMS_if.h154 * @ServiceName - The name of the service being requested.
159 UINT8 ServiceName[0]; member in struct:__anon791
165 * @ServiceName - The name of the service being requested.
170 UINT8 ServiceName[0]; member in struct:__anon792
195 * @ServiceName - The name of the service to authorize.
204 // UINT8 ServiceName[0];
H A DLMEConnection.h77 ServiceName(serviceName) {}
79 std::string ServiceName; member in struct:LMEServiceRequestMessage
143 ServiceName(ServiceName),
148 std::string ServiceName; member in struct:LMEUserAuthRequestMessage
H A DProtocol.cpp890 if ((sRMsg->ServiceName.compare(APF_SERVICE_AUTH) == 0) ||
891 (sRMsg->ServiceName.compare(APF_SERVICE_PFWD) == 0)) {
893 _lme.ServiceAccept(sRMsg->ServiceName);
895 sRMsg->ServiceName.c_str());
896 if (sRMsg->ServiceName.compare(APF_SERVICE_PFWD) == 0) {
H A DLMEConnection.cpp647 serviceRequestMessage.ServiceName.append(
648 (char *)(pMessage->ServiceName),
991 userAuthRequest.ServiceName.append((char *)pCurrent, len);
/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/mgt/
H A Dsa_recs.h399 uint8_t ServiceName[IB_SVC_NAME_LEN]; member in struct:sa_service_record_s
427 uint8_t ServiceName[IB_SVC_NAME_LEN]; member in struct:sa_service_assn_record_s
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2621 srv_resp->ServiceName, srv_resp->ServiceID);
2797 (void) strcpy((char *)srv_rec.ServiceName, srv_bind->sb_name);
2973 (void) strcpy((char *)srv_rec.ServiceName, sbindp->sbind_name);
3302 (void) strcpy((char *)srv_recp->ServiceName, IBCM_DAPL_ATS_NAME);
3558 (void) strcpy((char *)svcrec_req.ServiceName, IBCM_DAPL_ATS_NAME);
3725 (void) strcpy((char *)srv_rec.ServiceName, sbindp->sbind_name);
H A Dibcm_utils.c1842 IBTF_DPRINTF_L4(cmlog, "Svc Name : %s", srv_rec->ServiceName);
H A Dibcm_path.c560 * If IBT_PATH_MULTI_SVC_DEST is set, then ServiceName and/or Service ID
576 * o ServiceName
628 "ServiceName too long");
2040 (void) strncpy((char *)(svcrec_req.ServiceName),
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa.c1197 (void) strncpy((char *)(service_record.ServiceName), service_name,

Completed in 138 milliseconds