Home | Sort by: relevance | last modified time | path |
/src/sys/dev/ic/ | |
oosiopreg.h | 281 #define OOSIOP_ISTAT_SIP 0x02 /* SCSI Interrupt pending */ |
oosiop.c | 1024 if ((istat & (OOSIOP_ISTAT_SIP | OOSIOP_ISTAT_DIP)) == 0) 1088 if (istat & OOSIOP_ISTAT_SIP) { |