Searched refs:slt_path (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 86 char *slt_path; /* Output path for log files */ member 98 char slt_path[MAXPATHLEN]; /* The ses path to the expander */ member 419 (void) snprintf(fileName, MAXPATHLEN, "%s", slmp->slt_path); in create_filename() 427 ses_node = strrchr(expander->slt_path, '/'); in create_filename() 806 (void) strncpy(lib_param->target_path, expander->slt_path, MAXPATHLEN); in get_log() 1003 (void) snprintf(expander->slt_path, MAXPATHLEN, "%s", target_path); in slt_process_ses_log() 1197 slmp->slt_path = fmd_prop_get_string(hdl, "path"); in _fmd_init() 1202 fmd_hdl_strfree(hdl, slmp->slt_path); in _fmd_init() 1232 fmd_prop_free_string(hdl, slmp->slt_path); in _fmd_fini()
|