Searched defs:FileSize (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dapfiles.c241 UINT32 FileSize; local
256 FileSize = CmGetFileSize (File);
257 if (FileSize == ACPI_UINT32_MAX)
266 Buffer = ACPI_ALLOCATE_ZEROED (FileSize);
270 "Could not allocate file buffer of size: %u\n", FileSize);
276 Actual = AcpiOsReadFile (File, Buffer, 1, FileSize);
277 if (Actual != FileSize)
286 *OutFileSize = FileSize;
H A Dapmain.c351 UINT32 FileSize; local
417 FileSize = CmGetFileSize (Gbl_OutputFile);
419 Gbl_OutputFilename, FileSize, FileSize);
H A Dapdump.c456 UINT32 FileSize = 0; local
462 Table = ApGetTableFromFile (Pathname, &FileSize);
477 if (Table->Length > FileSize)
481 Table->Length, FileSize, Pathname);
489 Pathname, Table->Signature, FileSize, FileSize);
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defifs.h66 UINT64 FileSize; member in struct:_EFI_FILE_HEADER
H A Defiprot.h298 UINT64 FileSize; member in struct:__anon201
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpxe.h413 uint32_t FileSize; member in struct:__anon2135
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dpxe.h405 uint32_t FileSize; member in struct:__anon321
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2465 uint32_t FileSize; member in struct:emlxs_obj_header

Completed in 121 milliseconds