Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/net/wanboot/
H A Dbootlog.c90 static FILE *bl_filehandle = NULL; variable
205 (void) sendmessage(bl_filehandle != NULL ? BL_LOCAL_FILE : in bootlog_common()
399 if (bl_filehandle == NULL) in sendmessage()
402 (void) fprintf(bl_filehandle, "%s %s %s: [ID %u user.%s] %s\n", in sendmessage()
437 if (bl_filehandle == NULL) in openbootlog()
438 bl_filehandle = fopen("/var/log/bootlog", "a"); in openbootlog()
440 transport = (bl_filehandle != NULL) ? BL_LOCAL_FILE : BL_CONSOLE; in openbootlog()