Home
last modified time | relevance | path

Searched refs:t_BmIpcMsg (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c83 t_BmIpcMsg *p_IpcMsg = (t_BmIpcMsg*)p_Msg; in BmHandleIpcMsgCB()
255 t_BmIpcMsg msg; in BmSetPoolThresholds()
259 memset(&msg, 0, sizeof(t_BmIpcMsg)); in BmSetPoolThresholds()
296 t_BmIpcMsg msg; in BmUnSetPoolThresholds()
300 memset(&msg, 0, sizeof(t_BmIpcMsg)); in BmUnSetPoolThresholds()
349 t_BmIpcMsg msg; in BmGetCounter()
356 memset(&msg, 0, sizeof(t_BmIpcMsg)); in BmGetCounter()
409 t_BmIpcMsg msg; in BmGetRevision()
415 memset(&msg, 0, sizeof(t_BmIpcMsg)); in BmGetRevision()
587 t_BmIpcMsg msg; in BM_Init()
[all …]
H A Dbm_ipc.h82 typedef _Packed struct t_BmIpcMsg
86 } _PackedType t_BmIpcMsg; typedef
H A Dbm.h357 t_BmIpcMsg msg; in BmBpidGet()
363 memset(&msg, 0, sizeof(t_BmIpcMsg)); in BmBpidGet()
413 t_BmIpcMsg msg; in BmBpidPut()
417 memset(&msg, 0, sizeof(t_BmIpcMsg)); in BmBpidPut()