Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/
H A Dbio.c233 vsnprintf(bs->bs_msgs[idx].bm_msg, BIO_MSG_LEN, fmt, *ap); in bio_status()
236 printf("%s: %s\n", bs->bs_controller, bs->bs_msgs[idx].bm_msg); in bio_status()
H A Dbiovar.h48 char bm_msg[BIO_MSG_LEN]; member
/openbsd-src/usr.sbin/installboot/
H A Dsoftraid.c141 warnx("%s", bs->bs_msgs[i].bm_msg); in sr_status()
/openbsd-src/sbin/bioctl/
H A Dbioctl.c379 stdout : stderr, "%s: %s\n", prefix, bs->bs_msgs[i].bm_msg); in bio_status()