Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/i2o/
Dld_iop.c499 err = ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0); in ld_iop_intr()
532 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in ld_iop_intr_event()
Diop.c1657 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) { in iop_handle_reply()
1685 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) == 0) in iop_handle_reply()
1691 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in iop_handle_reply()
1787 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) in iop_intr_event()
Diopsp.c546 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) { in iopsp_intr()
Di2o.h188 #define I2O_MSGFLAGS_FAIL 0x2000 macro
/netbsd/src/usr.sbin/iopctl/
Diopctl.c231 if ((rf->msgflags & I2O_MSGFLAGS_FAIL) != 0) in getparam()