Home
last modified time | relevance | path

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

/acpica-latest/source/tools/acpidump/
Dapdump.c368 int TableStatus; in ApDumpAllTables() local
399 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()
402 if (TableStatus) in ApDumpAllTables()
433 int TableStatus; in ApDumpTableByAddress() local
457 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()
459 return (TableStatus); in ApDumpTableByAddress()
485 int TableStatus; in ApDumpTableByName() local
533 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()
536 if (TableStatus) in ApDumpTableByName()
566 int TableStatus = -1; in ApDumpTableFromFile() local
[all …]