Searched refs:TableStatus (Results 1 – 1 of 1) sorted by relevance
368 int TableStatus; in ApDumpAllTables() local399 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()402 if (TableStatus) in ApDumpAllTables()433 int TableStatus; in ApDumpTableByAddress() local457 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()459 return (TableStatus); in ApDumpTableByAddress()485 int TableStatus; in ApDumpTableByName() local533 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()536 if (TableStatus) in ApDumpTableByName()566 int TableStatus = -1; in ApDumpTableFromFile() local[all …]