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

/freebsd-current/stand/common/
H A Dtslog.c34 #ifndef LOADER_TSLOGSIZE
35 #define LOADER_TSLOGSIZE (2 * 1024 * 1024) macro
44 if ((tslog_buf = malloc(LOADER_TSLOGSIZE)) == NULL)
46 tslog_setbuf(tslog_buf, LOADER_TSLOGSIZE);

Completed in 161 milliseconds