Searched defs:init_pid (Results 1 - 4 of 4) sorted by relevance
| /lxc/src/lxc/ |
| H A D | attach.c | 730 pid_t init_pid, pid, attached_pid, expected; local 740 init_pid = lxc_cmd_get_init_pid(name, lxcpath); 741 if (init_pid < 0) { 746 init_ctx = lxc_proc_get_context_info(init_pid); 749 (long)init_pid); 1003 ret = lxc_attach_to_ns(init_pid, options->namespaces);
|
| H A D | lxccontainer.h | 176 pid_t (*init_pid)(struct lxc_container *c); member in struct:lxc_container
|
| H A D | lxccontainer.c | 3748 static bool do_add_remove_node(pid_t init_pid, const char *path, bool add, argument 3769 ret = snprintf(chrootpath, MAXPATHLEN, "/proc/%d/root", init_pid); 4164 c->init_pid = lxcapi_init_pid;
|
| /lxc/src/lua-lxc/ |
| H A D | lxc.lua | 106 function container:init_pid() 107 return self.core:init_pid()
|
Completed in 144 milliseconds