Searched refs:st_physsize (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dstat.h56 off_t st_physsize; ///< physical space the file consumes member in struct:stat
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/Console/
H A DdaConsole.c313 st_physsize 1 for stdin, 0 if QueryMode error, else max X and Y coordinates for the current mode.
352 Buffer->st_physsize = 1;
364 Buffer->st_physsize = 0;
369 Buffer->st_physsize = (off_t)CursorPos.Offset;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/Devices/UefiShell/
H A DdaShell.c344 statbuf->st_physsize = FileInfo->PhysicalSize;

Completed in 769 milliseconds