Searched refs:script_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c369 char *script_path; local
376 if ((script_path = rcm_get_script_dir(module->name)) == NULL)
379 len = strlen(script_path) + strlen(module->name) + 2;
390 (void) snprintf(rsi->script_full_name, len, "%s%s", script_path,

Completed in 47 milliseconds