OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileSize
(Results
1 - 15
of
15
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
cmfsize.c
177
long
FileSize
;
196
FileSize
= ftell (File);
197
if (
FileSize
< 0)
210
return ((UINT32)
FileSize
);
acfileio.c
231
UINT32
FileSize
;
249
FileSize
= CmGetFileSize (File);
250
if (
FileSize
== ACPI_UINT32_MAX)
258
Filename,
FileSize
,
FileSize
);
262
if (
FileSize
< sizeof (ACPI_TABLE_HEADER))
583
UINT32
FileSize
;
643
FileSize
= CmGetFileSize (File);
648
if (TableHeader.Length > (UINT32) (
FileSize
- TableOffset))
653
(UINT32) (
FileSize
- TableOffset))
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslfileio.c
241
UINT32
FileSize
;
244
FileSize
= CmGetFileSize (AslGbl_Files[FileId].Handle);
245
if (
FileSize
== ACPI_UINT32_MAX)
250
return (
FileSize
);
aslerror.c
471
long
FileSize
;
493
FileSize
= ftell (SourceFile);
495
if ((long) Enode->LogicalByteOffset >=
FileSize
)
/src/sys/external/bsd/acpica/dist/tools/acpidump/
apfiles.c
354
UINT32
FileSize
;
369
FileSize
= CmGetFileSize (File);
370
if (
FileSize
== ACPI_UINT32_MAX)
379
Buffer = ACPI_ALLOCATE_ZEROED (
FileSize
);
383
"Could not allocate file buffer of size: %u\n",
FileSize
);
389
Actual = fread (Buffer, 1,
FileSize
, File);
390
if (Actual !=
FileSize
)
398
*OutFileSize =
FileSize
;
apmain.c
474
UINT32
FileSize
;
541
FileSize
= CmGetFileSize (Gbl_OutputFile);
543
Gbl_OutputFilename,
FileSize
,
FileSize
);
apdump.c
565
UINT32
FileSize
= 0;
571
Table = ApGetTableFromFile (Pathname, &
FileSize
);
586
if (Table->Length >
FileSize
)
590
Table->Length,
FileSize
, Pathname);
598
Pathname, Table->Signature,
FileSize
,
FileSize
);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp
42
size_t
FileSize
(const std::string &Path) {
FuzzerIOWindows.cpp
82
size_t
FileSize
(const std::string &Path) {
/src/sys/external/bsd/acpica/dist/tools/acpibin/
abcompare.c
176
UINT32 *
FileSize
);
618
UINT32 *
FileSize
)
664
*
FileSize
= Size;
687
UINT32
FileSize
= 0;
693
FileBuffer = AbGetFile (File1Path, &
FileSize
);
700
File1Path,
FileSize
,
FileSize
);
722
AcpiUtDumpBuffer ((UINT8 *) FileBuffer,
FileSize
, DB_BYTE_DISPLAY, 0);
726
FileSize
= CmGetFileSize (FileOutHandle);
728
File2Path,
FileSize
, FileSize)
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c
173
UINT32
FileSize
);
656
*
FileSize
- Size of the file and buffer
667
UINT32
FileSize
)
676
for (i = 0; i <
FileSize
; i++)
882
UINT32 *
FileSize
)
958
*
FileSize
= Size;
986
UINT32
FileSize
;
1010
FileSize
= strlen (FileBuffer);
1011
Actual = fwrite (FileBuffer, 1,
FileSize
, File);
1012
if (Actual !=
FileSize
)
[
all
...]
/src/sys/external/bsd/gnu-efi/dist/inc/
efifs.h
60
UINT64
FileSize
;
efiprot.h
481
UINT64
FileSize
;
/src/sys/arch/i386/stand/pxeboot/
pxe.h
406
uint32_t
FileSize
;
/src/sys/external/bsd/acpica/dist/include/platform/
acefiex.h
505
UINT64
FileSize
;
Completed in 22 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025