Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/Peripherals/BM/
H A Dbm_ipc.h88 typedef _Packed struct t_BmIpcReply
92 } _PackedType t_BmIpcReply; typedef
H A Dbm.c84 t_BmIpcReply *p_IpcReply = (t_BmIpcReply *)p_Reply; in BmHandleIpcMsgCB()
350 t_BmIpcReply reply; in BmGetCounter()
357 memset(&reply, 0, sizeof(t_BmIpcReply)); in BmGetCounter()
410 t_BmIpcReply reply; in BmGetRevision()
416 memset(&reply, 0, sizeof(t_BmIpcReply)); in BmGetRevision()
589 t_BmIpcReply reply; in BM_Init()
593 memset(&reply, 0, sizeof(t_BmIpcReply)); in BM_Init()
H A Dbm.h358 t_BmIpcReply reply; in BmBpidGet()
364 memset(&reply, 0, sizeof(t_BmIpcReply)); in BmBpidGet()