Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dpreprocess.h244 } DIRECTIVE_INFO; typedef
260 PR_EXTERN DIRECTIVE_INFO PR_INIT_GLOBAL (*AslGbl_DirectiveStack, NULL);
H A Dprscan.c1189 DIRECTIVE_INFO *Info; in PrPushDirective()
1194 Info = ACPI_CAST_PTR (DIRECTIVE_INFO, in PrPushDirective()
1195 UtLocalCacheCalloc (sizeof (DIRECTIVE_INFO))); in PrPushDirective()
1237 DIRECTIVE_INFO *Info; in PrPopDirective()