Searched refs:syslog_msgfd (Results 1 – 2 of 2) sorted by relevance
77 static int syslog_msgfd = -1; /* sysmsg(7D) file descriptor */ variable172 if (syslog_cons && write(syslog_msgfd, dat.buf, dat.len) != dat.len) { in syslog_emit()352 if ((syslog_msgfd = open("/dev/sysmsg", O_WRONLY | O_NOCTTY)) == -1) in _fmd_init()422 (void) close(syslog_msgfd); in _fmd_fini()
239 static int syslog_msgfd = -1; /* sysmsg(7D) file descriptor */ variable1397 if (write(syslog_msgfd, dat.buf, dat.len) != dat.len) { in etm_post_to_syslog()3824 if (syslog_cons && (syslog_msgfd = open("/dev/sysmsg", in _fmd_init()4234 if (syslog_msgfd != -1) { in _fmd_fini()4235 (void) close(syslog_msgfd); in _fmd_fini()