Searched defs:_msg (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/nvi/common/ |
H A D | msg.h | 54 struct _msg { struct 56 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */ 57 char *buf; /* Message buffer. */ 58 size_t len; /* Message length. */
|
/freebsd/sys/compat/linuxkpi/common/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 40 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) (-ENODEV) argument
|
/freebsd/sys/powerpc/include/ |
H A D | asm.h | 260 #define WARN_REFERENCES(_sym,_msg) \ argument 263 #define WARN_REFERENCES(_sym,_msg) \ argument
|
/freebsd/sys/dev/virtio/scsi/ |
H A D | virtio_scsivar.h | 172 #define vtscsi_dprintf(_sc, _level, _msg, _args ...) do { \ argument 178 #define vtscsi_dprintf_req(_req, _level, _msg, _args ...) do { \ argument
|
/freebsd/tests/sys/net/routing/ |
H A D | test_rtsock_lladdr.c | 108 #define DESCRIBE_ROOT_TEST(_msg) config_describe_root_test(tc, _msg) argument
|
H A D | test_rtsock_l3.c | 252 #define DESCRIBE_ROOT_TEST(_msg) config_describe_root_test(tc, _msg) argument
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | regd.c | 16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
|
/freebsd/sys/dev/sfxge/common/ |
H A D | efx_annote.h | 111 #define EFX_NOTE_LINTED(_msg) argument
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | coex.h | 79 BT_MBOX(n_dw,_msg,_pos,_nbits) global() argument
|
/freebsd/sys/dev/virtio/ |
H A D | virtqueue.c | 107 #define VQASSERT(_vq, _exp, _msg, ...) \ argument
|
/freebsd/include/arpa/ |
H A D | nameser.h | 127 const u_char *_msg, *_eom; member
|
/freebsd/sys/dev/sound/pci/ |
H A D | maestro3.c | 78 #define M3_DEBUG(level, _msg) {if ((level) <= M3_DEBUG_LEVEL) {printf _msg;}} argument
|