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

/freebsd-current/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-current/usr.sbin/mptutil/
H A Dmpt_volume.c161 error = mpt_raid_action(fd, MPI_RAID_ACTION_INDICATOR_STRUCT, VolumeBus,
260 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
H A Dmpt_config.c205 error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_PHYSDISK, 0, 0, 0, 0,
218 return (mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_PHYSDISK, 0, 0,
278 error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME,
760 error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_VOLUME, vol->VolumeBus,
818 error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME, VolumeBus,
902 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS,
1000 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_PHYSDISK_SETTINGS, 0,
H A Dmpt_cmd.c495 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, function
499 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.c371 error = mpt_raid_action(fd, Action, 0, 0, PhysDiskNum, 0, NULL, 0, NULL,
/freebsd-current/sys/dev/mpt/
H A Dmpt_user.c524 mpt_user_raid_action(struct mpt_softc *mpt, struct mpt_raid_action *raid_act,
597 struct mpt_raid_action *raid_act;
605 struct mpt_raid_action raid_act_swab;

Completed in 101 milliseconds