Searched refs:ioc6 (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/usr.sbin/mptutil/
H A Dmpt_show.c82 CONFIG_PAGE_IOC_6 *ioc6; local
166 ioc6 = mpt_read_ioc_page(fd, 6, &IOCStatus);
167 if (ioc6 != NULL) {
169 ioc6->SupportedStripeSizeMapIS);
171 ioc6->SupportedStripeSizeMapIME);
172 printf(" RAID0 Drives/Vol: %u", ioc6->MinDrivesIS);
173 if (ioc6->MinDrivesIS != ioc6->MaxDrivesIS)
174 printf("-%u", ioc6->MaxDrivesIS);
176 printf(" RAID1 Drives/Vol: %u", ioc6
[all...]

Completed in 241 milliseconds