Searched refs:exec_payload (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 | 663 void* exec_payload; 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 1027 .exec_payload = exec_payload 1284 rexit(payload->exec_function(payload->exec_payload));
|
H A D | lxccontainer.h | 617 * \param exec_payload Data to pass to \p exec_function. 625 void *exec_payload, lxc_attach_options_t *options, pid_t *attached_process);
|
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 1005 milliseconds