Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dlog.h56 #define LOG_RECENTSIZE 65536 /* queue of most recent messages */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c222 log_recentq = log_makeq(0, LOG_RECENTSIZE, NULL); in log_init()