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

  /src/sys/dev/ic/
aic79xx.c 345 ahd_outb(ahd, SAVED_LUN, 0xFF);
942 ahd_outb(ahd, SAVED_LUN, scb->hscb->lun);
1087 ahd_outb(ahd, SAVED_LUN, 0);
1245 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
1247 ahd_inb(ahd, SAVED_SCSIID), ahd_inb(ahd, SAVED_LUN),
1254 ahd_inb(ahd, SAVED_LUN))),
2119 u_int saved_lun; local in function:ahd_handle_nonpkt_busfree
2133 saved_lun = ahd_inb(ahd, SAVED_LUN);
2137 target, saved_lun, 'A', ROLE_INITIATOR)
    [all...]
aic7xxx.c 286 ahc_outb(ahc, SAVED_LUN, 0xFF);
604 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
606 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
613 ahc_inb(ahc, SAVED_LUN))),
931 printf("SAVED_SCSIID == 0x%x, SAVED_LUN == 0x%x, "
933 ahc_inb(ahc, SAVED_SCSIID), ahc_inb(ahc, SAVED_LUN),
940 ahc_inb(ahc, SAVED_LUN))),
1212 u_int saved_lun; local in function:ahc_handle_scsiint
1244 saved_lun = ahc_inb(ahc, SAVED_LUN);
    [all...]

Completed in 51 milliseconds