Home
last modified time | relevance | path

Searched refs:rdsdebug (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drds.h65 extern int rdsdebug;
66 #define dprint(level, args) { if (rdsdebug > (level)) printf args; }
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsddi.c89 int rdsdebug; variable
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_kernel_printf.c1480 printf_hook(rdsdebug, 1, 2); /* net/rds/rds.h */ in check_kernel_printf()