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

/freebsd-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c270 return (BLOCK_BRACE);
284 return (BLOCK_PAREN | BLOCK_BRACE);
298 return (BLOCK_PAREN | BLOCK_BRACE);
436 else if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
774 if (AcpiDmBlockType (Op) & BLOCK_BRACE)
849 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
865 case BLOCK_BRACE:
866 case (BLOCK_BRACE | BLOCK_PAREN):
894 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE) &&
911 if ((AcpiDmBlockType (Op->Common.Parent) & BLOCK_BRACE)
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacdisasm.h52 #define BLOCK_BRACE 2 macro

Completed in 131 milliseconds