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

/lxc/src/lxc/cgroups/
H A Dcgroup.h44 void *(*init)(const char *name); member in struct:cgroup_ops
/lxc/src/lxc/tools/
H A Dlxc_ls.c70 pid_t init; member in struct:ls
472 l->init = c->init_pid(c);
747 *m = (struct ls){.name = NULL, .init = -1};
843 if (m->init > 0)
844 printf("%-*d ", lht->init_length, m->init);
1060 nbytes = sizeof(n->init);
1061 if (lxc_write_nointr(wpipefd, &n->init, (size_t)nbytes) != nbytes)
1143 nbytes = sizeof(n->init);
1144 if (lxc_read_nointr(rpipefd, &n->init, (size_t)nbytes) != nbytes)
1234 if (m->init !
[all...]

Completed in 10 milliseconds