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

/netbsd-6-1-5-RELEASE/sys/external/bsd/acpica/dist/disassembler/
H A Ddmwalk.c87 AcpiDmBlockType (
244 * FUNCTION: AcpiDmBlockType
255 AcpiDmBlockType ( function
436 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
487 if (AcpiDmBlockType (Op) & BLOCK_PAREN)
742 if (AcpiDmBlockType (Op) & BLOCK_BRACE)
791 switch (AcpiDmBlockType (Op))
803 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
837 if (AcpiDmBlockType (Op->Common.Parent) != BLOCK_PAREN)
849 if ((AcpiDmBlockType (O
[all...]

Completed in 53 milliseconds