Home
last modified time | relevance | path

Searched refs:hash_off (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.c232 if (einfo->hash_off + einfo->hash_size > bufsize) { in print_einfo()
235 "size\n"), einfo->hash_off); in print_einfo()
238 hash = (unsigned char *)einfo + einfo->hash_off; in print_einfo()
258 (void) fprintf(stdout, "\thash offset: %d\n", einfo->hash_off); in print_einfo()
298 uint32_t hash_off; in prepare_and_write_einfo() local
309 hash_off = sizeof (bblk_einfo_t); in prepare_and_write_einfo()
311 if (hash_off + hash_size > maxsize) { in prepare_and_write_einfo()
317 data = dest + hash_off; in prepare_and_write_einfo()
331 einfo->hash_off = hash_off; in prepare_and_write_einfo()
333 einfo->str_off = einfo->hash_off + einfo->hash_size + 1; in prepare_and_write_einfo()
[all …]
H A Dbblk_einfo.h50 uint32_t hash_off; member
/illumos-gate/usr/src/cmd/sendmail/db/lock/
H A Dlock_region.c134 (DB_HASHTAB *)((u_int8_t *)lt->region + lt->region->hash_off);
224 lrp->hash_off = curaddr - (u_int8_t *)lrp;
467 (DB_HASHTAB *)((u_int8_t *)lt->region + lt->region->hash_off);
602 "hash_off", (u_long)lrp->hash_off,
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h55 size_t hash_off; /* offset of hash table */ member