Home
last modified time | relevance | path

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

/netbsd/sys/dev/i2o/
H A 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()
H A 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()
H A Diopsp.c546 if ((rb->msgflags & I2O_MSGFLAGS_FAIL) != 0) { in iopsp_intr()
H A Di2o.h187 #define I2O_MSGFLAGS_FAIL 0x2000 macro
/netbsd/usr.sbin/iopctl/
H A Diopctl.c231 if ((rf->msgflags & I2O_MSGFLAGS_FAIL) != 0) in getparam()