HomeSort by relevance Sort by last modified time
    Searched defs:LbaLength (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/EmulatorPkg/FvbServicesRuntimeDxe/
FWBlockService.c 264 OUT UINTN *LbaLength,
279 LbaLength - On output, contains the length of the block
335 if (LbaLength != NULL) {
336 *LbaLength = BlockLength;
395 UINTN LbaLength;
409 Status = FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NULL, Global, Virtual);
424 if (BlockOffset > LbaLength) {
428 if (LbaLength < (*NumBytes + BlockOffset)) {
429 *NumBytes = (UINT32) (LbaLength - BlockOffset);
480 UINTN LbaLength;
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/FvbServicesRuntimeDxe/
FWBlockService.c 305 OUT UINTN *LbaLength,
320 LbaLength - On output, contains the length of the block
376 if (LbaLength != NULL) {
377 *LbaLength = BlockLength;
436 UINTN LbaLength;
450 Status = FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NULL, Global, Virtual);
465 if (BlockOffset > LbaLength) {
469 if (LbaLength < (*NumBytes + BlockOffset)) {
470 *NumBytes = (UINT32) (LbaLength - BlockOffset);
521 UINTN LbaLength;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 332 OUT UINTN *LbaLength,
349 LbaLength - On output, contains the length of the block
411 if (LbaLength) {
412 *LbaLength = BlockLength;
471 UINTN LbaLength;
485 Status = FvbGetLbaAddress (Instance, Lba, &LbaAddress, NULL, &LbaLength, NULL, Global, Virtual);
500 if (BlockOffset > LbaLength) {
504 if (LbaLength < (*NumBytes + BlockOffset)) {
505 *NumBytes = (UINT32) (LbaLength - BlockOffset);
520 IN UINTN LbaLength
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/
FvbService.c 184 @param[out] LbaLength On output, contains the length of the block.
200 OUT UINTN *LbaLength,
246 if (LbaLength ) {
247 *LbaLength = BlockLength;
299 UINTN LbaLength;
309 Status = FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NULL);
320 if (BlockOffset > LbaLength) {
324 if (LbaLength < ( *NumBytes + BlockOffset ) ) {
325 *NumBytes = (UINT32) (LbaLength - BlockOffset);
367 UINTN LbaLength;
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c 121 IN UINTN LbaLength
142 SetMem ((VOID *)Address, LbaLength, 0xff);
151 Length = LbaLength - (FwhInstance->Offset - (Address - FwhInstance->FvBase[FVB_PHYSICAL]));
155 Length = LbaLength;
347 OUT UINTN *LbaLength OPTIONAL,
362 LbaLength - On output, contains the length of the block
419 if (LbaLength) {
420 *LbaLength = BlockLength;
479 UINTN LbaLength;
493 Status = FvbGetLbaAddress (Instance, Lba, &LbaAddress, &LbaLength, NULL, Global, Virtual);
    [all...]

Completed in 258 milliseconds