OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SubObjectList
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/resources/
rscreate.c
348
ACPI_OPERAND_OBJECT **
SubObjectList
;
424
* The
SubObjectList
will now point to an array of the four IRQ
427
SubObjectList
= (*TopObjectList)->Package.Elements;
431
ObjDesc =
SubObjectList
[0];
444
ObjDesc =
SubObjectList
[1];
458
ObjDesc =
SubObjectList
[2];
530
ObjDesc =
SubObjectList
[3];
rscalc.c
877
ACPI_OPERAND_OBJECT **
SubObjectList
;
914
* The
SubObjectList
will now point to an array of the
917
SubObjectList
= PackageElement->Package.Elements;
927
if (*
SubObjectList
&& /* Null object allowed */
930
(*
SubObjectList
)->Common.Type) ||
933
(*
SubObjectList
)->Common.Type) &&
935
((*
SubObjectList
)->Reference.Class ==
944
SubObjectList
++;
954
if ((*
SubObjectList
)->Common.Type == ACPI_TYPE_STRING)
961
(*
SubObjectList
)->String.Length + 1)
[
all
...]
/src/sys/external/bsd/acpica/dist/namespace/
nsrepair2.c
785
ACPI_OPERAND_OBJECT **
SubObjectList
;
802
SubObjectList
= SubPackage->Package.Elements;
817
ObjDesc =
SubObjectList
[3];
820
SubObjectList
[3] =
SubObjectList
[2];
821
SubObjectList
[2] = ObjDesc;
Completed in 164 milliseconds
Indexes created Sun Sep 21 20:09:37 GMT 2025