Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dlog.h58 #define LOG_RECENTSIZE 8192 /* queue of most recent messages */ macro
/titanic_50/usr/src/uts/common/os/
H A Dlogsubr.c212 log_recentq = log_makeq(0, LOG_RECENTSIZE, NULL); in log_init()