Home
last modified time | relevance | path

Searched refs:qlt_el_msg (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.h763 void qlt_el_msg(qlt_state_t *qlt, const char *fn, int ce, ...);
765 #define EL(qlt, ...) qlt_el_msg(qlt, __func__, CE_CONT, __VA_ARGS__);
H A Dqlt.c9376 qlt_el_msg(qlt_state_t *qlt, const char *fn, int ce, ...) in qlt_el_msg() function