Searched refs:iscsi_debug_level (Results 1 – 5 of 5) sorted by relevance
153 iscsi_debug_level |= TRACE_NET_ALL; in set_debug()155 iscsi_debug_level |= TRACE_ISCSI_ALL; in set_debug()157 iscsi_debug_level |= TRACE_SCSI_ALL; in set_debug()159 iscsi_debug_level |= TRACE_OSD; in set_debug()161 iscsi_debug_level |= TRACE_ALL; in set_debug()267 if (iscsi_debug_level & trace) { in iscsi_trace()283 if (iscsi_debug_level & TRACE_WARN) { in iscsi_warn()317 if (iscsi_debug_level & TRACE_NET_BUFF) { in iscsi_print_buffer()
537 extern int iscsi_debug_level; /* How much debug info to display */541 #define DEB(lev,x) { if (iscsi_debug_level >= lev) printf x ;}542 #define DEBC(conn,lev,x) { if (iscsi_debug_level >= lev) { printf("S%dC%d: ", \
48 int iscsi_debug_level = ISCSI_DEBUG; variable650 NULL, 0, &iscsi_debug_level, sizeof(iscsi_debug_level),
44 iscsi_debug_level
122 EXTERN uint32_t iscsi_debug_level; variable