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

/freebsd-10.3-release/sbin/ldconfig/
H A Dldconfig.c416 hdr.hh_nbucket = 1 * nhints;
417 n = hdr.hh_nbucket * sizeof(struct hints_bucket);
427 nhints, (long)hdr.hh_nbucket, strtab_sz);
432 for (i = 0; i < hdr.hh_nbucket; i++)
443 (hinthash(shp->name, shp->major) % hdr.hh_nbucket);
448 for (j = 0; j < hdr.hh_nbucket; j++) {
452 if (j == hdr.hh_nbucket) {
498 if (write(fd, blist, hdr.hh_nbucket * sizeof(*blist)) !=
499 (ssize_t)(hdr.hh_nbucket * sizeof(*blist))) {
588 blist = malloc(sizeof(*blist) * hdr->hh_nbucket);
[all...]
/freebsd-10.3-release/sys/sys/
H A Dlink_aout.h263 long hh_nbucket; /* Number of buckets in hashtab */ member in struct:hints_header

Completed in 54 milliseconds