Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_ofs_debug_util.c40 #define SOL_OFS_PRINT_BUF_LEN 4096 macro
51 static char sol_ofs_print_buf[SOL_OFS_PRINT_BUF_LEN];
161 len += vsnprintf(msg_ptr, SOL_OFS_PRINT_BUF_LEN - len - 2, fmt, ap); in sol_ofs_dprintf_vlog()
162 len = min(len, SOL_OFS_PRINT_BUF_LEN - 2); in sol_ofs_dprintf_vlog()