Home
last modified time | relevance | path

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

/freebsd/sys/dev/mpt/
H A Dmpt_raid.c826 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol; in mpt_is_raid_volume() local
832 ioc_vol = mpt->ioc_page2->RaidVolume; in mpt_is_raid_volume()
833 ioc_last_vol = ioc_vol + mpt->ioc_page2->NumActiveVolumes; in mpt_is_raid_volume()
834 for (;ioc_vol != ioc_last_vol; ioc_vol++) { in mpt_is_raid_volume()
835 if (ioc_vol->VolumeID == tgt) { in mpt_is_raid_volume()
1253 CONFIG_PAGE_IOC_2_RAID_VOL *ioc_vol) in mpt_refresh_raid_vol() argument
1265 ioc_vol->VolumePageNumber, &vol_pg->Header, TRUE, 5000); in mpt_refresh_raid_vol()
1269 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()
1273 rv = mpt_read_cur_cfg_page(mpt, ioc_vol->VolumePageNumber, in mpt_refresh_raid_vol()
1278 ioc_vol->VolumePageNumber); in mpt_refresh_raid_vol()
[all …]
/freebsd/sys/sys/
H A Dcdio.h169 struct ioc_vol { struct
172 #define CDIOCGETVOL _IOR('c',10,struct ioc_vol) argument
174 #define CDIOCSETVOL _IOW('c',11,struct ioc_vol)
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c802 struct ioc_vol v; in pstatus()
1078 struct ioc_vol v; in setvol()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c2287 struct ioc_vol *arg = (struct ioc_vol *) addr; in cdioctl()
2319 struct ioc_vol *arg = (struct ioc_vol *) addr; in cdioctl()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp842 unsigned struct_ioc_vol_sz = sizeof(ioc_vol);