Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmisc.c40 #define UMEM_MAX_ERROR_SIZE 4096 /* error messages are truncated to this */ macro
173 char buf[UMEM_MAX_ERROR_SIZE] = ""; in log_message()
178 (void) vsnprintf(buf, UMEM_MAX_ERROR_SIZE-1, format, va); in log_message()
193 char buf[UMEM_MAX_ERROR_SIZE] = ""; in debug_printf()
198 (void) vsnprintf(buf, UMEM_MAX_ERROR_SIZE-1, format, va); in debug_printf()
208 char buf[UMEM_MAX_ERROR_SIZE] = ""; in umem_vprintf()
210 (void) vsnprintf(buf, UMEM_MAX_ERROR_SIZE-1, format, va); in umem_vprintf()