Home | History | Annotate | Download | only in GenericBdsLib

Lines Matching defs:InstanceSize

879   UINTN                     InstanceSize;

890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
892 InstanceSize -= END_DEVICE_PATH_LENGTH;
896 Size = (SingleDpSize < InstanceSize) ? SingleDpSize : InstanceSize;
909 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
910 InstanceSize -= END_DEVICE_PATH_LENGTH;