Searched defs:bl_filehandle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/net/wanboot/
H A Dbootlog.c90 static FILE *bl_filehandle = NULL; variable
202 * as a last resort. Note that bl_filehandle will always
205 (void) sendmessage(bl_filehandle != NULL ? BL_LOCAL_FILE :
399 if (bl_filehandle == NULL)
402 (void) fprintf(bl_filehandle, "%s %s %s: [ID %u user.%s] %s\n",
437 if (bl_filehandle == NULL)
438 bl_filehandle = fopen("/var/log/bootlog", "a");
440 transport = (bl_filehandle != NULL) ? BL_LOCAL_FILE : BL_CONSOLE;

Completed in 45 milliseconds