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

/freebsd-12-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c352 * FUNCTION: AcpiDmBlockType
363 AcpiDmBlockType ( function
665 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
753 if (AcpiDmBlockType (Op) & BLOCK_PAREN)
756 if (!(AcpiDmBlockType (Op) & BLOCK_BRACE))
1011 if (AcpiDmBlockType (Op) & BLOCK_BRACE)
1086 switch (AcpiDmBlockType (Op))
1120 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
1153 if (AcpiDmBlockType (Op->Common.Parent) != BLOCK_PAREN)
1165 if ((AcpiDmBlockType (O
[all...]
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dcvdisasm.c398 if (AcpiDmBlockType (Op) == BLOCK_PAREN)
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacdisasm.h1345 AcpiDmBlockType (

Completed in 209 milliseconds