Searched refs:AP_MAX_ACTIONS (Results 1 – 2 of 2) sorted by relevance
90 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()
92 #define AP_MAX_ACTIONS 32 macro