Home
last modified time | relevance | path

Searched refs:iscsi_debug_level (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/iscsi/dist/src/lib/
Dutil.c153 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()
/netbsd/src/sys/dev/iscsi/
Discsi_globals.h537 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: ", \
Discsi_main.c48 int iscsi_debug_level = ISCSI_DEBUG; variable
650 NULL, 0, &iscsi_debug_level, sizeof(iscsi_debug_level),
/netbsd/src/external/bsd/iscsi/lib/
Discsi.expsym44 iscsi_debug_level
/netbsd/src/external/bsd/iscsi/dist/include/
Discsiutil.h122 EXTERN uint32_t iscsi_debug_level; variable