Home
last modified time | relevance | path

Searched refs:masterModuleName (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm.c575 char masterModuleName[MODULE_NAME_SIZE]; in BM_Init() local
577 memset(masterModuleName, 0, MODULE_NAME_SIZE); in BM_Init()
578 if(Sprint (masterModuleName, "BM_0_%d", NCSW_MASTER_ID) != (NCSW_MASTER_ID<10 ? 6:7)) in BM_Init()
584 p_Bm->h_Session = XX_IpcInitSession(masterModuleName, p_Bm->moduleName); in BM_Init()
/f-stack/freebsd/contrib/ncsw/Peripherals/QM/
H A Dqm.c885 char masterModuleName[MODULE_NAME_SIZE]; in QM_Init() local
887 memset(masterModuleName, 0, MODULE_NAME_SIZE); in QM_Init()
888 if(Sprint (masterModuleName, "QM_0_%d", NCSW_MASTER_ID) != (NCSW_MASTER_ID<10 ? 6:7)) in QM_Init()
893 p_Qm->h_Session = XX_IpcInitSession(masterModuleName, p_Qm->moduleName); in QM_Init()