Searched refs:mpt_raid_action (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dmpt_ioctl.h70 struct mpt_raid_action { struct
90 #define MPTIO_RAID_ACTION _IOWR('M', 105, struct mpt_raid_action)
/freebsd-10-stable/usr.sbin/mptutil/
H A Dmpt_volume.c156 error = mpt_raid_action(fd, MPI_RAID_ACTION_INDICATOR_STRUCT, VolumeBus,
249 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
H A Dmpt_config.c202 error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_PHYSDISK, 0, 0, 0, 0,
215 return (mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_PHYSDISK, 0, 0,
270 error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME,
733 error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_VOLUME, vol->VolumeBus,
786 error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME, VolumeBus,
868 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
953 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_PHYSDISK_SETTINGS, 0,
H A Dmpt_cmd.c496 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, function
500 struct mpt_raid_action raid_act;
H A Dmptutil.h108 int mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID,
H A Dmpt_drive.c349 error = mpt_raid_action(fd, Action, 0, 0, PhysDiskNum, 0, NULL, 0, NULL,
/freebsd-10-stable/sys/dev/mpt/
H A Dmpt_user.c522 mpt_user_raid_action(struct mpt_softc *mpt, struct mpt_raid_action *raid_act,
600 struct mpt_raid_action *raid_act;
608 struct mpt_raid_action raid_act_swab;

Completed in 121 milliseconds