Lines Matching defs:table
233 * Calculate the max number of table entries that will fit within a directory
288 * The segment magic has been checked. There is a footer and table of
297 struct hfi1_eprom_table_entry *table;
318 /* the file table must fit in a segment with the oprom */
323 /* find the file table start, which precedes the footer */
326 /* the file table fits into the directory buffer handed in */
327 table = (struct hfi1_eprom_table_entry *)
338 table = table_buffer;
341 /* look for the platform configuration file in the table */
343 if (table[i].type == HFI1_EFT_PLATFORM_CONFIG) {
344 entry = &table[i];
391 /* subtract off footer and table from segment 0 */
399 "Bad configuration file - offset 0x%x within footer+table\n",