Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dsyslog.c57 static struct _syslog { struct
65 } *_syslog; argument
66 #define LogFile (_syslog->_LogFile)
67 #define LogStat (_syslog->_LogStat)
68 #define LogTag (_syslog->_LogTag)
69 #define LogMask (_syslog->_LogMask)
70 #define SyslogAddr (_syslog->_SyslogAddr)
71 #define SyslogHost (_syslog->_SyslogHost)
72 #define LogFacility (_syslog->_LogFacility)
86 _syslog = (struct _syslog *)calloc(1, sizeof (struct _syslog)); in allocstatic()
[all …]
/titanic_41/usr/src/lib/libc/port/gen/
H A Dsyslog.c55 #pragma weak _syslog = syslog macro
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1871 _syslog;