Lines Matching defs:tbl
151 Hash_tbl *tbl;
171 for (APLIST_TRAVERSE(crle->c_inotbls, idx, tbl)) {
172 if (tbl->t_ident == dev) {
178 if ((tbl = make_hash(crle->c_inobkts, HASH_INT, dev)) == NULL)
180 if (aplist_append(&crle->c_inotbls, tbl, AL_CNT_CRLE) == NULL)
187 if ((ent = get_hash(tbl, ino, 0,
197 obj->o_tbl = tbl;
658 Hash_tbl *tbl;
664 for (APLIST_TRAVERSE(crle->c_inotbls, idx, tbl)) {
665 if (tbl->t_ident != status->st_dev)
668 if ((ent = get_hash(tbl, ino, 0, HASH_FND_ENT)) == NULL)