Searched refs:XX_IpcInitSession (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h814 @Function XX_IpcInitSession
848 t_Handle XX_IpcInitSession(char destAddr[XX_IPC_MAX_ADDR_NAME_LENGTH],
861 returned by the XX_IpcInitSession() function.
874 first initiating a session with that destination endpoint via XX_IpcInitSession() routine.
897 returned by the XX_IpcInitSession() function.
/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c731 XX_IpcInitSession(char destAddr[XX_IPC_MAX_ADDR_NAME_LENGTH], function
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c584 p_Bm->h_Session = XX_IpcInitSession(masterModuleName, p_Bm->moduleName);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c682 p_FmPcd->h_IpcSession = XX_IpcInitSession(p_FmPcd->fmPcdIpcHandlerModuleName, p_FmPcd->fmPcdModuleName);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c888 p_Qm->h_Session = XX_IpcInitSession(masterModuleName, p_Qm->moduleName);
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c668 p_Fm->h_IpcSessions[guestId] = XX_IpcInitSession(p_Fm->fmIpcHandlerModuleName[guestId], p_Fm->fmModuleName);
2623 p_Fm->h_IpcSessions[0] = XX_IpcInitSession(p_Fm->fmIpcHandlerModuleName[0], p_Fm->fmModuleName);

Completed in 128 milliseconds