Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/nscd/
H A Dgetserv.c101 servname_gethash(nss_XbyY_key_t *key, int htsize) { in servname_gethash()
144 servport_gethash(nss_XbyY_key_t *key, int htsize) { in servport_gethash()
H A Dgetnode.c97 ipaddr_gethash(nss_XbyY_key_t *key, int htsize) { in ipaddr_gethash()
137 ipname_gethash(nss_XbyY_key_t *key, int htsize) { in ipname_gethash()
H A Dcache.c344 #define _NSC_ELF_STR_GETHASH(func, str, htsize, hval) \ argument
360 cis_gethash(const char *key, int htsize) in cis_gethash()
374 ces_gethash(const char *key, int htsize) in ces_gethash()
388 db_gethash(const void *key, int len, int htsize) in db_gethash()
412 nsc_db_cis_key_gethash(nss_XbyY_key_t *key, int htsize) in nsc_db_cis_key_gethash()
422 nsc_db_ces_key_gethash(nss_XbyY_key_t *key, int htsize) in nsc_db_ces_key_gethash()
432 nsc_db_int_key_gethash(nss_XbyY_key_t *key, int htsize) in nsc_db_int_key_gethash()
725 enum hash_type httype, int htsize) in make_cache()
H A Dgetgr.c75 grgid_gethash(nss_XbyY_key_t *key, int htsize) { in grgid_gethash()
H A Dgetproject.c71 projid_gethash(nss_XbyY_key_t *key, int htsize) { in projid_gethash()
H A Dgetpw.c73 pwuid_gethash(nss_XbyY_key_t *key, int htsize) { in pwuid_gethash()
H A Dgettnrhdb.c88 tsol_rh_gethash(nss_XbyY_key_t *key, int htsize) { in tsol_rh_gethash()
H A Dgetether.c81 ether_gethash(nss_XbyY_key_t *key, int htsize) { in ether_gethash()
H A Dgetnet.c115 netaddr_gethash(nss_XbyY_key_t *key, int htsize) { in netaddr_gethash()
H A Dgethost.c96 hostaddr_gethash(nss_XbyY_key_t *key, int htsize) { in hostaddr_gethash()
H A Dgetexec.c105 execattr_gethash(nss_XbyY_key_t *key, int htsize) { in execattr_gethash()
H A Dcache.h251 int htsize; member
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c158 uint_t htsize; in table_lock_enter() local
194 lsetup(struct loinfo *li, uint_t htsize) in lsetup()
214 uint_t i, htsize; in ldestroy() local
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h37 int htsize; /* Number of buckets in the hash table */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c57 uint_t htsize; in lnode_walk_init() local
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c3332 gethash(const char *str, uint32_t num, uint_t htsize) in gethash()
3360 uint_t htsize = state->sid_history_size; in get_from_sid_history() local
3385 uint_t htsize = state->sid_history_size; in add_to_sid_history() local
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c1602 flow_l2_addrhash(uint8_t *addr, size_t addrlen, size_t htsize) in flow_l2_addrhash()