HomeSort by: relevance | last modified time | path
    Searched defs:hashnum (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
uha.c 221 int hashnum, error; local in function:uha_init_mscp
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 in function:uha_mscp_phys_kv
300 struct uha_mscp *mscp = sc->sc_mscphash[hashnum];
adw.c 252 int hashnum, error; local in function:adw_init_ccb
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 in function:adw_ccb_phys_kv
311 ADW_CCB *ccb = sc->sc_ccbhash[hashnum];
adv.c 212 int hashnum, error; local in function:adv_init_ccb
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 in function:adv_ccb_phys_kv
273 ADV_CCB *ccb = sc->sc_ccbhash[hashnum];
aha.c 459 int hashnum, error; local in function:aha_init_ccb
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 in function:aha_ccb_phys_kv
540 struct aha_ccb *ccb = sc->sc_ccbhash[hashnum];
bha.c 1861 int hashnum, error; local in function:bha_init_ccb
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 in function:bha_ccb_phys_kv
1943 struct bha_ccb *ccb = sc->sc_ccbhash[hashnum];
  /src/sys/dev/eisa/
ahb.c 439 int hashnum, error; local in function:ahb_init_ecb
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 in function:ahb_ecb_lookup
514 struct ahb_ecb *ecb = sc->sc_ecbhash[hashnum];
  /src/sys/dev/isa/
wds.c 528 int hashnum, error; local in function:wds_init_scb
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 in function:wds_scb_phys_kv
656 struct wds_scb *scb = sc->sc_scbhash[hashnum];
  /src/sys/arch/arc/dti/
btl.c 604 int hashnum; local in function:bt_init_ccb
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 in function:bt_ccb_phys_kv
692 struct bt_ccb *ccb = sc->sc_ccbhash[hashnum];

Completed in 39 milliseconds