sbin/svc/execute.c
425
execute_start(command_t *cmd)
sbin/svc/execute.c
45
command_t *InitCmd;
sbin/svc/execute.c
487
execute_restart(command_t *cmd)
sbin/svc/execute.c
49
static void setstate_stopped(command_t *cmd, struct timespec *ts);
sbin/svc/execute.c
496
execute_stop(command_t *cmd)
sbin/svc/execute.c
50
static int setup_gid(command_t *cmd);
sbin/svc/execute.c
51
static int setup_uid(command_t *cmd);
sbin/svc/execute.c
52
static int setup_jail(command_t *cmd);
sbin/svc/execute.c
53
static int setup_chroot(command_t *cmd);
sbin/svc/execute.c
54
static int setup_devfs(command_t *cmd, const char *dir, int domount);
sbin/svc/execute.c
564
execute_exit(command_t *cmd)
sbin/svc/execute.c
58
execute_init(command_t *cmd)
sbin/svc/execute.c
580
execute_list(command_t *cmd)
sbin/svc/execute.c
588
execute_status(command_t *cmd)
sbin/svc/execute.c
620
execute_log(command_t *cmd)
sbin/svc/execute.c
700
execute_logfile(command_t *cmd)
sbin/svc/execute.c
749
execute_help(command_t *cmd)
sbin/svc/execute.c
765
command_t *cmd = arg;
sbin/svc/execute.c
809
setstate_stopped(command_t *cmd, struct timespec *ts)
sbin/svc/execute.c
821
setup_gid(command_t *cmd)
sbin/svc/execute.c
852
setup_uid(command_t *cmd)
sbin/svc/execute.c
876
setup_jail(command_t *cmd)
sbin/svc/execute.c
905
setup_chroot(command_t *cmd)
sbin/svc/execute.c
918
setup_devfs(command_t *cmd, const char *dir, int domount)
sbin/svc/remote.c
210
remote_listener(command_t *cmd, int lfd)
sbin/svc/remote.c
258
command_t cmd;
sbin/svc/remote.c
303
remote_issue(connect_t *conn, command_t *cmd)
sbin/svc/remote.c
42
command_t *cmd;
sbin/svc/remote.c
55
static void remote_issue(connect_t *conn, command_t *cmd);
sbin/svc/remote.c
70
remote_execute(command_t *cmd, const char *label)
sbin/svc/remote.c
92
command_t *cmd;
sbin/svc/subs.c
102
setup_pid_and_socket(command_t *cmd, int *lfdp, int *pfdp)
sbin/svc/subs.c
168
remove_pid_and_socket(command_t *cmd, const char *label)
sbin/svc/svc.c
276
execute_cmd(command_t *cmd)
sbin/svc/svc.c
357
execute_remote(command_t *cmd, int (*func)(command_t *cmd))
sbin/svc/svc.c
432
free_cmd(command_t *cmd)
sbin/svc/svc.c
44
static int execute_remote(command_t *cmd, int (*func)(command_t *cmd));
sbin/svc/svc.c
45
static int process_jailspec(command_t *cmd, const char *spec);
sbin/svc/svc.c
465
process_jailspec(command_t *cmd, const char *spec)
sbin/svc/svc.c
50
command_t cmd;
sbin/svc/svc.c
66
process_cmd(command_t *cmd, FILE *fp, int ac, char **av)
sbin/svc/svc.h
121
int process_cmd(command_t *cmd, FILE *fp, int ac, char **av);
sbin/svc/svc.h
122
int execute_cmd(command_t *cmd);
sbin/svc/svc.h
123
void free_cmd(command_t *cmd);
sbin/svc/svc.h
130
int setup_pid_and_socket(command_t *cmd, int *lfdp, int *pfdp);
sbin/svc/svc.h
131
void remove_pid_and_socket(command_t *cmd, const char *label);
sbin/svc/svc.h
133
void remote_execute(command_t *cmd, const char *label);
sbin/svc/svc.h
134
void remote_listener(command_t *cmd, int lfd);
sbin/svc/svc.h
137
int execute_init(command_t *cmd);
sbin/svc/svc.h
138
int execute_start(command_t *cmd);
sbin/svc/svc.h
139
int execute_stop(command_t *cmd);
sbin/svc/svc.h
140
int execute_restart(command_t *cmd);
sbin/svc/svc.h
141
int execute_exit(command_t *cmd);
sbin/svc/svc.h
142
int execute_list(command_t *cmd);
sbin/svc/svc.h
143
int execute_status(command_t *cmd);
sbin/svc/svc.h
144
int execute_log(command_t *cmd);
sbin/svc/svc.h
145
int execute_logfile(command_t *cmd);
sbin/svc/svc.h
146
int execute_help(command_t *cmd);