Searched defs:expdata (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c546 * expdata: A pointer to a pointer for the last log entry data for this
550 get_last_entry(ses_log_monitor_t *slmp, char *key, char **expdata) argument
578 if ((err = nvlist_lookup_string(expanderRecord, DATA_FIELD, expdata))
796 char *expdata; local
801 if ((err = get_last_entry(slmp, expander->slt_key, &expdata)) != 0) {
808 (void) strncpy(lib_param->last_log_entry, expdata, MAXNAMELEN);

Completed in 60 milliseconds