OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileSize
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/common/
cmfsize.c
69
long
FileSize
;
88
FileSize
= ftell (File);
89
if (
FileSize
< 0)
102
return ((UINT32)
FileSize
);
acfileio.c
123
UINT32
FileSize
;
141
FileSize
= CmGetFileSize (File);
142
if (
FileSize
== ACPI_UINT32_MAX)
150
Filename,
FileSize
,
FileSize
);
154
if (
FileSize
< sizeof (ACPI_TABLE_HEADER))
475
UINT32
FileSize
;
535
FileSize
= CmGetFileSize (File);
540
if (TableHeader.Length > (UINT32) (
FileSize
- TableOffset))
545
(UINT32) (
FileSize
- TableOffset))
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslfileio.c
133
UINT32
FileSize
;
136
FileSize
= CmGetFileSize (AslGbl_Files[FileId].Handle);
137
if (
FileSize
== ACPI_UINT32_MAX)
142
return (
FileSize
);
aslerror.c
363
long
FileSize
;
385
FileSize
= ftell (SourceFile);
387
if ((long) Enode->LogicalByteOffset >=
FileSize
)
/src/sys/external/bsd/acpica/dist/tools/acpidump/
apfiles.c
246
UINT32
FileSize
;
261
FileSize
= CmGetFileSize (File);
262
if (
FileSize
== ACPI_UINT32_MAX)
271
Buffer = ACPI_ALLOCATE_ZEROED (
FileSize
);
275
"Could not allocate file buffer of size: %u\n",
FileSize
);
281
Actual = fread (Buffer, 1,
FileSize
, File);
282
if (Actual !=
FileSize
)
290
*OutFileSize =
FileSize
;
apmain.c
366
UINT32
FileSize
;
433
FileSize
= CmGetFileSize (Gbl_OutputFile);
435
Gbl_OutputFilename,
FileSize
,
FileSize
);
apdump.c
458
UINT32
FileSize
= 0;
464
Table = ApGetTableFromFile (Pathname, &
FileSize
);
479
if (Table->Length >
FileSize
)
483
Table->Length,
FileSize
, Pathname);
491
Pathname, Table->Signature,
FileSize
,
FileSize
);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerIOPosix.cpp
42
size_t
FileSize
(const std::string &Path) {
/src/sys/external/bsd/acpica/dist/tools/acpibin/
abcompare.c
68
UINT32 *
FileSize
);
510
UINT32 *
FileSize
)
556
*
FileSize
= Size;
579
UINT32
FileSize
= 0;
585
FileBuffer = AbGetFile (File1Path, &
FileSize
);
592
File1Path,
FileSize
,
FileSize
);
614
AcpiUtDumpBuffer ((UINT8 *) FileBuffer,
FileSize
, DB_BYTE_DISPLAY, 0);
618
FileSize
= CmGetFileSize (FileOutHandle);
620
File2Path,
FileSize
, FileSize)
[
all
...]
/src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c
65
UINT32
FileSize
);
548
*
FileSize
- Size of the file and buffer
559
UINT32
FileSize
)
568
for (i = 0; i <
FileSize
; i++)
774
UINT32 *
FileSize
)
850
*
FileSize
= Size;
878
UINT32
FileSize
;
902
FileSize
= strlen (FileBuffer);
903
Actual = fwrite (FileBuffer, 1,
FileSize
, File);
904
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
397
UINT64
FileSize
;
Completed in 33 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026