Searched refs:Directive (Results 1 – 2 of 2) sorted by relevance
187 char *Directive);191 int Directive,565 int Directive; in PrDoDirective() local574 Directive = PrMatchDirective (DirectiveToken); in PrDoDirective()575 if (Directive == ASL_DIRECTIVE_NOT_FOUND) in PrDoDirective()594 AslGbl_DirectiveInfo[Directive].Name); in PrDoDirective()603 switch (Directive) in PrDoDirective()611 PrDbgPrint ("Ignoring", AslGbl_DirectiveInfo[Directive].Name); in PrDoDirective()626 switch (Directive) in PrDoDirective()637 Directive = PR_DIRECTIVE_IF; in PrDoDirective()[all …]
241 int Directive; member