Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Dpreprocess.h244 } DIRECTIVE_INFO; typedef
261 PR_EXTERN DIRECTIVE_INFO PR_INIT_GLOBAL (*AslGbl_DirectiveStack, NULL);
H A Dprscan.c1192 DIRECTIVE_INFO *Info; in PrPushDirective()
1197 Info = ACPI_CAST_PTR (DIRECTIVE_INFO, in PrPushDirective()
1198 UtLocalCacheCalloc (sizeof (DIRECTIVE_INFO))); in PrPushDirective()
1240 DIRECTIVE_INFO *Info; in PrPopDirective()