Home
last modified time | relevance | path

Searched refs:nhash (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_cfg.txt97 # Each entry in these categories takes 4 cells each. nhash will use the
103 nhash = 16384
HDt5fw_cfg.txt110 # Each entry in these categories takes 4 cells each. nhash will use the
116 nhash = 16384
HDt4fw_cfg_uwire.txt373 nhash = 12288 # number of hash region entries
397 nhash = 2048
418 nhash = 2048
HDt5fw_cfg_uwire.txt406 nhash = 12288 # number of hash region entries
431 nhash = 2048
453 nhash = 2048
HDt5fw_cfg_fpga.txt345 nhash = 2048 # number of hash region entries
370 nhash = 2048
/NextBSD/sbin/routed/
HDif.c90 nhash(char *p) in nhash() function
128 hifp = nhash(ifp->int_name); in if_link()
188 for (ifp = *nhash(name); ifp != 0; ifp = ifp->int_nhash) { in ifwithname()
/NextBSD/sys/netpfil/ipfw/
HDip_fw_table_algo.c1792 uint32_t nhash; in ta_modify_chash() local
1809 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1810 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
1830 nhash = hash_ent(ent, af, mlen, new_size); in ta_modify_chash()
1831 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_chash()
3711 uint32_t nhash; in ta_modify_fhash() local
3723 nhash = hash_flow_ent(ent, mi->size); in ta_modify_fhash()
3724 SLIST_INSERT_HEAD(&new_head[nhash], ent, next); in ta_modify_fhash()
/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.c11885 struct hash_control *ahash, *nhash; in dot_alias() local
11933 nhash = secalias_name_hash; in dot_alias()
11939 nhash = alias_name_hash; in dot_alias()
11953 a = (const char *) hash_find (nhash, name); in dot_alias()
11973 error_string = hash_jam (nhash, name, (PTR) alias); in dot_alias()