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

/freebsd-12-stable/usr.bin/etdump/
H A Detdump.h34 boot_volume_descriptor *bvd);
H A Detdump.c153 boot_volume_descriptor *bvd; local
161 bvd = (boot_volume_descriptor *)buffer;
162 if (memcmp(bvd->identifier, ISO_VOLUME_DESCRIPTOR_STANDARD_ID, 5) != 0)
164 if (bvd->boot_record_indicator[0] != ISO_VOLUME_DESCRIPTOR_BOOT)
166 if (memcmp(bvd->boot_system_identifier, ET_ID, 23) != 0)
169 boot_catalog = isonum_731(bvd->boot_catalog_pointer);
181 outputter->output_image(outfile, filename, bvd);
H A Doutput_text.c39 output_image(FILE *outfile, const char *filename, boot_volume_descriptor *bvd __unused)
/freebsd-12-stable/sys/geom/raid/
H A Dmd_ddf.c518 int i, bvd, pos; local
521 for (bvd = 0; bvd < GET8(vmeta, vdc->Secondary_Element_Count); bvd++) {
522 if (vmeta->bvdc[bvd] == NULL) {
526 for (pos = 0; pos < GET16(vmeta, bvdc[bvd]->Primary_Element_Count);
528 if (GET32(vmeta, bvdc[bvd]->Physical_Disk_Sequence[pos]) ==
531 *bvdp = bvd;
876 int vnew, bvnew, bvd, size; local
882 bvd
1863 int i, j, bvd; local
2737 int i, j, pos, bvd, size; local
[all...]
/freebsd-12-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.c519 volume_descriptor *bvd)
522 (boot_volume_descriptor*)bvd->volumeDescriptorData;
530 (boot_volume_descriptor*) bvd->volumeDescriptorData;
518 cd9660_setup_boot_volume_descriptor(iso9660_disk *diskStructure, volume_descriptor *bvd) argument
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c5499 vdev_t *rvd, *bvd, *avd = NULL; local
5564 if ((bvd = vdev_lookup_by_guid(rvd, guid)) == NULL) {
5574 avd = bvd;
5576 if (avd != bvd) {
5587 if (bvd->vdev_parent->vdev_ops == &vdev_spare_ops &&
5588 !bvd->vdev_isspare) {
5591 bvd->vdev_parent->
5592 vdev_child[bvd->vdev_parent->vdev_children - 1]->vdev_path);
5728 vdev_t *rvd, *bvd, *avd = NULL; local

Completed in 125 milliseconds