Searched refs:TableStatus (Results 1 – 1 of 1) sorted by relevance
258 int TableStatus; in ApDumpAllTables() local289 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()292 if (TableStatus) in ApDumpAllTables()323 int TableStatus; in ApDumpTableByAddress() local348 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()350 return (TableStatus); in ApDumpTableByAddress()376 int TableStatus; in ApDumpTableByName() local424 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()427 if (TableStatus) in ApDumpTableByName()457 int TableStatus = -1; in ApDumpTableFromFile() local[all …]