Home
last modified time | relevance | path

Searched refs:_msg (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/micro_thread/
H A Dmt_action.cpp37 _msg = NULL; in Init()
148 int ret = this->HandleEncode(msg_buff->GetMsgBuff(), msg_len, _msg); in DoEncode()
171 int ret = this->HandleInput(msg_buff->GetMsgBuff(), msg_len, _msg); in DoInput()
192 int ret = this->HandleProcess(msg_buff->GetMsgBuff(), msg_buff->GetMsgLen(), _msg); in DoProcess()
205 return this->HandleError((int)_errno, _msg); in DoError()
H A Dmt_action.h138 _msg = msg; in SetIMsgPtr()
142 return _msg; in GetIMsgPtr()
188 IMtMsg* _msg; variable
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c69 extern_vhost_pre_msg_handler(int vid, void *_msg) in extern_vhost_pre_msg_handler() argument
73 struct vhost_user_msg *msg = _msg; in extern_vhost_pre_msg_handler()
117 extern_vhost_post_msg_handler(int vid, void *_msg) in extern_vhost_post_msg_handler() argument
121 struct vhost_user_msg *msg = _msg; in extern_vhost_post_msg_handler()
/f-stack/freebsd/mips/cavium/
H A Docteon_ds1337.c62 #define CT_CHECK(_expr, _msg) \ argument
65 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-cn3010-evb-hs5.c73 #define TM_CHECK(_expr, _msg) \ argument
76 cvmx_dprintf("Warning: RTC has invalid %s field\n", (_msg)); \
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunisig.h47 const void *_msg, struct unicx *_cx);
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_annote.h85 #define EFX_NOTE_LINTED(_msg) argument
/f-stack/freebsd/mips/include/
H A Dasm.h112 #define WARN_REFERENCES(_sym,_msg) \ argument
113 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
/f-stack/freebsd/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c180 struct sscop_msg *_msg = NULL, *_m; \
183 _msg = _m; \
187 if (_msg != NULL) \
188 MSGQ_INSERT_BEFORE(_msg, (M)); \