Home
last modified time | relevance | path

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

/openbsd/sys/dev/
H A Dbio.c232 bs->bs_msgs[idx].bm_type = msg_type; in bio_status()
233 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.h58 struct bio_msg bs_msgs[BIO_MSG_COUNT]; member
/openbsd/usr.sbin/installboot/
H A Dsoftraid.c141 warnx("%s", bs->bs_msgs[i].bm_msg); in sr_status()
/openbsd/sbin/bioctl/
H A Dbioctl.c378 fprintf(bs->bs_msgs[i].bm_type == BIO_MSG_INFO ? in bio_status()
379 stdout : stderr, "%s: %s\n", prefix, bs->bs_msgs[i].bm_msg); in bio_status()