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

/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c86 char *slt_path; /* Output path for log files */ member in struct:ses_log_monitor
98 char slt_path[MAXPATHLEN]; /* The ses path to the expander */ member in struct:expander
419 (void) snprintf(fileName, MAXPATHLEN, "%s", slmp->slt_path);
427 ses_node = strrchr(expander->slt_path, '/');
806 (void) strncpy(lib_param->target_path, expander->slt_path, MAXPATHLEN);
1003 (void) snprintf(expander->slt_path, MAXPATHLEN, "%s", target_path);
1197 slmp->slt_path = fmd_prop_get_string(hdl, "path");
1202 fmd_hdl_strfree(hdl, slmp->slt_path);
1232 fmd_prop_free_string(hdl, slmp->slt_path);

Completed in 46 milliseconds