Home
last modified time | relevance | path

Searched refs:exec_path (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c130 free(mi->exec_path); in destroy_method_info()
164 if ((ret->exec_path = strdup(ret->exec_args_we.we_wordv[0])) == NULL) in create_method_info()
211 (strcmp(mi->exec_path, mi2->exec_path) != 0)) { in method_info_equal()
H A Dinetd.c1235 if ((ret[0] = strrchr(cfg->methods[IM_START]->exec_path, '/')) in expand_address()
1239 ret[0] = cfg->methods[IM_START]->exec_path; in expand_address()
2762 ae->adt_inetd_connect.cmd = mi->exec_path; in exec_method()
2909 (void) execve(mi->exec_path, args, env); in exec_method()
3038 if (restarter_is_null_method(mi->exec_path)) { in run_method()
3044 if ((sig = restarter_is_kill_method(mi->exec_path)) >= 0) { in run_method()
3059 if ((sig = restarter_is_kill_proc_method(mi->exec_path)) >= 0) { in run_method()
3071 methods[method].name, mi->exec_path)) == NULL) in run_method()
3079 mi->exec_path)) { in run_method()
H A Dinetd_impl.h117 char *exec_path; /* path passed to exec() */ member