Home
last modified time | relevance | path

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

/titanic_44/usr/src/common/net/wanboot/
H A Dbootlog.c218 char message[BOOTLOG_MSG_MAX_LEN]; in bootlog()
222 (void) vsnprintf(message, BOOTLOG_MSG_MAX_LEN, fmt, adx); in bootlog()
236 char message[BOOTLOG_MSG_MAX_LEN]; in libbootlog()
240 (void) vsnprintf(message, BOOTLOG_MSG_MAX_LEN, in libbootlog()
H A Dbootlog.h56 #define BOOTLOG_MSG_MAX_LEN 80 /* maximum message body length */ macro