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.c400 mos_write_mcast(struct mos_softc *sc, u_char *hashtbl) in mos_write_mcast()
584 uint8_t *hashtbl = arg; in mos_hash_maddr() local
599 uint8_t hashtbl[8] = {0, 0, 0, 0, 0, 0, 0, 0}; in mos_setmulti() local
H A Dif_cue.c308 uint8_t *hashtbl = arg; in cue_hash_maddr() local
323 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in cue_setmulti() local
H A Dif_udav.c504 uint8_t *hashtbl = arg; in udav_hash_maddr() local
518 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in udav_setmulti() local
H A Dif_aue.c541 uint8_t *hashtbl = arg; in aue_hash_maddr() local
556 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in aue_setmulti() local
H A Dif_axe.c482 uint8_t *hashtbl = arg; in axe_hash_maddr() local
497 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in axe_setmulti() local
H A Dif_axge.c777 uint8_t *hashtbl = arg; in axge_hash_maddr() local
792 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in axge_rxfilter() local
H A Dif_smsc.c692 uint32_t hash, *hashtbl = arg; in smsc_hash_maddr() local
715 uint32_t hashtbl[2] = { 0, 0 }; in smsc_setmulti() local
/freebsd/contrib/less/
H A Dch.c54 struct bufnode hashtbl[BUFHASH_SIZE]; member
/freebsd/contrib/libpcap/
H A Doptimize.c330 struct valnode *hashtbl[MODULUS]; member
/freebsd/sys/kern/
H A Dvfs_cache.c2740 struct nchashhead *hashtbl; in nchinittbl() local
2753 ncfreetbl(struct nchashhead *hashtbl) in ncfreetbl()