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

/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c98 ACPI_PARSE_OBJECT *Child1; local
112 Child1 = AcpiPsGetArg (Op, 0);
113 if (!Child1)
120 Child2 = Child1->Common.Next;
194 switch (Child1->Common.AmlOpcode)
216 Child1->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX;
222 Child2 = AcpiPsGetArg (Child1, 0);
238 if ((Child1->Common.AmlOpcode == AML_STRING_OP) ||
239 (Child1->Common.AmlOpcode == AML_BUFFER_OP) ||
240 (Child1
[all...]

Completed in 56 milliseconds