Searched defs:hash_off (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/boot/common/
H A Dbblk_einfo.h50 uint32_t hash_off; member in struct:_extended_info
H A Dbblk_einfo.c184 * hash_off need to point somewhere past the header.
203 if (einfo->hash_off + einfo->hash_size > bufsize) {
206 "size\n"), einfo->hash_off);
209 hash = (unsigned char *)einfo + einfo->hash_off;
229 (void) fprintf(stdout, "\thash offset: %d\n", einfo->hash_off);
269 uint32_t hash_off; local
280 hash_off = sizeof (bblk_einfo_t);
282 if (hash_off + hash_size > maxsize) {
288 data = dest + hash_off;
302 einfo->hash_off
[all...]
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h55 size_t hash_off; /* offset of hash table */ member in struct:__db_lockregion

Completed in 45 milliseconds