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

  /src/sys/dev/scsipi/
scsi_tape.h 92 #define SR_IMMED 0x01
st.c 1876 cmd.byte2 = SR_IMMED;
1953 cmd.byte2 = SR_IMMED;
1988 immediate = SR_IMMED;
  /src/sys/dev/ic/
ncr5380var.h 105 #define SR_IMMED 1 /* Immediate command */
sunscpalvar.h 151 #define SR_IMMED 1 /* Immediate command */
sunscpal.c 262 ((sr->sr_flags & SR_IMMED) ? 0 : SUNSCPAL_ICR_INTERRUPT_ENABLE);
780 sr->sr_flags = (flags & XS_CTL_POLL) ? SR_IMMED : 0;
1015 if (sr->sr_flags & SR_IMMED) {
1141 if ((sr->sr_flags & SR_IMMED) == 0) {
1774 if ((sr->sr_flags & SR_IMMED) == 0) {
ncr5380sbc.c 662 sr->sr_flags = (flags & XS_CTL_POLL) ? SR_IMMED : 0;
664 sr->sr_flags |= SR_IMMED; /* no disconnect */
908 if (sr->sr_flags & SR_IMMED) {
1035 if ((sr->sr_flags & SR_IMMED) == 0) {
1867 if (sr->sr_flags & (SR_IMMED))
2288 if ((sr->sr_flags & SR_IMMED) == 0) {
  /src/sys/arch/vax/vsa/
ncr.c 264 if (sr->sr_flags & SR_IMMED)
  /src/sys/arch/mac68k/dev/
sbc.c 649 if (sr->sr_flags & SR_IMMED)
709 * We shouldn't arrive here; if SR_IMMED is set, then

Completed in 18 milliseconds