HomeSort by: relevance | last modified time | path
    Searched refs:scsi_ints (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hp300/stand/common/
scsi.c 141 hd->scsi_ints = 0;
179 if (hd->scsi_ints & INTS_DISCON)
180 hd->scsi_ints = INTS_DISCON;
200 while ((ints = hd->scsi_ints) == 0) {
205 hd->scsi_ints = ints;
222 if (hd->scsi_ints || --wait < 0)
236 if (hd->scsi_ints || --wait < 0)
252 if (hd->scsi_ints || --wait < 0) {
353 while ((ints = hd->scsi_ints) == 0) {
358 hd->scsi_ints = ints
    [all...]
scsireg.h 96 u_char p40, scsi_ints; member in struct:scsidevice
  /src/sys/arch/luna68k/stand/boot/
sc.c 156 hd->scsi_ints = 0;
424 hs->sc_ctlr, hd->scsi_psns, hd->scsi_ssts, hd->scsi_ints);
426 if (hd->scsi_ints != 0)
428 hd->scsi_ints = hd->scsi_ints;
662 if ((ints = hd->scsi_ints) != 0)
701 hd->scsi_ints = ints;
710 hd->scsi_ints = ints;
727 hd->scsi_ints = ints;
736 hd->scsi_ints = ints
    [all...]
scsireg.h 69 volatile uint8_t scsi_ints, p12, p13, p14; /* 010 */ member in struct:scsidevice

Completed in 14 milliseconds