Searched refs:_eventLogParam (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/lms/ |
H A D | Protocol.cpp | 109 _eventLogParam = param; 1078 _eventLog(_eventLogParam, message, EVENTLOG_ERROR_TYPE); 1098 _eventLog(_eventLogParam, message, EVENTLOG_ERROR_TYPE); 1674 _eventLog(_eventLogParam, TEXT("Error: Can't open hosts file"), EVENTLOG_ERROR_TYPE); 1680 _eventLog(_eventLogParam, TEXT("Error: Can't create temporary hosts file"), EVENTLOG_ERROR_TYPE); 1748 _eventLog(_eventLogParam, TEXT("Error: Can't update hosts file [1]"), EVENTLOG_ERROR_TYPE); 1754 _eventLog(_eventLogParam, TEXT("Error: Can't update hosts file [2]"), EVENTLOG_ERROR_TYPE); 1761 _eventLog(_eventLogParam, TEXT("Error: Can't update hosts file [3]"), EVENTLOG_ERROR_TYPE); 1768 _eventLog(_eventLogParam, TEXT("Error: Can't update hosts file [4]"), EVENTLOG_ERROR_TYPE); 1774 _eventLog(_eventLogParam, TEXT("Error: Can't update hosts file [5]"), EVENTLOG_ERROR_TYPE); [all …]
|
H A D | Protocol.h | 182 void *_eventLogParam; variable
|