Lines Matching defs:table
1272 static int generic_get_columns(struct opal_dev *dev, const u8 *table,
1277 err = cmd_start(dev, table, opalmethod[OPAL_GET]);
1300 * request @column from table @table on device @dev. On success, the column
1303 static int generic_get_column(struct opal_dev *dev, const u8 *table,
1306 return generic_get_columns(dev, table, column, column);
1321 * first: actual table index
1322 * second: relative index in the table
1324 * first part of the target table as relative index into that table
1408 pr_debug("Couldn't get the table size\n");
1414 pr_debug("Does not fit in the table (%llu vs. %llu)\n",
1629 pr_debug("Couldn't get lr %u table columns %d to %d.\n",
2354 pr_debug("%s: Couldn't read data from the table.\n", __func__);
2381 pr_debug("Couldn't get the table size\n");
2387 /* Check if the user is trying to read from the table limits */
2413 pr_debug("Error building read table data command.\n");