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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Ddoulimit.c52 static char *script_name = NULL, *scr_error = NULL; variable
75 if (script_name)
76 free(script_name);
77 script_name = NULL;
101 if (script_name)
102 free(script_name);
103 script_name = strdup(script);
156 if (script_name) {
157 progerr(gettext(ERR_SCRULIMIT), script_name); local
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h102 char *script_name; /* name of the script without path component */ member in struct:script_info
201 char script_name[MAXNAMELEN]; member in struct:ps_state_element
H A Drcm_script.c392 rsi->script_name = strrchr(rsi->script_full_name, '/') + 1;
433 rsi->script_name);
448 rsi->script_name);
758 x->script_name) == 0) {
769 "killing script_name = %s pid = %ld\n",
770 x->script_name, x->pid);
788 script_ps_state_file_add_entry(pid_t pid, char *script_name) argument
798 (void) strlcpy(x->script_name, script_name, MAXNAMELEN);
999 script_ps_state_file_add_entry(rsi->pid, rsi->script_name);
[all...]
/illumos-gate/usr/src/lib/librcm/
H A Dlibrcm.c869 rcm_get_script_dir(char *script_name) argument
877 if (snprintf(path, MAXPATHLEN, "%s%s", dir_name, script_name)
880 script_name));

Completed in 70 milliseconds