Searched refs:nhash (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c591 int nhash, i; local
596 nhash = sc->mactype == DWC_GMAC_ALT_DESC ? 2 : 8;
603 for (i = 0; i < nhash; i++)
607 for (i = 0; i < nhash; i++)
619 val >>= nhash; /* Only need lower 6 bits */ local
647 for (i = 0; i < nhash; i++)
/freebsd-11-stable/sbin/routed/
H A Dif.c90 nhash(char *p) function
128 hifp = nhash(ifp->int_name);
188 for (ifp = *nhash(name); ifp != NULL; ifp = ifp->int_nhash) {
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c1795 uint32_t nhash; local
1812 nhash = hash_ent(ent, af, mlen, new_size);
1813 SLIST_INSERT_HEAD(&new_head[nhash], ent, next);
1833 nhash = hash_ent(ent, af, mlen, new_size);
1834 SLIST_INSERT_HEAD(&new_head[nhash], ent, next);
3717 uint32_t nhash; local
3729 nhash = hash_flow_ent(ent, mi->size);
3730 SLIST_INSERT_HEAD(&new_head[nhash], ent, next);
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c11885 struct hash_control *ahash, *nhash; local
11933 nhash = secalias_name_hash;
11939 nhash = alias_name_hash;
11953 a = (const char *) hash_find (nhash, name);
11973 error_string = hash_jam (nhash, name, (PTR) alias);

Completed in 118 milliseconds