Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A DREADME56 least AACDB_FLAGS_FW_PRINT to enable the UART trace and any other flags
H A Daac.h520 #define AACDB_FLAGS_FW_PRINT 0x00000002 macro
H A Daac.c8019 softs->debug_flags &= ~AACDB_FLAGS_FW_PRINT; in aac_get_fw_debug_buffer()
8034 return ((debug_flags & (AACDB_FLAGS_FW_PRINT | \ in aac_dbflag_on()
8088 if ((softs->debug_flags & AACDB_FLAGS_FW_PRINT) && in aac_printf()
8132 softs->debug_flags &= ~AACDB_FLAGS_FW_PRINT; in aac_printf()