Lines Matching defs:action
90 * PARAMETERS: argument - Pointer to the argument for this action
91 * to_be_done - What to do to process this action
95 * DESCRIPTION: Add an action item to the action table
102 /* Insert action and check for table overflow */
126 * and dumping tables are deferred via the action table.
294 struct ap_dump_action *action;
316 action = &action_table[i];
317 switch (action->to_be_done) {
325 status = ap_dump_table_by_address(action->argument);
330 status = ap_dump_table_by_name(action->argument);
335 status = ap_dump_table_from_file(action->argument);
341 "Internal error, invalid action: 0x%X\n",
342 action->to_be_done);