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

/freebsd-current/usr.sbin/mptutil/
H A Dmpt_show.c79 CONFIG_PAGE_IOC_6 *ioc6; local
163 ioc6 = mpt_read_ioc_page(fd, 6, &IOCStatus);
164 if (ioc6 != NULL) {
166 ioc6->SupportedStripeSizeMapIS);
168 ioc6->SupportedStripeSizeMapIME);
169 printf(" RAID0 Drives/Vol: %u", ioc6->MinDrivesIS);
170 if (ioc6->MinDrivesIS != ioc6->MaxDrivesIS)
171 printf("-%u", ioc6->MaxDrivesIS);
173 printf(" RAID1 Drives/Vol: %u", ioc6
[all...]

Completed in 105 milliseconds