Home
last modified time | relevance | path

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

/openbsd/usr.sbin/installboot/
H A Dsoftraid.c143 if (bs->bs_status == BIO_STATUS_ERROR) { in sr_status()
/openbsd/sys/dev/
H A Dbiovar.h56 #define BIO_STATUS_ERROR 2 macro
H A Dsoftraid.c2546 sc->sc_status.bs_status = (rv ? BIO_STATUS_ERROR : BIO_STATUS_SUCCESS); in sr_bio_handler()
/openbsd/sbin/bioctl/
H A Dbioctl.c382 if (bs->bs_status == BIO_STATUS_ERROR) { in bio_status()