Lines Matching defs:Action
94 * CAUSE OF ACTION OR THEORY OF LIABILITY, AND IRRESPECTIVE OF WHETHER INTEL
248 * PARAMETERS: Argument - Pointer to the argument for this action
249 * ToBeDone - What to do to process this action
253 * DESCRIPTION: Add an action item to the action table
263 /* Insert action and check for table overflow */
288 * and dumping tables are deferred via the action table.
473 AP_DUMP_ACTION *Action;
499 Action = &ActionTable[i];
500 switch (Action->ToBeDone)
509 Status = ApDumpTableByAddress (Action->Argument);
514 Status = ApDumpTableByName (Action->Argument);
519 Status = ApDumpTableFromFile (Action->Argument);
524 fprintf (stderr, "Internal error, invalid action: 0x%X\n",
525 Action->ToBeDone);