Home
last modified time | relevance | path

Searched refs:log_ident (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.h81 #define FCOE_EXT_LOG(log_ident, ...) \ argument
84 fcoe_trace(log_ident, __VA_ARGS__); \
88 #define FCOE_LOG(log_ident, ...) \ argument
89 fcoe_trace(log_ident, __VA_ARGS__)
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.h55 #define FCOET_EXT_LOG(log_ident, ...) \ argument
58 fcoe_trace(log_ident, __VA_ARGS__); \
62 #define FCOET_LOG(log_ident, ...) \ argument
63 fcoe_trace(log_ident, __VA_ARGS__)
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei.h40 #define FCOEI_EXT_LOG(log_ident, ...) \ argument
43 fcoe_trace(log_ident, __VA_ARGS__); \
47 #define FCOEI_LOG(log_ident, ...) \ argument
48 fcoe_trace(log_ident, __VA_ARGS__)
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h58 #define QLT_EXT_LOG(log_ident, ...) \ argument
60 stmf_trace(log_ident, __VA_ARGS__); \
63 #define QLT_LOG(log_ident, ...) \ argument
64 stmf_trace(log_ident, __VA_ARGS__)