Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/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
531 TableStatus = ApDumpTableBuffer (Table, Instance, Address); in ApDumpTableByName()
534 if (TableStatus) in ApDumpTableByName()
564 int TableStatus = -1; in ApDumpTableFromFile() local
[all …]