Searched refs:h_first (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h48 struct files_hashent *h_first; member in struct:files_hashent
H A Dfiles_common.c430 for (hp = htab[hash % fhp->fh_size].h_first; hp != NULL;
587 hp->h_next = htab[bucket].h_first;
588 htab[bucket].h_first = hp;

Completed in 295 milliseconds