Searched refs:qlt_el_msg (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.h | 539 void qlt_el_msg(qlt_state_t *qlt, const char *fn, int ce, ...); 541 #define EL(qlt, ...) qlt_el_msg(qlt, __func__, CE_CONT, __VA_ARGS__);
|
H A D | qlt.c | 5964 qlt_el_msg(qlt_state_t *qlt, const char *fn, int ce, ...) in qlt_el_msg() function
|