OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hashidx
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/ypserv/mknetid/
mknetid.c
70
static int
hashidx
(char);
149
hashidx
(char key)
function in typeref:typename:int
172
idx =
hashidx
(username[0]);
198
idx =
hashidx
(username[0]);
/src/sys/net/
if_llatbl.c
212
uint32_t
hashidx
;
local in function:htable_link_entry
219
hashidx
= llt->llt_hash(lle, llt->llt_hsize);
220
lleh = &llt->lle_head[
hashidx
];
/src/sys/kern/
subr_thmap.c
211
unsigned
hashidx
; // current hash index (block of bits)
member in struct:__anon316903000308
370
query->
hashidx
= 0;
384
if (query->
hashidx
!= i) {
387
query->
hashidx
= i;
408
if (__predict_true(query->
hashidx
== 0)) {
/src/sys/arch/arm/imx/
if_enet.c
718
uint32_t crc,
hashidx
;
local in function:enet_setmulti
744
hashidx
= __SHIFTOUT(crc, __BITS(30,26));
745
gaddr[__SHIFTOUT(crc, __BIT(31))] |= __BIT(
hashidx
);
/src/sys/netinet/
in.c
2176
u_int
hashidx
;
local in function:in_lltable_find_dst
2178
hashidx
= in_lltable_hash_dst(dst, llt->llt_hsize);
2179
lleh = &llt->lle_head[
hashidx
];
/src/sys/netinet6/
in6.c
2497
u_int
hashidx
;
local in function:in6_lltable_find_dst
2499
hashidx
= in6_lltable_hash_dst(dst, llt->llt_hsize);
2500
lleh = &llt->lle_head[
hashidx
];
Completed in 19 milliseconds
Indexes created Sun Sep 28 16:09:52 GMT 2025