OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileByte
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
asllistsup.c
370
UINT8
FileByte
;
382
if (FlReadFile (ASL_FILE_SOURCE_OUTPUT, &
FileByte
, 1) != AE_OK)
386
if (
FileByte
== '\n')
431
if (
FileByte
== '/')
433
FileByte
= '*';
444
if ((
FileByte
!= '}') &&
445
(
FileByte
!= '{'))
453
if (
FileByte
== '{')
461
else if (
FileByte
== '}')
476
else if ((
FileByte
== ' ') && StartOfLine
[
all
...]
aslcodegen.c
583
UINT8
FileByte
;
595
if (FlReadFile (ASL_FILE_AML_OUTPUT, &
FileByte
, 1) != AE_OK)
602
Sum = (signed char) (Sum +
FileByte
);
644
UINT8
FileByte
;
656
if (FlReadFile (ASL_FILE_AML_OUTPUT, &
FileByte
, 1) != AE_OK)
663
Sum = (signed char) (Sum +
FileByte
);
asllisting.c
202
UINT8
FileByte
;
226
if (ACPI_FAILURE (FlReadFile (ASL_FILE_AML_OUTPUT, &
FileByte
, 1)))
232
LsWriteListingHexBytes (&
FileByte
, 1, FileId);
dtio.c
1045
UINT8
FileByte
;
1058
while (FlReadFile (ASL_FILE_INPUT, &
FileByte
, 1) == AE_OK)
1060
FlWriteFile (ASL_FILE_LISTING_OUTPUT, &
FileByte
, 1);
1061
if (
FileByte
== '\n')
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026