Searched refs:vsd (Results 1 – 1 of 1) sorted by relevance
/busybox-1.35.0/util-linux/volume_id/ |
D | udf.c | 68 struct volume_structure_descriptor *vsd; in volume_id_probe_udf() local 78 vsd = volume_id_get_buffer(id, off + UDF_VSD_OFFSET, 0x200); in volume_id_probe_udf() 79 if (vsd == NULL) in volume_id_probe_udf() 82 if (memcmp(vsd->id, "NSR02", 5) == 0) in volume_id_probe_udf() 84 if (memcmp(vsd->id, "NSR03", 5) == 0) in volume_id_probe_udf() 86 if (memcmp(vsd->id, "BEA01", 5) == 0) in volume_id_probe_udf() 88 if (memcmp(vsd->id, "BOOT2", 5) == 0) in volume_id_probe_udf() 90 if (memcmp(vsd->id, "CD001", 5) == 0) in volume_id_probe_udf() 92 if (memcmp(vsd->id, "CDW02", 5) == 0) in volume_id_probe_udf() 94 if (memcmp(vsd->id, "TEA03", 5) == 0) in volume_id_probe_udf() [all …]
|