Searched refs:fh_size (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dfirmload.c56 off_t fh_size; member in struct:firmware_handle
97 error = kobj_get_filesize(fh->fh_buf, (uint64_t *)&fh->fh_size);
132 return (fh->fh_size);
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dfiles_common.h65 int fh_size; member in struct:__anon4251
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;

Completed in 65 milliseconds