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

/lxc/src/lxc/tools/
H A Dlxc_init.c83 int i, have_status = 0, shutdown = 0; local
214 if (!shutdown) {
215 shutdown = 1;
244 if (shutdown)
/lxc/src/lxc/
H A Darguments.h72 int shutdown; member in struct:lxc_arguments
H A Dlxccontainer.h366 * \brief Request the container shutdown by sending it \c
373 * \return \c true if the container was shutdown successfully, else \c false.
375 bool (*shutdown)(struct lxc_container *c, int timeout); member in struct:lxc_container
/lxc/src/lua-lxc/
H A Dlxc.lua122 function container:shutdown(timeout)
123 return self.core:shutdown(timeout)

Completed in 337 milliseconds