Home | History | Annotate | Download | only in GenericBdsLib

Lines Matching defs:DevicePathSize

85   UINTN                     DevicePathSize;

119 &DevicePathSize
134 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);
212 UINTN DevicePathSize;
218 DevicePathSize = 0;
233 &DevicePathSize
287 DevicePathSize = GetDevicePathSize (NewDevicePath);
292 DevicePathSize,
295 if ((DevicePathSize == 0) && (Status == EFI_NOT_FOUND)) {