Home
last modified time | relevance | path

Searched refs:VolumeType (Results 1 – 11 of 11) sorted by relevance

/dragonfly/usr.sbin/mptutil/
H A Dmpt_show.c201 if (info->VolumeType == MPI_RAID_VOL_TYPE_IM) in print_vol()
205 level = mpt_raid_level(info->VolumeType); in print_vol()
325 printf("%s UNKNOWN", mpt_raid_level(vol->VolumeType)); in show_config()
444 mpt_raid_level(vol->VolumeType), state_len, in show_volumes()
H A Dmpt_cmd.c246 mpt_raid_level(U8 VolumeType) in mpt_raid_level() argument
250 switch (VolumeType) { in mpt_raid_level()
266 sprintf(buf, "LVL 0x%02x", VolumeType); in mpt_raid_level()
H A Dmpt_config.c526 vol->VolumeType = MPI_RAID_VOL_TYPE_IS; in build_volume()
531 vol->VolumeType = MPI_RAID_VOL_TYPE_IM; in build_volume()
535 vol->VolumeType = MPI_RAID_VOL_TYPE_IME; in build_volume()
1115 printf(" Type: %d (%s)\n", vol->VolumeType, in dump_config()
1116 mpt_raid_level(vol->VolumeType)); in dump_config()
H A Dmptutil.h113 const char *mpt_raid_level(U8 VolumeType);
/dragonfly/sys/dev/raid/mps/mpi/
H A Dmpi2_raid.h235 U8 VolumeType; /* 0x01 */ member
H A Dmpi2_cnfg.h1367 U8 VolumeType; /* 0x07 */ member
/dragonfly/sys/dev/raid/mpr/mpi/
H A Dmpi2_raid.h257 U8 VolumeType; /* 0x01 */ member
H A Dmpi2_cnfg.h1812 U8 VolumeType; /* 0x07 */ member
/dragonfly/sys/dev/disk/mpt/
H A Dmpt_raid.c140 switch (vol->config_page->VolumeType) { in mpt_vol_type()
1160 if (vol_pg->VolumeType == MPI_RAID_VOL_TYPE_IM) { in mpt_announce_vol()
1312 if (vol_pg->VolumeType == MPI_RAID_VOL_TYPE_IM) { in mpt_refresh_raid_vol()
/dragonfly/sys/dev/disk/mpt/mpilib/
H A Dmpi_cnfg.h1035 U8 VolumeType; /* 04h */ member
2351 U8 VolumeType; /* 07h */ /* MPI_RAID_VOL_TYPE_ */ member
/dragonfly/sys/dev/raid/mps/
H A Dmps_config.c399 if ((raid_vol_pg0->VolumeType != MPI2_RAID_VOL_TYPE_RAID0) || in mps_wd_config_pages()