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

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

Completed in 93 milliseconds