OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ByteList
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/dispatcher/
dsobject.c
196
ACPI_PARSE_OBJECT *
ByteList
;
222
* Second arg is the buffer data (optional)
ByteList
can be either
224
*
ByteList
appears in the AML.
228
ByteList
= Arg->Named.Next;
229
if (
ByteList
)
231
if (
ByteList
->Common.AmlOpcode != AML_INT_BYTELIST_OP)
234
"Expecting
bytelist
, found AML opcode 0x%X in op %p",
235
ByteList
->Common.AmlOpcode,
ByteList
));
241
ByteListLength = (UINT32)
ByteList
->Common.Value.Integer
[
all
...]
/src/sys/external/bsd/acpica/dist/compiler/
aslrules.y
186
/* OptionalCount must appear before
ByteList
or an incorrect reduction will result */
248
ByteList
251
|
ByteList
',' /* Allows a trailing comma at list end */
252
|
ByteList
','
aslresources.y
158
ByteList
'}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$5,$7,$8,$11);}
478
ByteList
'}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
492
ByteList
'}' {$$ = TrLinkOpChildren ($<n>3,5,$4,$6,$7,$8,$11);}
874
ByteList
'}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
885
ByteList
'}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
asltypes.y
284
%type <n>
ByteList
aslprimaries.y
157
:
ByteList
{}
1022
ByteList
'}' {$$ = TrLinkOpChildren ($<n>3,2,$4,$7);}
Completed in 23 milliseconds
Indexes created Mon Feb 23 16:20:21 UTC 2026