Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/tools/acpidump/
H A Dapdump.c366 int TableStatus; in ApDumpAllTables() local
397 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpAllTables()
400 if (TableStatus) in ApDumpAllTables()
431 int TableStatus; in ApDumpTableByAddress() local
455 TableStatus = ApDumpTableBuffer (Table, 0, Address); in ApDumpTableByAddress()
457 return (TableStatus); in ApDumpTableByAddress()
483 int TableStatus; in ApDumpTableByName() local
534 if (TableStatus) in ApDumpTableByName()
564 int TableStatus = -1; in ApDumpTableFromFile() local
599 TableStatus = ApDumpTableBuffer (Table, 0, 0); in ApDumpTableFromFile()
[all …]