Searched refs:mpt_raid_action (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/sys/ |
H A D | mpt_ioctl.h | 70 struct mpt_raid_action { struct 90 #define MPTIO_RAID_ACTION _IOWR('M', 105, struct mpt_raid_action) argument
|
/freebsd/usr.sbin/mptutil/ |
H A D | mpt_config.c | 205 error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_PHYSDISK, 0, 0, 0, 0, in mpt_create_physdisk() 218 return (mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_PHYSDISK, 0, 0, in mpt_delete_physdisk() 278 error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME, in clear_config() 760 error = mpt_raid_action(fd, MPI_RAID_ACTION_CREATE_VOLUME, vol->VolumeBus, in create_volume() 818 error = mpt_raid_action(fd, MPI_RAID_ACTION_DELETE_VOLUME, VolumeBus, in delete_volume() 902 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS, in find_volume_spare_pool() 1000 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_PHYSDISK_SETTINGS, 0, in add_spare()
|
H A D | mpt_volume.c | 161 error = mpt_raid_action(fd, MPI_RAID_ACTION_INDICATOR_STRUCT, VolumeBus, in volume_status() 260 error = mpt_raid_action(fd, MPI_RAID_ACTION_CHANGE_VOLUME_SETTINGS, in volume_cache()
|
H A D | mpt_cmd.c | 495 mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID, U8 PhysDiskNum, in mpt_raid_action() function 499 struct mpt_raid_action raid_act; in mpt_raid_action()
|
H A D | mptutil.h | 108 int mpt_raid_action(int fd, U8 Action, U8 VolumeBus, U8 VolumeID,
|
H A D | mpt_drive.c | 371 error = mpt_raid_action(fd, Action, 0, 0, PhysDiskNum, 0, NULL, 0, NULL, in drive_set_state()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_user.c | 524 mpt_user_raid_action(struct mpt_softc *mpt, struct mpt_raid_action *raid_act, in mpt_user_raid_action() 597 struct mpt_raid_action *raid_act; in mpt_ioctl() 605 struct mpt_raid_action raid_act_swab; in mpt_ioctl()
|