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

/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-solvers.c42 uint32_t hash_off; member in struct:_extended_info
101 uint32_t hash_off; local
112 hash_off = sizeof (bblk_einfo_t);
114 if (hash_off + hash_size > maxsize) {
121 data = dest + hash_off;
136 einfo->hash_off = hash_off;
138 einfo->str_off = einfo->hash_off + einfo->hash_size + 1;
157 *used_space = hash_off + hash_size + 1 + strlen(infostr);
/osnet-11/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 22 milliseconds