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

/opensolaris-onvv-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmwalk.c159 AcpiDmBlockType (
317 * FUNCTION: AcpiDmBlockType
328 AcpiDmBlockType ( function
509 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
560 if (AcpiDmBlockType (Op) & BLOCK_PAREN)
815 if (AcpiDmBlockType (Op) & BLOCK_BRACE)
864 switch (AcpiDmBlockType (Op))
876 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
910 if (AcpiDmBlockType (Op->Common.Parent) != BLOCK_PAREN)
922 if ((AcpiDmBlockType (O
[all...]

Completed in 76 milliseconds