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

/systemd/src/core/
H A Dexecute.h23 typedef struct ExecCommand ExecCommand; typedef in typeref:struct:ExecCommand
80 struct ExecCommand { struct
84 LIST_FIELDS(ExecCommand, command); /* useful for chaining commands */
246 ExecCommand *command,
252 void exec_command_done(ExecCommand *c);
253 void exec_command_done_array(ExecCommand *c, unsigned n);
255 ExecCommand* exec_command_free_list(ExecCommand *c);
256 void exec_command_free_array(ExecCommand **
[all...]

Completed in 18 milliseconds