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() local347 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()349 return (TableStatus); in ApDumpTableByAddress()375 int TableStatus; in ApDumpTableByName() local426 if (TableStatus) in ApDumpTableByName()456 int TableStatus = -1; in ApDumpTableFromFile() local484 TableStatus = ApDumpTableBuffer (Table, 0, 0); in ApDumpTableFromFile()[all …]
Completed in 3 milliseconds