Searched defs:hashtbl (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | subr_hash.c | 140 hashdone(void *hashtbl, enum hashtype htype, u_long hashmask) in hashdone()
|
/netbsd-src/sys/dev/usb/ |
H A D | if_axen.c | 239 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in axen_uno_mcast() local
|
H A D | if_mos.c | 331 mos_write_mcast(struct usbnet *un, uint8_t *hashtbl) in mos_write_mcast()
|
H A D | if_smsc.c | 422 uint32_t hashtbl[2] = { 0, 0 }; in smsc_uno_mcast() local
|
H A D | if_aue.c | 617 uint8_t hashtbl[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; in aue_uno_mcast() local
|
H A D | if_mue.c | 1011 uint32_t hashtbl[MUE_DP_SEL_VHF_HASH_LEN]; in mue_uno_mcast() local
|
/netbsd-src/external/bsd/less/dist/ |
H A D | ch.c | 63 struct bufnode hashtbl[BUFHASH_SIZE]; member
|
/netbsd-src/usr.bin/vmstat/ |
H A D | vmstat.c | 1892 int hashtbl; /* nlist index for hash table */ member
|