Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c794 struct ses_log_call_struct *lib_param) in get_log() argument
806 (void) strncpy(lib_param->target_path, expander->slt_path, MAXPATHLEN); in get_log()
807 (void) strncpy(lib_param->product_id, expander->slt_pid, MAXNAMELEN); in get_log()
808 (void) strncpy(lib_param->last_log_entry, expdata, MAXNAMELEN); in get_log()
809 lib_param->poll_time = slmp->slt_interval; in get_log()
816 if ((err = access_ses_log(lib_param)) != 0) { in get_log()
821 if (lib_param->log_data == NULL) { in get_log()
837 lib_param->last_log_entry) != 0) { in get_log()
866 struct ses_log_call_struct *lib_param) in process_log() argument
885 output_count = lib_param->number_log_entries * DATE_STRING_SIZE + in process_log()
[all …]