Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching refs:DataLength

173   UINTN               DataLength;

267 DataLength = DevicePathNodeLength (&Vendor->Header) - sizeof (VENDOR_DEVICE_PATH);
269 if (DataLength != 0) {
271 for (Index = 0; Index < DataLength; Index++) {