Home
last modified time | relevance | path

Searched defs:hashtbl (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/usb/net/
H A Dif_mos.c401 mos_write_mcast(struct mos_softc *sc, u_char *hashtbl) in mos_write_mcast()
585 uint8_t *hashtbl = arg; in mos_hash_maddr() local
600 uint8_t hashtbl[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in mos_setmulti() local
H A Dif_cue.c309 uint8_t *hashtbl = arg; in cue_hash_maddr() local
324 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in cue_setmulti() local
H A Dif_udav.c505 uint8_t *hashtbl = arg; in udav_hash_maddr() local
519 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in udav_setmulti() local
H A Dif_aue.c542 uint8_t *hashtbl = arg; in aue_hash_maddr() local
557 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in aue_setmulti() local
H A Dif_axe.c483 uint8_t *hashtbl = arg; in axe_hash_maddr() local
498 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in axe_setmulti() local
H A Dif_axge.c778 uint8_t *hashtbl = arg; in axge_hash_maddr() local
793 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in axge_rxfilter() local
H A Dif_smsc.c693 uint32_t hash, *hashtbl = arg; in smsc_hash_maddr() local
716 uint32_t hashtbl[2] = { 0, 0 }; in smsc_setmulti() local
/freebsd/contrib/less/
H A Dch.c61 struct bufnode hashtbl[BUFHASH_SIZE]; global() member
/freebsd/contrib/libpcap/
H A Doptimize.c330 struct valnode *hashtbl[MODULUS]; member
/freebsd/sys/kern/
H A Dvfs_cache.c2733 struct nchashhead *hashtbl; in nchinittbl() local
2746 ncfreetbl(struct nchashhead *hashtbl) in ncfreetbl()