Home
last modified time | relevance | path

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

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