Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dpreprocess.h172 #define PR_MAX_ARG_INSTANCES 24 /* Max instances of any one arg */ macro
195 UINT32 Offset[PR_MAX_ARG_INSTANCES];
H A Dprmacros.c505 if (Args[i].UseCount >= PR_MAX_ARG_INSTANCES) in PrAddMacro()