Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/etdump/
H A Detdump.c166 boot_volume_descriptor *bvd; in dump_eltorito() local
174 bvd = (boot_volume_descriptor *)buffer; in dump_eltorito()
175 if (memcmp(bvd->identifier, ISO_ID_STRING, 5) != 0) in dump_eltorito()
177 if (bvd->boot_record_indicator[0] != ISO_VD_BOOT) in dump_eltorito()
179 if (memcmp(bvd->boot_system_identifier, ET_ID, 23) != 0) in dump_eltorito()
182 boot_catalog = isonum_731(bvd->boot_catalog_pointer); in dump_eltorito()
194 outputter->output_image(outfile, filename, bvd); in dump_eltorito()
H A Detdump.h34 boot_volume_descriptor *bvd);
H A Doutput_text.c36 boot_volume_descriptor *bvd __unused) in output_image()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c5480 vdev_t *rvd, *bvd, *avd = NULL; local
5584 if ((bvd = vdev_lookup_by_guid(rvd, guid)) == NULL) {
5594 avd = bvd;
5596 if (avd != bvd) {
5607 if (bvd->vdev_parent->vdev_ops == &vdev_spare_ops &&
5608 !bvd->vdev_isspare) {
5611 bvd->vdev_parent->
5612 vdev_child[bvd->vdev_parent->vdev_children - 1]->vdev_path);