Searched refs:TableStatus (Results 1 – 1 of 1) sorted by relevance
366 int TableStatus; in ApDumpAllTables() local397 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()400 if (TableStatus) in ApDumpAllTables()431 int TableStatus; in ApDumpTableByAddress() local455 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()457 return (TableStatus); in ApDumpTableByAddress()483 int TableStatus; in ApDumpTableByName() local531 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()534 if (TableStatus) in ApDumpTableByName()564 int TableStatus = -1; in ApDumpTableFromFile() local[all …]