Searched defs: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.c789 * lib_param: The structure used to pass data to and from the library. This
794 struct ses_log_call_struct *lib_param)
806 (void) strncpy(lib_param->target_path, expander->slt_path, MAXPATHLEN);
807 (void) strncpy(lib_param->product_id, expander->slt_pid, MAXNAMELEN);
808 (void) strncpy(lib_param->last_log_entry, expdata, MAXNAMELEN);
809 lib_param->poll_time = slmp->slt_interval;
816 if ((err = access_ses_log(lib_param)) != 0) {
821 if (lib_param->log_data == NULL) {
837 lib_param->last_log_entry) != 0) {
861 * lib_param
793 get_log(ses_log_monitor_t *slmp, expander_t *expander, struct ses_log_call_struct *lib_param) argument
865 process_log(ses_log_monitor_t *slmp, expander_t *expander, struct ses_log_call_struct *lib_param) argument
951 struct ses_log_call_struct lib_param; local
[all...]

Completed in 46 milliseconds