Home
last modified time | relevance | path

Searched defs:hash_tbl (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/crle/common/
H A D_crle.h93 struct hash_tbl { struct
94 ulong_t t_ident; /* dev no. for inode cache */
95 int t_size; /* no. of buckets */
96 Hash_type t_type; /* HASH_INT or HASH_STR */
97 Hash_ent **t_entry; /* entries */
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_hash.c141 get_hash_index(unsigned int *hash_tbl, unsigned int hash_value, in get_hash_index()
H A Dgnu_msgs.c64 unsigned int *hash_tbl; in output_all_gnu_mo_files() local
H A Dgnu_msgs_rev.c74 unsigned int *hash_tbl; in output_all_gnu_mo_files() local
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsysevent.c223 class_lst_t *hash_tbl[CLASS_HASH_SZ + 1]; member
373 sysevent_channel_descriptor_t *hash_tbl[CHAN_HASH_SZ]; member
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_hash.c86 hash_server_t *hash_tbl; member
206 grow_tbl(hash_server_t **hash_tbl, size_t *tbl_size) in grow_tbl()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c612 uint16_t hash_tbl[32]; in sfe_set_rx_filter_dp83815() local
739 uint16_t hash_tbl[16]; in sfe_set_rx_filter_sis900() local
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1280 get_hash_index(uint32_t *hash_tbl, uint32_t hash_value, uint32_t hash_size) in get_hash_index()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Doptions.c189 static hashentry_t *hash_tbl[OPTHASH_TBLSIZE] = { NULL }; variable
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c126 uintptr_t hash_tbl; member