Symbol: mpt_raid_action
sys/dev/disk/mpt/mpt_user.c
517
mpt_user_raid_action(struct mpt_softc *mpt, struct mpt_raid_action *raid_act,
sys/dev/disk/mpt/mpt_user.c
598
struct mpt_raid_action *raid_act;
sys/dev/disk/mpt/mpt_user.c
606
struct mpt_raid_action raid_act_swab;
sys/sys/mpt_ioctl.h
92
#define MPTIO_RAID_ACTION _IOWR('M', 105, struct mpt_raid_action)
usr.sbin/mptutil/mpt_cmd.c
499
struct mpt_raid_action raid_act;
usr.sbin/mptutil/mpt_config.c
172
error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_PHYSDISK, 0, 0, 0, 0,
usr.sbin/mptutil/mpt_config.c
185
return (mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_PHYSDISK, 0, 0,
usr.sbin/mptutil/mpt_config.c
240
error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME,
usr.sbin/mptutil/mpt_config.c
704
error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_VOLUME, vol->VolumeBus,
usr.sbin/mptutil/mpt_config.c
757
error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME, VolumeBus,
usr.sbin/mptutil/mpt_config.c
839
error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
usr.sbin/mptutil/mpt_config.c
924
error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_PHYSDISK_SETTINGS, 0,
usr.sbin/mptutil/mpt_drive.c
348
error = mpt_raid_action(fd, Action, 0, 0, PhysDiskNum, 0, NULL, 0, NULL,
usr.sbin/mptutil/mpt_volume.c
155
error = mpt_raid_action(fd, MPI_RAID_ACTION_INDICATOR_STRUCT, VolumeBus,
usr.sbin/mptutil/mpt_volume.c
248
error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
usr.sbin/mptutil/mptutil.h
107
int mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID,