Home | History | Annotate | Download | only in UefiShellCommandLib

Lines Matching defs:HwAddressSize

829   UINTN                 HwAddressSize;

839 HwAddressSize = sizeof (EFI_MAC_ADDRESS);
841 HwAddressSize = 6;
844 for (Index = 0, PBuffer = Buffer; Index < HwAddressSize; Index++, PBuffer += 2) {