Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/acpidump/
H A Dapmain.c197 AP_DUMP_ACTION ActionTable [AP_MAX_ACTIONS];
269 if (CurrentAction > AP_MAX_ACTIONS) in ApInsertAction()
271 fprintf (stderr, "Too many table options (max %u)\n", AP_MAX_ACTIONS); in ApInsertAction()
H A Dacpidump.h188 #define AP_MAX_ACTIONS 32 macro