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

/freebsd-13-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-13-stable/sys/geom/raid/
H A Dmd_ddf.c520 int i, bvd, pos; local
523 for (bvd = 0; bvd < GET8(vmeta, vdc->Secondary_Element_Count); bvd++) {
524 if (vmeta->bvdc[bvd] == NULL) {
528 for (pos = 0; pos < GET16(vmeta, bvdc[bvd]->Primary_Element_Count);
530 if (GET32(vmeta, bvdc[bvd]->Physical_Disk_Sequence[pos]) ==
533 *bvdp = bvd;
878 int vnew, bvnew, bvd, size; local
884 bvd
1865 int i, j, bvd; local
2736 int i, j, pos, bvd, size; local
[all...]
/freebsd-13-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

Completed in 171 milliseconds