Lines Matching refs:AslGbl_DirectiveInfo
217 static const PR_DIRECTIVE_INFO AslGbl_DirectiveInfo[] = variable
594 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()
1262 AslGbl_DirectiveInfo[Info->Directive].Name, in PrPopDirective()