Lines Matching refs:tbl
149 dm_table_t *tbl;
165 tbl = &head->tables[id];
167 while ((table_en = SLIST_FIRST(tbl)) != NULL) {
168 SLIST_REMOVE(tbl, table_en, dm_table_entry, next);
174 KASSERT(SLIST_EMPTY(tbl));
187 dm_table_t *tbl;
197 tbl = &head->tables[id];
203 SLIST_FOREACH(table_en, tbl, next)
238 dm_table_t *tbl;
249 tbl = &head->tables[id];
256 SLIST_FOREACH(table_en, tbl, next) {
284 dm_table_t *tbl;
291 tbl = &head->tables[id];
293 SLIST_FOREACH(table_en, tbl, next)