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

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

Completed in 117 milliseconds