Searched defs:hashtbl (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_mos.c | 400 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 D | if_cue.c | 308 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 D | if_udav.c | 504 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 D | if_aue.c | 541 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 D | if_axe.c | 482 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 D | if_axge.c | 777 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 D | if_smsc.c | 692 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 D | ch.c | 54 struct bufnode hashtbl[BUFHASH_SIZE]; member
|
/freebsd/contrib/libpcap/ |
H A D | optimize.c | 330 struct valnode *hashtbl[MODULUS]; member
|
/freebsd/sys/kern/ |
H A D | vfs_cache.c | 2740 struct nchashhead *hashtbl; in nchinittbl() local 2753 ncfreetbl(struct nchashhead *hashtbl) in ncfreetbl()
|