Home
last modified time | relevance | path

Searched refs:ioc_vol (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/disk/mpt/
H A Dmpt_raid.c844 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol; in mpt_is_raid_volume() local
850 ioc_vol = mpt->ioc_page2->RaidVolume; in mpt_is_raid_volume()
852 for (;ioc_vol != ioc_last_vol; ioc_vol++) { in mpt_is_raid_volume()
853 if (ioc_vol->VolumeID == tgt) { in mpt_is_raid_volume()
1274 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol) in mpt_refresh_raid_vol() argument
1290 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()
1299 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()
1360 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol; in mpt_refresh_raid_data() local
1431 ioc_vol = mpt->ioc_page2->RaidVolume; in mpt_refresh_raid_data()
1433 for (;ioc_vol != ioc_last_vol; ioc_vol++) { in mpt_refresh_raid_data()
[all …]
/dragonfly/sys/sys/
H A Dcdio.h178 struct ioc_vol struct
182 #define CDIOCGETVOL _IOR('c',10,struct ioc_vol) argument
184 #define CDIOCSETVOL _IOW('c',11,struct ioc_vol)
/dragonfly/sys/dev/disk/nata/
H A Datapi-cd.c591 struct ioc_vol *arg = (struct ioc_vol *)ap->a_data; in acd_ioctl()
610 struct ioc_vol *arg = (struct ioc_vol *)ap->a_data; in acd_ioctl()
/dragonfly/usr.sbin/cdcontrol/
H A Dcdcontrol.c789 struct ioc_vol v; in pstatus()
1065 struct ioc_vol v; in setvol()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_cd.c2456 struct ioc_vol *arg = (struct ioc_vol *) addr; in cdioctl()
2488 struct ioc_vol *arg = (struct ioc_vol *) addr; in cdioctl()