Searched refs:hash_id (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/nsswitch/files/common/
H A Dgetexecattr.c54 * We hash on field 1 (hash_name), field 6 (hash_id) and
72 hash_id(nss_XbyY_args_t *argp, int keyhash, const char *line, function
100 static files_hash_func hash_exec[3] = { hash_xname, hash_id, hash_nameid };
/osnet-11/usr/src/grub/grub2/grub-core/lib/xzembed/
H A Dxz_dec_stream.c81 grub_uint8_t hash_id; member in struct:xz_dec
393 if (s->hash_id == 1 || crc32)
483 s->hash_id = s->temp.buf[HEADER_MAGIC_SIZE + 1];
590 if (s->temp.buf[8] != 0 || s->temp.buf[9] != s->hash_id)
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c454 uint32_t hash_size, hash_val, hash_id, hash_inc, hash_idx; local
510 hash_id = get_hashid(msgid1, &msglen);
511 hash_idx = hash_id % hash_size;
512 hash_inc = 1 + (hash_id % (hash_size - 2));
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c204 static uint64_t hash_id(const pool_elem_t *);
778 pool_elem_compare, (uint64_t (*)(const void *))hash_id)) == NULL) {
2155 pool_elem_compare, (uint64_t (*)(const void *))hash_id)) == NULL) {
3567 * hash_id() hashes all elements in a pool configuration using the
3576 hash_id(const pool_elem_t *pe) function

Completed in 244 milliseconds