Searched refs:DevPathNodeLen (Results 1 – 2 of 2) sorted by relevance
197 UINTN DevPathNodeLen; in IScsiExtScsiPassThruBuildDevicePath() local216 DevPathNodeLen = sizeof (ISCSI_DEVICE_PATH) + AsciiStrLen (ConfigNvData->TargetName) + 1; in IScsiExtScsiPassThruBuildDevicePath()217 Node = AllocatePool (DevPathNodeLen); in IScsiExtScsiPassThruBuildDevicePath()224 SetDevicePathNodeLength (&Node->DevPath, (UINT16)DevPathNodeLen); in IScsiExtScsiPassThruBuildDevicePath()
220 UINTN DevPathNodeLen; in IScsiExtScsiPassThruBuildDevicePath() local239 DevPathNodeLen = sizeof (ISCSI_DEVICE_PATH) + AsciiStrLen (ConfigNvData->TargetName) + 1; in IScsiExtScsiPassThruBuildDevicePath()240 Node = AllocateZeroPool (DevPathNodeLen); in IScsiExtScsiPassThruBuildDevicePath()247 SetDevicePathNodeLength (&Node->DevPath, DevPathNodeLen); in IScsiExtScsiPassThruBuildDevicePath()