Searched refs:exec_function (Results 1 - 4 of 4) sorted by relevance
/lxc/src/lxc/ |
H A D | attach.h | 39 extern int lxc_attach(const char* name, const char* lxcpath, lxc_attach_exec_t exec_function, void* exec_payload, lxc_attach_options_t* options, pid_t* attached_process);
|
H A D | attach.c | 662 lxc_attach_exec_t exec_function; member in struct:attach_clone_payload 727 int lxc_attach(const char* name, const char* lxcpath, lxc_attach_exec_t exec_function, void* exec_payload, lxc_attach_options_t* options, pid_t* attached_process) argument 1026 .exec_function = exec_function, 1284 rexit(payload->exec_function(payload->exec_payload));
|
H A D | lxccontainer.h | 616 * \param exec_function Function to run. 617 * \param exec_payload Data to pass to \p exec_function. 620 * container \p c that is running \p exec_function. 624 int (*attach)(struct lxc_container *c, lxc_attach_exec_t exec_function,
|
H A D | lxccontainer.c | 3284 static int lxcapi_attach(struct lxc_container *c, lxc_attach_exec_t exec_function, void *exec_payload, lxc_attach_options_t *options, pid_t *attached_process) argument 3293 ret = lxc_attach(c->name, c->config_path, exec_function, exec_payload, options, attached_process);
|
Completed in 34 milliseconds