Searched refs:biot (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/bioctl/
H A Dbioctl.c433 struct biotmp *biot; local
470 biot = calloc(1, sizeof(*biot));
471 if (!biot)
474 biot->fd = fd;
475 biot->bi = &bi;
493 biot->format = true;
494 biot->volid = i;
495 ndisks = bio_show_volumes(biot);
500 biot
[all...]

Completed in 212 milliseconds