Home
last modified time | relevance | path

Searched refs:Gbl_DirectiveInfo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dprscan.c217 static const PR_DIRECTIVE_INFO Gbl_DirectiveInfo[] = variable
594 Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
611 PrDbgPrint ("Ignoring", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
678 if (Gbl_DirectiveInfo[Directive].ArgCount >= 1) in PrDoDirective()
687 if (Gbl_DirectiveInfo[Directive].ArgCount >= 2) in PrDoDirective()
711 PrDbgPrint ("Ignoring", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
724 PrDbgPrint ("Begin execution", Gbl_DirectiveInfo[Directive].Name); in PrDoDirective()
1155 for (i = 0; Gbl_DirectiveInfo[i].Name; i++) in PrMatchDirective()
1157 if (!strcmp (Gbl_DirectiveInfo[i].Name, Directive)) in PrMatchDirective()
1206 Gbl_DirectiveInfo[Directive].Name, in PrPushDirective()
[all …]