HomeSort by relevance Sort by last modified time
    Searched refs:st_physsize (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stat.h 56 off_t st_physsize; ///< physical space the file consumes member in struct:stat
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/Console/
daConsole.c 388 st_physsize 1 for stdin, 0 if QueryMode error, else max X and Y coordinates for the current mode.
437 Buffer->st_physsize = 1;
449 Buffer->st_physsize = 0;
454 Buffer->st_physsize = (off_t)CursorPos.Offset;
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/Devices/UefiShell/
daShell.c 344 statbuf->st_physsize = FileInfo->PhysicalSize;

Completed in 346 milliseconds