Home
last modified time | relevance | path

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

/netbsd-src/sbin/ldconfig/
H A Dldconfig.c394 hdr.hh_nbucket = 1 * nhints; in buildhints()
395 n = hdr.hh_nbucket * sizeof(struct hints_bucket); in buildhints()
405 nhints, hdr.hh_nbucket, strtab_sz); in buildhints()
410 for (i = 0; i < hdr.hh_nbucket; i++) in buildhints()
421 (hinthash(shp->name, shp->major, shp->minor) % hdr.hh_nbucket); in buildhints()
424 for (i = 0; i < hdr.hh_nbucket; i++) { in buildhints()
428 if (i == hdr.hh_nbucket) { in buildhints()
472 if ((size_t)write(fd, blist, hdr.hh_nbucket * sizeof(struct hints_bucket)) != in buildhints()
473 hdr.hh_nbucket * sizeof(struct hints_bucket)) { in buildhints()
565 for (i = 0; i < hdr->hh_nbucket; i++) { in readhints()
/netbsd-src/include/
H A Dlink_aout.h263 long hh_nbucket; /* Number of buckets in hashtab */ member