Lines Matching refs:IOCStatus
80 U16 IOCStatus; in show_adapter() local
116 ioc2 = mpt_read_ioc_page(fd, 2, &IOCStatus); in show_adapter()
159 } else if ((IOCStatus & MPI_IOCSTATUS_MASK) != in show_adapter()
161 warnx("mpt_read_ioc_page(2): %s", mpt_ioc_status(IOCStatus)); in show_adapter()
163 ioc6 = mpt_read_ioc_page(fd, 6, &IOCStatus); in show_adapter()
182 } else if ((IOCStatus & MPI_IOCSTATUS_MASK) != in show_adapter()
184 warnx("mpt_read_ioc_page(6): %s", mpt_ioc_status(IOCStatus)); in show_adapter()
549 U16 IOCStatus; in show_physdisks() local
566 pinfo = mpt_pd_info(fd, i, &IOCStatus); in show_physdisks()
568 if ((IOCStatus & MPI_IOCSTATUS_MASK) != in show_physdisks()
571 mpt_ioc_status(IOCStatus)); in show_physdisks()