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

/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmwalk.c83 AcpiDmBlockType (
241 * FUNCTION: AcpiDmBlockType
252 AcpiDmBlockType ( function
521 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
603 if (AcpiDmBlockType (Op) & BLOCK_PAREN)
857 if (AcpiDmBlockType (Op) & BLOCK_BRACE)
907 switch (AcpiDmBlockType (Op))
941 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
974 if (AcpiDmBlockType (Op->Common.Parent) != BLOCK_PAREN)
986 if ((AcpiDmBlockType (O
[all...]

Completed in 46 milliseconds