Searched refs:volume_id (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/sys/sys/
H A Dmpt_ioctl.h73 uint8_t volume_id; member in struct:mpt_raid_action
112 uint8_t volume_id; member in struct:mpt_raid_action32
/freebsd-10.2-release/sys/fs/cd9660/
H A Diso.h67 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member in struct:iso_primary_descriptor
109 char volume_id [ISODCL ( 41, 72)]; /* dchars */ member in struct:iso_supplementary_descriptor
146 char volume_id [ISODCL ( 49, 80)]; /* dchars */ member in struct:iso_sierra_primary_descriptor
/freebsd-10.2-release/sys/dev/mpt/
H A Dmpt_user.c539 rap->VolumeID = raid_act->volume_id;
647 raid_act->volume_id = raid_act32->volume_id;
785 raid_act32->volume_id = raid_act->volume_id;
/freebsd-10.2-release/sys/geom/raid/
H A Dmd_promise.c115 uint64_t volume_id __packed; /* Volume ID, */
217 printf("volume_id 0x%016jx\n", meta->volume_id);
585 pd->pd_meta[i]->volume_id);
942 if (pd->pd_meta[i]->volume_id == meta->volume_id)
1001 vol = g_raid_md_promise_get_volume(sc, pdmeta->volume_id);
1006 pv->pv_id = pdmeta->volume_id;
1040 vol = g_raid_md_promise_get_volume(sc, pdmeta->volume_id);
1773 meta->volume_id
[all...]
H A Dmd_nvidia.c66 uint64_t volume_id[2]; member in struct:nvidia_raid_conf
174 printf("volume_id 0x%016jx%016jx\n",
175 meta->volume_id[1], meta->volume_id[0]);
890 &meta->volume_id, 16) == 0)
906 memcpy(&mdi->mdio_volume_id, &meta->volume_id, 16);
1423 memcpy(&meta->volume_id, &mdi->mdio_volume_id, 16);
H A Dmd_ddf.c1456 pd->pd_meta[i]->volume_id);
/freebsd-10.2-release/sys/dev/mpr/
H A Dmpr_ioctl.h104 uint8_t volume_id; member in struct:mpr_raid_action
H A Dmpr_user.c2301 uint8_t volume_id; member in struct:mpr_raid_action32
2382 CP(*raid32, arg.raid, volume_id);
2433 CP(arg.raid, *raid32, volume_id);
/freebsd-10.2-release/sys/dev/mps/
H A Dmps_ioctl.h104 uint8_t volume_id; member in struct:mps_raid_action
H A Dmps_user.c2273 uint8_t volume_id; member in struct:mps_raid_action32
2354 CP(*raid32, arg.raid, volume_id);
2405 CP(arg.raid, *raid32, volume_id);
/freebsd-10.2-release/usr.sbin/makefs/cd9660/
H A Dcd9660_debug.c415 debug_dump_to_xml_padded_hex_output("volume_id",
416 (u_char *)((struct iso_primary_descriptor*)buf)->volume_id,
/freebsd-10.2-release/usr.sbin/mptutil/
H A Dmpt_cmd.c509 raid_act.volume_id = VolumeID;
/freebsd-10.2-release/usr.sbin/makefs/
H A Dcd9660.c317 { "L", "Label", &diskStructure.primaryDescriptor.volume_id, 1, 32, "Disk Label", ISO_STRING_FILTER_DCHARS },
345 diskStructure.primaryDescriptor.volume_id);
654 cd9660_pad_string_spaces(diskStructure.primaryDescriptor.volume_id, 32);
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c650 unsigned int volume_id:1; member in struct:iso_option
1155 iso9660->opt.volume_id = OPT_VOLUME_ID_DEFAULT;
1486 iso9660->opt.volume_id = r == ARCHIVE_OK;
4153 if (iso9660->opt.volume_id != OPT_VOLUME_ID_DEFAULT)

Completed in 209 milliseconds