Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/mpt/
H A Dmpt_user.c539 rap->Action = raid_act->action; in mpt_user_raid_action()
542 rap->VolumeID = raid_act->volume_id; in mpt_user_raid_action()
598 struct mpt_raid_action *raid_act; in mpt_ioctl() local
613 raid_act = (void *)arg; in mpt_ioctl()
642 raid_act = &raid_act_swab; in mpt_ioctl()
649 raid_act->len = raid_act32->len; in mpt_ioctl()
745 if (raid_act->buf != NULL) { in mpt_ioctl()
750 raid_act->len); in mpt_ioctl()
759 if (raid_act->buf != NULL) in mpt_ioctl()
761 raid_act->len); in mpt_ioctl()
[all …]
/freebsd-14.2/usr.sbin/mptutil/
H A Dmpt_cmd.c500 struct mpt_raid_action raid_act; in mpt_raid_action() local
506 bzero(&raid_act, sizeof(raid_act)); in mpt_raid_action()
507 raid_act.action = Action; in mpt_raid_action()
508 raid_act.volume_bus = VolumeBus; in mpt_raid_action()
509 raid_act.volume_id = VolumeID; in mpt_raid_action()
510 raid_act.phys_disk_num = PhysDiskNum; in mpt_raid_action()
513 raid_act.buf = buf; in mpt_raid_action()
514 raid_act.len = len; in mpt_raid_action()
515 raid_act.write = write; in mpt_raid_action()
523 *IOCStatus = raid_act.ioc_status; in mpt_raid_action()
[all …]