Home
last modified time | relevance | path

Searched refs:I2O_MSGFLAGS_FAIL (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/dev/i2o/
Dioprbs.c598 err = ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0); in ioprbs_intr()
636 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in ioprbs_intr_event()
Diop.c1514 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) { in iop_handle_reply()
1544 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) == 0) in iop_handle_reply()
1550 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in iop_handle_reply()
1633 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in iop_intr_event()
Diopsp.c577 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) { in iopsp_intr()
Di2o.h195 #define I2O_MSGFLAGS_FAIL 0x2000 macro
/mirbsd/src/sbin/iopctl/
Diopctl.c243 if ((rf->msgflags & I2O_MSGFLAGS_FAIL) != 0) in getparam()