Home
last modified time | relevance | path

Searched refs:reqstatus (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/i2o/
H A Di2o.h203 u_int8_t reqstatus; /* Request status code */ member
805 u_int8_t reqstatus; member
942 u_int8_t reqstatus; member
H A Diop.c1665 status = rb->reqstatus; in iop_handle_reply()
2269 if (rb->reqstatus < sizeof(iop_status) / sizeof(iop_status[0])) in iop_reply_print()
2270 statusstr = iop_status[rb->reqstatus]; in iop_reply_print()
2275 device_xname(sc->sc_dev), function, rb->reqstatus, statusstr); in iop_reply_print()
H A Dld_iop.c501 if (!err && rb->reqstatus != I2O_STATUS_SUCCESS) { in ld_iop_intr()
/netbsd-src/usr.sbin/iopctl/
H A Diopctl.c233 if (rf->reqstatus != 0) in getparam()
235 rf->reqstatus); in getparam()