Searched refs:biot (Results 1 – 2 of 2) sorted by relevance
431 struct biotmp *biot; in bio_show_common() local469 biot = calloc(1, sizeof(*biot)); in bio_show_common()470 if (!biot) in bio_show_common()473 biot->fd = fd; in bio_show_common()474 biot->bi = &bi; in bio_show_common()492 biot->format = true; in bio_show_common()493 biot->volid = i; in bio_show_common()494 ndisks = bio_show_volumes(biot, &bv); in bio_show_common()499 biot->diskid = d; in bio_show_common()500 bio_show_disks(biot); in bio_show_common()[all …]
47 Bert Vermeulen <bert at biot dot com>