OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hashnum
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
uha.c
221
int
hashnum
, error;
local
241
hashnum
= MSCP_HASH(mscp->hashkey);
242
mscp->nexthash = sc->sc_mscphash[
hashnum
];
243
sc->sc_mscphash[
hashnum
] = mscp;
299
int
hashnum
= MSCP_HASH(mscp_phys);
local
300
struct uha_mscp *mscp = sc->sc_mscphash[
hashnum
];
adv.c
212
int
hashnum
, error;
local
235
hashnum
= CCB_HASH(ccb->hashkey);
236
ccb->nexthash = sc->sc_ccbhash[
hashnum
];
237
sc->sc_ccbhash[
hashnum
] = ccb;
272
int
hashnum
= CCB_HASH(ccb_phys);
local
273
ADV_CCB *ccb = sc->sc_ccbhash[
hashnum
];
adw.c
252
int
hashnum
, error;
local
273
hashnum
= CCB_HASH(ccb->hashkey);
274
ccb->nexthash = sc->sc_ccbhash[
hashnum
];
275
sc->sc_ccbhash[
hashnum
] = ccb;
310
int
hashnum
= CCB_HASH(ccb_phys);
local
311
ADW_CCB *ccb = sc->sc_ccbhash[
hashnum
];
aha.c
459
int
hashnum
, error;
local
479
hashnum
= CCB_HASH(ccb->hashkey);
480
ccb->nexthash = sc->sc_ccbhash[
hashnum
];
481
sc->sc_ccbhash[
hashnum
] = ccb;
539
int
hashnum
= CCB_HASH(ccb_phys);
local
540
struct aha_ccb *ccb = sc->sc_ccbhash[
hashnum
];
bha.c
1861
int
hashnum
, error;
local
1885
hashnum
= CCB_HASH(ccb->hashkey);
1886
ccb->nexthash = sc->sc_ccbhash[
hashnum
];
1887
sc->sc_ccbhash[
hashnum
] = ccb;
1942
int
hashnum
= CCB_HASH(ccb_phys);
local
1943
struct bha_ccb *ccb = sc->sc_ccbhash[
hashnum
];
/src/sys/dev/eisa/
ahb.c
439
int
hashnum
, error;
local
458
hashnum
= ECB_HASH(ecb->ecb_dma_addr);
459
ecb->nexthash = sc->sc_ecbhash[
hashnum
];
460
sc->sc_ecbhash[
hashnum
] = ecb;
513
int
hashnum
= ECB_HASH(ecb_phys);
local
514
struct ahb_ecb *ecb = sc->sc_ecbhash[
hashnum
];
/src/sys/dev/isa/
wds.c
528
int
hashnum
, error;
local
572
hashnum
= SCB_HASH(scb->hashkey);
573
scb->nexthash = sc->sc_scbhash[
hashnum
];
574
sc->sc_scbhash[
hashnum
] = scb;
655
int
hashnum
= SCB_HASH(scb_phys);
local
656
struct wds_scb *scb = sc->sc_scbhash[
hashnum
];
/src/sys/arch/arc/dti/
btl.c
604
int
hashnum
;
local
612
hashnum
= CCB_HASH(ccb->hashkey);
613
ccb->nexthash = sc->sc_ccbhash[
hashnum
];
614
sc->sc_ccbhash[
hashnum
] = ccb;
691
int
hashnum
= CCB_HASH(ccb_phys);
local
692
struct bt_ccb *ccb = sc->sc_ccbhash[
hashnum
];
Completed in 19 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026