Home
last modified time | relevance | path

Searched defs:htsize (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/cmd/nscd/
H A Dgetserv.c103 servname_gethash(nss_XbyY_key_t *key, int htsize) { in servname_gethash()
146 servport_gethash(nss_XbyY_key_t *key, int htsize) { in servport_gethash()
H A Dgetnode.c99 ipaddr_gethash(nss_XbyY_key_t *key, int htsize) { in ipaddr_gethash()
139 ipname_gethash(nss_XbyY_key_t *key, int htsize) { in ipname_gethash()
H A Dgetgr.c77 grgid_gethash(nss_XbyY_key_t *key, int htsize) { in grgid_gethash()
H A Dgetproject.c73 projid_gethash(nss_XbyY_key_t *key, int htsize) { in projid_gethash()
H A Dgetpw.c75 pwuid_gethash(nss_XbyY_key_t *key, int htsize) { in pwuid_gethash()
H A Dgettnrhdb.c90 tsol_rh_gethash(nss_XbyY_key_t *key, int htsize) { in tsol_rh_gethash()
H A Dgetether.c83 ether_gethash(nss_XbyY_key_t *key, int htsize) { in ether_gethash()
H A Dgetnet.c117 netaddr_gethash(nss_XbyY_key_t *key, int htsize) { in netaddr_gethash()
H A Dgethost.c98 hostaddr_gethash(nss_XbyY_key_t *key, int htsize) { in hostaddr_gethash()
H A Dcache.c332 #define _NSC_ELF_STR_GETHASH(func, str, htsize, hval) \ argument
348 cis_gethash(const char *key, int htsize) { in cis_gethash()
361 ces_gethash(const char *key, int htsize) { in ces_gethash()
374 db_gethash(const void *key, int len, int htsize) { in db_gethash()
397 nsc_db_cis_key_gethash(nss_XbyY_key_t *key, int htsize) { in nsc_db_cis_key_gethash()
406 nsc_db_ces_key_gethash(nss_XbyY_key_t *key, int htsize) { in nsc_db_ces_key_gethash()
415 nsc_db_int_key_gethash(nss_XbyY_key_t *key, int htsize) { in nsc_db_int_key_gethash()
699 enum hash_type httype, int htsize) in make_cache()
H A Dgetexec.c107 execattr_gethash(nss_XbyY_key_t *key, int htsize) { in execattr_gethash()
H A Dcache.h251 int htsize; member
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c155 uint_t htsize; in table_lock_enter() local
191 lsetup(struct loinfo *li, uint_t htsize) in lsetup()
211 uint_t i, htsize; in ldestroy() local
/titanic_41/usr/src/lib/libsqlite/src/
H A Dhash.h40 int htsize; /* Number of buckets in the hash table */ member
/titanic_41/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c59 uint_t htsize; in lnode_walk_init() local
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c3257 gethash(const char *str, uint32_t num, uint_t htsize) in gethash()
3285 uint_t htsize = state->sid_history_size; in get_from_sid_history() local
3310 uint_t htsize = state->sid_history_size; in add_to_sid_history() local
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_flow.c1601 flow_l2_addrhash(uint8_t *addr, size_t addrlen, size_t htsize) in flow_l2_addrhash()