Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/aac/
H A Daac.c886 if (aac_hba_setup(softs) != AACOK) in aac_attach()
1125 "shutting down aac %s", (rval == AACOK) ? "ok" : "fail"); in aac_shutdown()
1238 return (AACOK); in aac_send_command()
1457 &slot_idx) == AACOK) in aac_process_intr_old()
1472 AACOK) { in aac_process_intr_old()
1732 int rval = AACOK; in aac_enable_intrs()
1754 int rval = AACOK; in aac_disable_intrs()
2205 return (AACOK); /* card type detected */ in aac_check_card_type()
2272 return (AACOK); in aac_register_intrs()
2301 &status)) != AACOK) { in aac_check_firmware()
[all …]
H A Daac.h66 #define AACOK 0 macro
H A Daac_ioctl.c566 0) != AACOK) { in aac_send_raw_srb()