Symbol: SCB_GET_TARGET
sys/dev/aic7xxx/aic79xx.c
1076
SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
1398
ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
1432
ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
1489
ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
2146
ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb), 'A',
sys/dev/aic7xxx/aic79xx.c
2387
ahd_abort_scbs(ahd, SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
3533
ahd_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
4807
ahd_search_qinfifo(ahd, SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
7215
int targ = SCB_GET_TARGET(ahd, scb);
sys/dev/aic7xxx/aic79xx.c
7254
target = SCB_GET_TARGET(ahd, scb);
sys/dev/aic7xxx/aic79xx.c
7513
printf(" %d ( ", SCB_GET_TARGET(ahd, scb));
sys/dev/aic7xxx/aic79xx.c
7518
SCB_GET_TARGET(ahd, scb));
sys/dev/aic7xxx/aic79xx.c
7547
+ (2 * SCB_GET_TARGET(ahd, mk_msg_scb));
sys/dev/aic7xxx/aic79xx.c
8235
SCB_GET_TARGET(ahd, scb),
sys/dev/aic7xxx/aic79xx.c
9299
target = SCB_GET_TARGET(ahd, scb);
sys/dev/aic7xxx/aic79xx.h
131
((SCB_GET_LUN(scb) << 4) | SCB_GET_TARGET(ahd, scb))
sys/dev/aic7xxx/aic79xx.h
96
SCB_GET_TARGET(ahd, scb)
sys/dev/aic7xxx/aic7xxx.c
2249
ahc_compile_devinfo(devinfo, our_id, SCB_GET_TARGET(ahc, scb),
sys/dev/aic7xxx/aic7xxx.c
3608
ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb),
sys/dev/aic7xxx/aic7xxx.c
5283
int targ = SCB_GET_TARGET(ahc, scb);
sys/dev/aic7xxx/aic7xxx.c
5322
target = SCB_GET_TARGET(ahc, scb);
sys/dev/aic7xxx/aic7xxx.c
6989
target = SCB_GET_TARGET(ahc, scb);
sys/dev/aic7xxx/aic7xxx.c
7074
ahc_abort_scbs(ahc, SCB_GET_TARGET(ahc, scb),
sys/dev/aic7xxx/aic7xxx.c
7183
SCB_GET_TARGET(ahc, scb),
sys/dev/aic7xxx/aic7xxx.c
896
ahc_search_qinfifo(ahc, SCB_GET_TARGET(ahc, scb),
sys/dev/aic7xxx/aic7xxx.h
98
(SCB_GET_TARGET(ahc, scb) + (SCB_IS_SCSIBUS_B(ahc, scb) ? 8 : 0))