Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm.h266 extern boolean_t idm_conn_logging;
270 #define IDM_CONN_LOG if (idm_conn_logging) cmn_err
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm.c71 boolean_t idm_conn_logging = 0; variable