Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h75 extern boolean_t iscsi_conn_logging;
80 #define ISCSI_CONN_LOG if (iscsi_conn_logging) cmn_err
H A Discsi_conn.c42 boolean_t iscsi_conn_logging = B_FALSE; variable