Searched refs:t_BmIpcGetCounter (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h100 typedef _Packed struct t_BmIpcGetCounter struct
104 } _PackedType t_BmIpcGetCounter; typedef in typeref:struct:t_BmIpcGetCounter
H A Dbm.c129 t_BmIpcGetCounter ipcCounter;
132 memcpy((uint8_t*)&ipcCounter, p_IpcMsg->msgBody, sizeof(t_BmIpcGetCounter));
351 t_BmIpcGetCounter ipcCounter;
361 memcpy(msg.msgBody, &ipcCounter, sizeof(t_BmIpcGetCounter));
365 sizeof(msg.msgId) + sizeof(t_BmIpcGetCounter),

Completed in 159 milliseconds