Searched refs:AslGbl_DirectiveInfo (Results 1 – 1 of 1) sorted by relevance
217 static const PR_DIRECTIVE_INFO AslGbl_DirectiveInfo[] = variable594 AslGbl_DirectiveInfo[Directive].Name); in PrDoDirective()611 PrDbgPrint ("Ignoring", AslGbl_DirectiveInfo[Directive].Name); in PrDoDirective()678 if (AslGbl_DirectiveInfo[Directive].ArgCount >= 1) in PrDoDirective()687 if (AslGbl_DirectiveInfo[Directive].ArgCount >= 2) in PrDoDirective()711 PrDbgPrint ("Ignoring", AslGbl_DirectiveInfo[Directive].Name); in PrDoDirective()724 PrDbgPrint ("Begin execution", AslGbl_DirectiveInfo[Directive].Name); in PrDoDirective()1158 for (i = 0; AslGbl_DirectiveInfo[i].Name; i++) in PrMatchDirective()1160 if (!strcmp (AslGbl_DirectiveInfo[i].Name, Directive)) in PrMatchDirective()1210 AslGbl_DirectiveInfo[Directive].Name, in PrPushDirective()[all …]