Searched refs:SubObjectList (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/resources/
H A Drscalc.c631 ACPI_OPERAND_OBJECT **SubObjectList; local
668 * The SubObjectList will now point to an array of the
671 SubObjectList = PackageElement->Package.Elements;
679 if (*SubObjectList && /* Null object allowed */
682 (*SubObjectList)->Common.Type) ||
685 (*SubObjectList)->Common.Type) &&
687 ((*SubObjectList)->Reference.Class ==
696 SubObjectList++;
706 if ((*SubObjectList)->Common.Type == ACPI_TYPE_STRING)
713 (*SubObjectList)
[all...]
H A Drscreate.c235 ACPI_OPERAND_OBJECT **SubObjectList; local
321 * The SubObjectList will now point to an array of the four IRQ
324 SubObjectList = (*TopObjectList)->Package.Elements;
328 ObjDesc = SubObjectList[0];
340 ObjDesc = SubObjectList[1];
356 ObjDesc = SubObjectList[3];
359 SubObjectList[3] = SubObjectList[2];
360 SubObjectList[2] = ObjDesc;
371 ObjDesc = SubObjectList[
[all...]

Completed in 226 milliseconds