Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acpi/acpidump/
H A Dapmain.c90 AP_DUMP_ACTION ActionTable [AP_MAX_ACTIONS];
162 if (CurrentAction > AP_MAX_ACTIONS) in ApInsertAction()
164 AcpiLogError ("Too many table options (max %u)\n", AP_MAX_ACTIONS); in ApInsertAction()
H A Dacpidump.h92 #define AP_MAX_ACTIONS 32 macro