Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_debug.c63 char *rds_debug_buf = NULL; /* The Debug Buf */ variable
96 rds_debug_buf = (char *)kmem_alloc(rds_debug_buf_size, KM_SLEEP); in rds_logging_initialization()
112 if (rds_debug_buf) { in rds_logging_destroy()
113 kmem_free(rds_debug_buf, rds_debug_buf_size); in rds_logging_destroy()
114 rds_debug_buf = NULL; in rds_logging_destroy()
132 if (rds_debug_buf) { in rds_clear_print_buf()
133 rds_buf_sptr = rds_debug_buf; in rds_clear_print_buf()
134 rds_buf_eptr = rds_debug_buf + rds_debug_buf_size - in rds_clear_print_buf()
137 bzero(rds_debug_buf, rds_debug_buf_size); in rds_clear_print_buf()
152 if (rds_suppress_dprintf || (rds_debug_buf == NULL)) { in rds_vlog()
[all …]