Searched defs:_msg (Results 1 – 11 of 11) sorted by relevance
/linux/tools/net/ynl/lib/ |
H A D | ynl.c | 16 #define __yerr_msg(yse, _msg...) \ argument 35 #define __yerr(yse, _code, _msg...) \ argument 41 #define __perr(yse, _msg) __yerr(yse, errno, _msg) argument 43 #define yerr_msg(_ys, _msg...) __yerr_msg(&(_ys)->err, _msg) argument 44 #define yerr(_ys, _code, _msg...) __yerr(&(_ys)->err, _code, _msg) argument 45 #define perr(_ys, _msg) __yerr(&(_ys)->err, errno, _msg) argument
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | regd.c | 16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
|
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-prd.c | 343 unsigned long msg_type, void *_msg) in opal_prd_msg_notifier()
|
/linux/net/bridge/ |
H A D | br_device.c | 81 struct nd_msg *msg, _msg; in br_dev_xmit() local
|
/linux/fs/bcachefs/ |
H A D | error.h | 193 #define bch2_fs_fatal_error(c, _msg, ...) \ argument
|
H A D | bcachefs.h | 345 #define bch_err_msg(_c, _ret, _msg, ...) \ argument
|
/linux/drivers/net/wireless/ath/wil6210/ |
H A D | txrx_edma.c | 214 struct wil_rx_status_compressed *_msg; in wil_get_next_rx_status_msg() local 1146 struct wil_ring_tx_status *_msg = (struct wil_ring_tx_status *) in wil_get_next_tx_status_msg() local
|
/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 183 struct armada_37xx_rwtm_tx_msg _msg = {}; in mox_rwtm_exec() local
|
/linux/include/linux/soc/mediatek/ |
H A D | mtk_wed.h | 292 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) \ argument 322 #define mtk_wed_device_update_msg(_dev, _id, _msg, _len) -ENODEV argument
|
/linux/tools/usb/ |
H A D | ffs-test.c | 59 static void _msg(unsigned level, const char *fmt, ...) in _msg() function
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_proto_test.c | 23 u8 _msg[BUFSIZE]; member
|