table_status
{DM_TABLE_STATUS_CMD, 0, table_status},
int table_status;
table_status = ap_dump_table_buffer(table, instance, address);
if (table_status) {
int table_status;
table_status = ap_dump_table_buffer(table, 0, address);
return (table_status);
int table_status;
table_status = ap_dump_table_buffer(table, instance, address);
if (table_status) {
int table_status = -1;
table_status = ap_dump_table_buffer(table, 0, 0);
return (table_status);