Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/isp/
Disp_target.c594 atun._atio2.at_status = CT_OK; in isp_target_put_atio()
606 atun._atio.at_status |= CT_OK; in isp_target_put_atio()
839 ct->ct_status = CT_OK; in isp_target_async()
845 ct->ct_status = CT_OK; in isp_target_async()
1421 case CT_OK: in isp_handle_ctio()
1576 case CT_OK: in isp_handle_ctio2()
Dispmbox.h2189 #define CT_OK 0x01 /* completed without error */ macro
Disp_freebsd.c2165 at->at_status = CT_OK; in isp_target_putback_atio()
2178 at->at_status = CT_OK; in isp_target_putback_atio()
2961 ok = (ct->ct_status & ~QLTM_SVALID) == CT_OK; in isp_handle_platform_ctio()
2977 ok = (ct->ct_status & ~QLTM_SVALID) == CT_OK; in isp_handle_platform_ctio()
/freebsd-9-stable/sys/dev/aacraid/
Daacraid.c522 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()
540 ccfg->CTCommand.param[0] == CT_OK && in aac_get_container_info()
2003 ccfg->CTCommand.param[0] == CT_OK) { in aac_check_config()
2012 ccfg->CTCommand.param[0] == CT_OK) { in aac_check_config()
Daacraid_reg.h1157 #define CT_OK 218 macro