Searched refs:last_log_entry (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.h142 char last_log_entry[MAXNAMELEN]; /* Last entry read, passed in/out */ member in struct:ses_log_call_struct
H A Dlibseslog.c261 if (data->last_log_entry != NULL &&
262 (strlen(data->last_log_entry) == SES_LOG_VALID_LOG_SIZE)) {
305 if (strncmp((char *)log_str_ptr, data->last_log_entry,
433 (void) strncpy(data->last_log_entry, save_buffer, MAXNAMELEN);
673 if (data->last_log_entry != NULL &&
674 (strlen(data->last_log_entry) == SES_LOG_VALID_LOG_SIZE)) {
680 (const char *) data->last_log_entry +

Completed in 22 milliseconds