Searched refs:log_ident (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe.h | 81 #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__)
|
/titanic_41/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.h | 55 #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__)
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.h | 40 #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__)
|
/titanic_41/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.h | 55 #define QLT_EXT_LOG(log_ident, ...) \ argument 57 stmf_trace(log_ident, __VA_ARGS__); \ 60 #define QLT_LOG(log_ident, ...) \ argument 61 stmf_trace(log_ident, __VA_ARGS__)
|