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

/freebsd-9.3-release/sbin/ldconfig/
H A Dldconfig.c409 hdr.hh_nbucket = 1 * nhints;
410 n = hdr.hh_nbucket * sizeof(struct hints_bucket);
420 nhints, (long)hdr.hh_nbucket, strtab_sz);
425 for (i = 0; i < hdr.hh_nbucket; i++)
436 (hinthash(shp->name, shp->major) % hdr.hh_nbucket);
441 for (j = 0; j < hdr.hh_nbucket; j++) {
445 if (j == hdr.hh_nbucket) {
491 if (write(fd, blist, hdr.hh_nbucket * sizeof(*blist)) !=
492 (ssize_t)(hdr.hh_nbucket * sizeof(*blist))) {
581 blist = malloc(sizeof(*blist) * hdr->hh_nbucket);
[all...]
/freebsd-9.3-release/sys/sys/
H A Dlink_aout.h263 long hh_nbucket; /* Number of buckets in hashtab */ member in struct:hints_header

Completed in 42 milliseconds