Home
last modified time | relevance | path

Searched defs:_msg (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dmsg.h54 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 Dmtk_wed.h40 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) (-ENODEV) argument
/freebsd/sys/powerpc/include/
H A Dasm.h260 #define WARN_REFERENCES(_sym,_msg) \ argument
263 #define WARN_REFERENCES(_sym,_msg) \ argument
/freebsd/sys/dev/virtio/scsi/
H A Dvirtio_scsivar.h172 #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 Dtest_rtsock_lladdr.c108 #define DESCRIBE_ROOT_TEST(_msg) config_describe_root_test(tc, _msg) argument
H A Dtest_rtsock_l3.c252 #define DESCRIBE_ROOT_TEST(_msg) config_describe_root_test(tc, _msg) argument
/freebsd/sys/dev/sfxge/common/
H A Defx_annote.h111 #define EFX_NOTE_LINTED(_msg) argument
/freebsd/sys/contrib/dev/rtw88/
H A Dregd.c16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dcoex.h79 #define BT_MBOX(n_dw, _msg, _pos, _nbits) \ argument
/freebsd/sys/dev/virtio/
H A Dvirtqueue.c107 #define VQASSERT(_vq, _exp, _msg, ...) \ argument
/freebsd/include/arpa/
H A Dnameser.h127 const u_char *_msg, *_eom; member
/freebsd/sys/dev/sound/pci/
H A Dmaestro3.c78 #define M3_DEBUG(level, _msg) {if ((level) <= M3_DEBUG_LEVEL) {printf _msg;}} argument