Lines Matching defs:Directive
187 char *Directive);
191 int Directive,
546 * PARAMETERS: Directive - Pointer to directive name token
565 int Directive;
574 Directive = PrMatchDirective (DirectiveToken);
575 if (Directive == ASL_DIRECTIVE_NOT_FOUND)
594 AslGbl_DirectiveInfo[Directive].Name);
603 switch (Directive)
611 PrDbgPrint ("Ignoring", AslGbl_DirectiveInfo[Directive].Name);
626 switch (Directive)
637 Directive = PR_DIRECTIVE_IF;
678 if (AslGbl_DirectiveInfo[Directive].ArgCount >= 1)
687 if (AslGbl_DirectiveInfo[Directive].ArgCount >= 2)
704 switch (Directive)
710 PrPushDirective (Directive, Token);
711 PrDbgPrint ("Ignoring", AslGbl_DirectiveInfo[Directive].Name);
724 PrDbgPrint ("Begin execution", AslGbl_DirectiveInfo[Directive].Name);
726 switch (Directive)
741 PrPushDirective (Directive, Token);
755 PrPushDirective (Directive, Token);
766 PrPushDirective (Directive, Token);
960 AslGbl_CurrentLineNumber, Directive);
1138 * PARAMETERS: Directive - Pointer to directive name token
1148 char *Directive)
1153 if (!Directive || Directive[0] == 0)
1160 if (!strcmp (AslGbl_DirectiveInfo[i].Name, Directive))
1174 * PARAMETERS: Directive - Encoded directive ID
1189 int Directive,
1201 Info->Directive = Directive;
1210 AslGbl_DirectiveInfo[Directive].Name,
1262 AslGbl_DirectiveInfo[Info->Directive].Name,
1274 * DirectiveName - Directive being processed