Home
last modified time | relevance | path

Searched refs:eventLogOption (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/pms/RefTisa/sallsdk/spc/
HDspcdefs.h169 bit32 eventLogOption; /**< DW17 Option of MSGU Event log */ member
HDmpi.h252 bit32 eventLogOption; /**< Option of MSGU Event log */ member
HDsainit.c1603 mpiConfig->mainConfig.eventLogOption = 0; in siConfiguration()
1663 mpiConfig->mainConfig.eventLogOption = swConfig->eventLog1Option; in siConfiguration()
2034 mainCfg.eventLogOption = config->mainConfig.eventLogOption; in mpiInitialize()
2071 SA_DBG3(("mpiInitialize: eventLogOption 0x%x\n", mainCfg.eventLogOption)); in mpiInitialize()
2118 saRoot->mainConfigTable.eventLogOption = mainCfg.eventLogOption; in mpiInitialize()
2214 …t(agRoot, pcibar, (bit32)(MSGUCfgTblDWIdx + MAIN_EVENT_LOG_OPTION), mainCfg.eventLogOption); in mpiInitialize()
2225 …ption 0x%x\n",(bit32)(MSGUCfgTblDWIdx + MAIN_EVENT_LOG_OPTION), mainCfg.eventLogOption )); in mpiInitialize()
2811 saRoot->mainConfigTable.eventLogOption = value; in mpiInitialize()
2833 saRoot->mainConfigTable.eventLogOption, in mpiInitialize()
HDsaioctlcmd.c1359 eventLogInfo->eventLog1Option = saRoot->mainConfigTable.eventLogOption; in saGetControllerEventLogInfo()