Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/cxgbe/firmware/
Dt4fw_cfg.txt94 # Each entry in these categories takes 4 cells each. nhash will use the
100 nhash = 16384
Dt5fw_cfg.txt107 # Each entry in these categories takes 4 cells each. nhash will use the
113 nhash = 16384
Dt4fw_cfg_uwire.txt370 nhash = 12288 # number of hash region entries
394 nhash = 2048
415 nhash = 2048
Dt5fw_cfg_uwire.txt414 nhash = 12288 # number of hash region entries
438 nhash = 2048
459 nhash = 2048
Dt5fw_cfg_fpga.txt345 nhash = 2048 # number of hash region entries
370 nhash = 2048
/freebsd-9-stable/sbin/routed/
Dif.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()
/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-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()