Searched refs:h_IpcSessions (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c151 ASSERT_COND(p_Fm->h_IpcSessions[p_Fm->intrMng[macEvent].guestId]);
159 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[p_Fm->intrMng[macEvent].guestId],
668 p_Fm->h_IpcSessions[guestId] = XX_IpcInitSession(p_Fm->fmIpcHandlerModuleName[guestId], p_Fm->fmModuleName);
669 if (p_Fm->h_IpcSessions[guestId] == NULL)
956 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0],
1048 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0],
1090 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0],
1131 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[0],
1169 if(p_Fm->h_IpcSessions[0])
1177 if ((err = XX_IpcSendMessage(p_Fm->h_IpcSessions[
[all...]
H A Dfm.h667 t_Handle h_IpcSessions[FM_MAX_NUM_OF_GUESTS]; member in struct:__anon8241

Completed in 77 milliseconds