Searched refs:nhash (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/dev/cxgbe/firmware/ |
| HD | t4fw_cfg.txt | 97 # Each entry in these categories takes 4 cells each. nhash will use the 103 nhash = 16384
|
| HD | t5fw_cfg.txt | 110 # Each entry in these categories takes 4 cells each. nhash will use the 116 nhash = 16384
|
| HD | t4fw_cfg_uwire.txt | 373 nhash = 12288 # number of hash region entries 397 nhash = 2048 418 nhash = 2048
|
| HD | t5fw_cfg_uwire.txt | 406 nhash = 12288 # number of hash region entries 431 nhash = 2048 453 nhash = 2048
|
| HD | t5fw_cfg_fpga.txt | 345 nhash = 2048 # number of hash region entries 370 nhash = 2048
|
| /NextBSD/sbin/routed/ |
| HD | if.c | 90 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/ |
| HD | ip_fw_table_algo.c | 1792 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/ |
| HD | tc-ia64.c | 11885 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()
|