Home
last modified time | relevance | path

Searched refs:sFileLogEntry (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/
H A DKMSAgentFatalState.cpp49 char sFileLogEntry[MAX_LOG_FILE_LINE_LENGTH]; in process_fatal_application_state() local
56 strncpy(sFileLogEntry, "A fatal application error has occurred. Date: ", sizeof(sFileLogEntry)); in process_fatal_application_state()
58 sFileLogEntry[sizeof(sFileLogEntry)-1] = '\0'; in process_fatal_application_state()
60 strncat(sFileLogEntry, sTimeStamp, MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
62 strncat(sFileLogEntry, " File: ", MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
64 strncat(sFileLogEntry, sFile, MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
66 strncat(sFileLogEntry, " Function: ", MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
68 strncat(sFileLogEntry, sFunction, MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
70 strncat(sFileLogEntry, " Line: ", MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
72 strncat(sFileLogEntry, sLine, MAX_LOG_FILE_LINE_LENGTH - strlen(sFileLogEntry)); in process_fatal_application_state()
[all …]
H A DKMSAuditLogger.cpp141 char sFileLogEntry[500]; in Log_function() local
150 sFileLogEntry, in Log_function()
163 strcat(sFileLogEntry," AgentID="); in Log_function()
164 strcat(sFileLogEntry,i_sEntityID); in Log_function()
169 strcat(sFileLogEntry," KMA Address="); in Log_function()
170 strcat(sFileLogEntry, i_sNetworkAddress); in Log_function()
174 strcat(sFileLogEntry, " Operation="); in Log_function()
175 strcat(sFileLogEntry,i_sOperation); in Log_function()
180 strcat(sFileLogEntry, " Msg="); in Log_function()
181 strcat(sFileLogEntry, i_sMessage); in Log_function()
[all …]