Lines Matching refs:IOCStatus
81 U16 IOCStatus; in show_adapter() local
117 ioc2 = mpt_read_ioc_page(fd, 2, &IOCStatus); in show_adapter()
160 } else if ((IOCStatus & MPI_IOCSTATUS_MASK) != in show_adapter()
162 warnx("mpt_read_ioc_page(2): %s", mpt_ioc_status(IOCStatus)); in show_adapter()
164 ioc6 = mpt_read_ioc_page(fd, 6, &IOCStatus); in show_adapter()
183 } else if ((IOCStatus & MPI_IOCSTATUS_MASK) != in show_adapter()
185 warnx("mpt_read_ioc_page(6): %s", mpt_ioc_status(IOCStatus)); in show_adapter()
550 U16 IOCStatus; in show_physdisks() local
567 pinfo = mpt_pd_info(fd, i, &IOCStatus); in show_physdisks()
569 if ((IOCStatus & MPI_IOCSTATUS_MASK) != in show_physdisks()
572 mpt_ioc_status(IOCStatus)); in show_physdisks()