Home
last modified time | relevance | path

Searched refs:raid_act (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/dev/mpt/
H A Dmpt_user.c541 rap->Action = raid_act->action; in mpt_user_raid_action()
544 rap->VolumeID = raid_act->volume_id; in mpt_user_raid_action()
600 struct mpt_raid_action *raid_act; in mpt_ioctl() local
615 raid_act = (void *)arg; in mpt_ioctl()
644 raid_act = &raid_act_swab; in mpt_ioctl()
651 raid_act->len = raid_act32->len; in mpt_ioctl()
747 if (raid_act->buf != NULL) { in mpt_ioctl()
752 raid_act->len); in mpt_ioctl()
761 if (raid_act->buf != NULL) in mpt_ioctl()
763 raid_act->len); in mpt_ioctl()
[all …]
/freebsd-13.1/usr.sbin/mptutil/
H A Dmpt_cmd.c502 struct mpt_raid_action raid_act; in mpt_raid_action() local
508 bzero(&raid_act, sizeof(raid_act)); in mpt_raid_action()
509 raid_act.action = Action; in mpt_raid_action()
510 raid_act.volume_bus = VolumeBus; in mpt_raid_action()
511 raid_act.volume_id = VolumeID; in mpt_raid_action()
512 raid_act.phys_disk_num = PhysDiskNum; in mpt_raid_action()
515 raid_act.buf = buf; in mpt_raid_action()
516 raid_act.len = len; in mpt_raid_action()
517 raid_act.write = write; in mpt_raid_action()
525 *IOCStatus = raid_act.ioc_status; in mpt_raid_action()
[all …]