Searched refs:moduleName (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.c | 497 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 D | bm.h | 301 char moduleName[MODULE_NAME_SIZE]; member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.c | 729 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 D | qm.h | 477 char moduleName[MODULE_NAME_SIZE]; member
|