Symbol: mpt_raid_action
sys/dev/mpt/mpt_user.c
524
mpt_user_raid_action(struct mpt_softc *mpt, struct mpt_raid_action *raid_act,
sys/dev/mpt/mpt_user.c
597
struct mpt_raid_action *raid_act;
sys/dev/mpt/mpt_user.c
605
struct mpt_raid_action raid_act_swab;
sys/sys/mpt_ioctl.h
90
#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
1000
error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_PHYSDISK_SETTINGS, 0,
usr.sbin/mptutil/mpt_config.c
205
error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_PHYSDISK, 0, 0, 0, 0,
usr.sbin/mptutil/mpt_config.c
218
return (mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_PHYSDISK, 0, 0,
usr.sbin/mptutil/mpt_config.c
278
error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME,
usr.sbin/mptutil/mpt_config.c
760
error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_VOLUME, vol->VolumeBus,
usr.sbin/mptutil/mpt_config.c
818
error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME, VolumeBus,
usr.sbin/mptutil/mpt_config.c
902
error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
usr.sbin/mptutil/mpt_drive.c
371
error = mpt_raid_action(fd, Action, 0, 0, PhysDiskNum, 0, NULL, 0, NULL,
usr.sbin/mptutil/mpt_volume.c
161
error = mpt_raid_action(fd, MPI_RAID_ACTION_INDICATOR_STRUCT, VolumeBus,
usr.sbin/mptutil/mpt_volume.c
260
error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
usr.sbin/mptutil/mptutil.h
108
int mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID,