/src/sbin/newfs_msdos/ |
mkfs_msdos.h | 39 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
|
newfs_msdos.c | 119 o.volume_id = argto4(optarg, 0, "volume ID");
|
mkfs_msdos.c | 706 x = o.volume_id;
|
/src/usr.sbin/mscdlabel/ |
iso9660.c | 20 strlcpy(label, vd->volume_id, sizeof(label));
|
/src/sys/fs/cd9660/ |
iso.h | 73 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member in struct:iso_primary_descriptor 110 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member in struct:iso_supplementary_descriptor
|
/src/sys/dev/ata/ |
ata_raid_intel.c | 321 static int volume_id = 0; variable in typeref:typename:int 345 array_note[n_array].id = ret = volume_id; 348 volume_id += info->total_volumes;
|
/src/usr.sbin/makefs/cd9660/ |
cd9660_debug.c | 425 debug_dump_to_xml_padded_hex_output("volume_id", 426 (u_char *)((struct iso_primary_descriptor*)buf)->volume_id,
|
/src/usr.sbin/makefs/ |
cd9660.c | 405 diskStructure->primaryDescriptor.volume_id); 698 cd9660_pad_string_spaces(diskStructure->primaryDescriptor.volume_id, 32);
|
/src/sys/dev/pci/ |
mpiireg.h | 1352 u_int8_t volume_id; member in struct:mpii_cfg_raid_vol_pg1
|
/src/usr.sbin/sysinst/ |
util.c | 428 strncpy(volname, pd->volume_id, volnamelen - 1);
|