HomeSort by relevance Sort by last modified time
    Searched refs:IsId (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
IScsiConfig.c 66 Parse IsId in string format and convert it to binary.
69 @param[in, out] IsId The buffer to store IsId.
78 IN OUT UINT8 *IsId
88 if ((String == NULL) || (IsId == NULL)) {
116 // Convert the string to IsId. StrHexToUintn stops at the first character
121 IsId[Index] = (UINT8) NodeVal;
130 Convert IsId from binary to string format.
133 @param[in] IsId The buffer to store IsId.
    [all...]
IScsiConfigNVDataStruc.h 105 CHAR16 IsId[ISID_CONFIGURABLE_STORAGE];
IScsiMisc.h 42 UINT8 IsId[6];
IScsiConfigDxe.vfr 194 string varid = ISCSI_CONFIG_IFR_NVDATA.IsId,
IScsiProto.c 308 CopyMem (Session->Isid, Session->ConfigData.NvData.IsId, 6);
541 CopyMem (LoginReq->Isid, Session->Isid, sizeof (LoginReq->Isid));
685 (CompareMem (Session->Isid, LoginRsp->Isid, sizeof (LoginRsp->Isid)) != 0) ||
694 // The ISID in the Login Response MUST be the same with this session.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiConfig.c 180 Parse IsId in string format and convert it to binary.
183 @param[in, out] IsId The buffer to store IsId.
192 IN OUT UINT8 *IsId
202 if ((String == NULL) || (IsId == NULL)) {
230 // Convert the string to IsId. StrHexToUintn stops at the first character
235 IsId[Index] = (UINT8) NodeVal;
244 Convert IsId from binary to string format.
247 @param[in] IsId The buffer to store IsId.
    [all...]
IScsiConfigNVDataStruc.h 181 CHAR16 IsId[ISID_CONFIGURABLE_STORAGE];
IScsiMisc.h 55 UINT8 IsId[6];
IScsiConfigVfr.vfr 174 string varid = ISCSI_CONFIG_IFR_NVDATA.IsId,
IScsiProto.c 444 CopyMem (Session->Isid, Session->ConfigData->SessionConfigData.IsId, 6);
764 CopyMem (LoginReq->Isid, Session->Isid, sizeof (LoginReq->Isid));
926 (CompareMem (Session->Isid, LoginRsp->Isid, sizeof (LoginRsp->Isid)) != 0) ||
935 // The ISID in the Login Response MUST be the same with this session.
    [all...]

Completed in 617 milliseconds