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

/opensolaris-onvv-gate/usr/src/lib/libumem/common/
H A Dmisc.c42 #define UMEM_MAX_ERROR_SIZE 4096 /* error messages are truncated to this */ macro
175 char buf[UMEM_MAX_ERROR_SIZE] = "";
180 (void) vsnprintf(buf, UMEM_MAX_ERROR_SIZE-1, format, va);
195 char buf[UMEM_MAX_ERROR_SIZE] = "";
200 (void) vsnprintf(buf, UMEM_MAX_ERROR_SIZE-1, format, va);
210 char buf[UMEM_MAX_ERROR_SIZE] = "";
212 (void) vsnprintf(buf, UMEM_MAX_ERROR_SIZE-1, format, va);

Completed in 43 milliseconds