Home | History | Annotate | Download | only in UefiDevicePathLib

Lines Matching refs:DataLength

554   UINTN                    DataLength;

560 DataLength = 0;
562 DataLength = StrLen (DataStr) / 2;
567 (UINT16) (sizeof (EFI_DEVICE_PATH_PROTOCOL) + DataLength)
570 if (DataLength != 0) {
571 StrToBuf ((UINT8 *) (Node + 1), DataLength, DataStr);