Searched defs:dbg_fmt (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/usb/usbip/libsrc/ |
H A D | usbip_common.h | 63 #define dbg_fmt(fmt) pr_fmt("%s:%d:[%s] " fmt), "debug", \ macro
|
/openbmc/linux/drivers/scsi/ |
H A D | libiscsi.c | 53 #define ISCSI_DBG_CONN(_conn, dbg_fmt, arg...) \ argument 64 #define ISCSI_DBG_SESSION(_session, dbg_fmt, arg...) \ argument 75 #define ISCSI_DBG_EH(_session, dbg_fmt, arg...) \ argument
|
H A D | libiscsi_tcp.c | 52 #define ISCSI_DBG_TCP(_conn, dbg_fmt, arg...) \ argument
|
H A D | iscsi_tcp.c | 66 #define ISCSI_SW_TCP_DBG(_conn, dbg_fmt, arg...) \ argument
|
H A D | scsi_transport_iscsi.c | 57 #define ISCSI_DBG_TRANS_SESSION(_session, dbg_fmt, arg...) \ argument 68 #define ISCSI_DBG_TRANS_CONN(_conn, dbg_fmt, arg...) \ argument
|