Searched refs:WriteLogMsg (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/mdnsd/ |
H A D | mDNSDebug.c | 106 mDNSlocal void WriteLogMsg(const char *ident, const char *buffer, int logoptflags, int logpriority) in WriteLogMsg() function 129 WriteLogMsg("mDNSResponder", buffer, 0, LOG_ERR); in LogMsg() 140 WriteLogMsg(ident, buffer, ident && *ident ? LOG_PID : 0, LOG_INFO); in LogMsgIdent() 151 WriteLogMsg("", buffer, 0, LOG_INFO); in LogMsgNoIdent()
|