Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c497 memset(p_Bm->moduleName, 0, MODULE_NAME_SIZE); in BM_Config()
498 if(Sprint (p_Bm->moduleName, "BM_0_%d",p_Bm->guestId) != (p_Bm->guestId<10 ? 6:7)) in BM_Config()
567 …if ((err = XX_IpcRegisterMsgHandler(p_Bm->moduleName, BmHandleIpcMsgCB, p_Bm, BM_IPC_MAX_REPLY_SIZ… in BM_Init()
584 p_Bm->h_Session = XX_IpcInitSession(masterModuleName, p_Bm->moduleName); in BM_Init()
630 XX_IpcUnregisterMsgHandler(p_Bm->moduleName); in BM_Free()
H A Dbm.h301 char moduleName[MODULE_NAME_SIZE]; member
/freebsd-13.1/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c729 memset(p_Qm->moduleName, 0, MODULE_NAME_SIZE); in QM_Config()
730 if(Sprint (p_Qm->moduleName, "QM_0_%d",p_Qm->guestId) != (p_Qm->guestId<10 ? 6:7)) in QM_Config()
880 …if ((err = XX_IpcRegisterMsgHandler(p_Qm->moduleName, QmHandleIpcMsgCB, p_Qm, QM_IPC_MAX_REPLY_SIZ… in QM_Init()
893 p_Qm->h_Session = XX_IpcInitSession(masterModuleName, p_Qm->moduleName); in QM_Init()
942 XX_IpcUnregisterMsgHandler(p_Qm->moduleName); in QM_Free()
H A Dqm.h477 char moduleName[MODULE_NAME_SIZE]; member
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h831 void pushModuleBuildStack(StringRef moduleName, FullSourceLoc importLoc) { in pushModuleBuildStack() argument
832 StoredModuleBuildStack.push_back(std::make_pair(moduleName.str(),importLoc)); in pushModuleBuildStack()