Searched refs:consolefd (Results 1 – 1 of 1) sorted by relevance
27 int ret = 0, i, consolefd, verb = 0; in fmtmsg() local42 consolefd = open("/dev/console", O_WRONLY); in fmtmsg()43 if (consolefd < 0) { in fmtmsg()46 if (dprintf(consolefd, "%s%s%s%s%s%s%s%s\n", in fmtmsg()53 close(consolefd); in fmtmsg()