Searched refs:_msg (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/micro_thread/ |
| H A D | mt_action.cpp | 37 _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 D | mt_action.h | 138 _msg = msg; in SetIMsgPtr() 142 return _msg; in GetIMsgPtr() 188 IMtMsg* _msg; variable
|
| /f-stack/dpdk/examples/vhost_blk/ |
| H A D | vhost_blk_compat.c | 69 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 D | octeon_ds1337.c | 62 #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 D | cvmx-cn3010-evb-hs5.c | 73 #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 D | unisig.h | 47 const void *_msg, struct unicx *_cx);
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | efx_annote.h | 85 #define EFX_NOTE_LINTED(_msg) argument
|
| /f-stack/freebsd/mips/include/ |
| H A D | asm.h | 112 #define WARN_REFERENCES(_sym,_msg) \ argument 113 .section .gnu.warning. ## _sym ; .ascii _msg ; .text
|
| /f-stack/freebsd/contrib/ngatm/netnatm/saal/ |
| H A D | saal_sscop.c | 180 struct sscop_msg *_msg = NULL, *_m; \ 183 _msg = _m; \ 187 if (_msg != NULL) \ 188 MSGQ_INSERT_BEFORE(_msg, (M)); \
|