Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.c428 htab = &fhp->fh_table[hashop * fhp->fh_size];
430 for (hp = htab[hash % fhp->fh_size].h_first; hp != NULL;
535 fhp->fh_size = line;
567 hp = &fhp->fh_table[ht * fhp->fh_size + line];
584 htab = &fhp->fh_table[ht * fhp->fh_size];
586 uint_t bucket = hp->h_hash % fhp->fh_size;
H A Dfiles_common.h65 int fh_size; member