Home
last modified time | relevance | path

Searched refs:DevPathNodeLen (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
DIScsiExtScsiPassThru.c197 UINTN DevPathNodeLen; in IScsiExtScsiPassThruBuildDevicePath() local
216 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()
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
DIScsiExtScsiPassThru.c220 UINTN DevPathNodeLen; in IScsiExtScsiPassThruBuildDevicePath() local
239 DevPathNodeLen = sizeof (ISCSI_DEVICE_PATH) + AsciiStrLen (ConfigNvData->TargetName) + 1; in IScsiExtScsiPassThruBuildDevicePath()
240 Node = AllocateZeroPool (DevPathNodeLen); in IScsiExtScsiPassThruBuildDevicePath()
247 SetDevicePathNodeLength (&Node->DevPath, DevPathNodeLen); in IScsiExtScsiPassThruBuildDevicePath()