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

  /src/sys/dev/ic/
aic79xx.c 1568 u_int scbid1; local in function:ahd_handle_scsiint
1589 scbid1 = ahd_inw(ahd, WAITING_TID_HEAD);
1590 scb = ahd_lookup_scb(ahd, scbid1);
1594 ahd_name(ahd), scbid1);
1602 scbid1);
1665 u_int scbid1; local in function:ahd_handle_scsiint
1671 scbid1 = ahd_get_scbptr(ahd);
1672 scb1 = ahd_lookup_scb(ahd, scbid1);
1676 ahd_name(ahd), scbid1, mode);
aic79xx.c 1568 u_int scbid1; local in function:ahd_handle_scsiint
1589 scbid1 = ahd_inw(ahd, WAITING_TID_HEAD);
1590 scb = ahd_lookup_scb(ahd, scbid1);
1594 ahd_name(ahd), scbid1);
1602 scbid1);
1665 u_int scbid1; local in function:ahd_handle_scsiint
1671 scbid1 = ahd_get_scbptr(ahd);
1672 scb1 = ahd_lookup_scb(ahd, scbid1);
1676 ahd_name(ahd), scbid1, mode);

Completed in 32 milliseconds