Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dmisc.c96 if (umem_output && !issetugid()) in umem_error_enter()
182 if (umem_output > 1) in log_message()
H A Dmisc.h42 extern uint_t umem_output; /* output error messages to stderr */
H A Dumem_base.h91 extern uint32_t umem_output;
H A Denvvar.c190 &umem_output, 1
228 &umem_output, 2
H A Dumem.c697 uint_t umem_output = 0; /* whether to write to standard error */ variable