OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SubObjectList
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/resources/
rscalc.c
769
ACPI_OPERAND_OBJECT **
SubObjectList
;
806
* The
SubObjectList
will now point to an array of the
809
SubObjectList
= PackageElement->Package.Elements;
819
if (*
SubObjectList
&& /* Null object allowed */
822
(*
SubObjectList
)->Common.Type) ||
825
(*
SubObjectList
)->Common.Type) &&
827
((*
SubObjectList
)->Reference.Class ==
836
SubObjectList
++;
846
if ((*
SubObjectList
)->Common.Type == ACPI_TYPE_STRING)
853
(*
SubObjectList
)->String.Length + 1)
[
all
...]
rscreate.c
240
ACPI_OPERAND_OBJECT **
SubObjectList
;
316
* The
SubObjectList
will now point to an array of the four IRQ
319
SubObjectList
= (*TopObjectList)->Package.Elements;
323
ObjDesc =
SubObjectList
[0];
336
ObjDesc =
SubObjectList
[1];
350
ObjDesc =
SubObjectList
[2];
422
ObjDesc =
SubObjectList
[3];
/src/sys/external/bsd/acpica/dist/namespace/
nsrepair2.c
677
ACPI_OPERAND_OBJECT **
SubObjectList
;
694
SubObjectList
= SubPackage->Package.Elements;
709
ObjDesc =
SubObjectList
[3];
712
SubObjectList
[3] =
SubObjectList
[2];
713
SubObjectList
[2] = ObjDesc;
Completed in 18 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026