Home
last modified time | relevance | path

Searched refs:TableStatus (Results 1 – 1 of 1) sorted by relevance

/third_party/lib/acpica/source/tools/acpidump/
A Dapdump.c258 int TableStatus; in ApDumpAllTables() local
289 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()
292 if (TableStatus) in ApDumpAllTables()
323 int TableStatus; in ApDumpTableByAddress() local
347 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()
349 return (TableStatus); in ApDumpTableByAddress()
375 int TableStatus; in ApDumpTableByName() local
426 if (TableStatus) in ApDumpTableByName()
456 int TableStatus = -1; in ApDumpTableFromFile() local
484 TableStatus = ApDumpTableBuffer (Table, 0, 0); in ApDumpTableFromFile()
[all …]

Completed in 3 milliseconds