Searched refs:it (Results 1 - 16 of 16) sorted by relevance

/lxc/src/lua-lxc/test/
H A Dapitest.lua10 -- This library is free software; you can redistribute it and/or modify
11 -- it under the terms of the GNU General Public License version 2, as
14 -- This program is distributed in the hope that it will be useful,
/lxc/src/lxc/tools/
H A Dlxc_unshare.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
155 char **it, **args; local
234 for (it = (char *[]){"NETWORK", "UTSNAME", NULL}; it && *it; it++)
235 while ((del = strstr(namespaces, *it)))
278 /* Call exit() directly on this function because it retun
[all...]
H A Dlxc_attach.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
111 char **it; local
151 for (it = (char *[]){"NETWORK", "UTSNAME", NULL}; it && *it; it++)
152 while ((del = strstr(arg, *it)))
216 elevated, it ma
[all...]
H A Dlxc_autostart.c6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
11 * This library is distributed in the hope that it will be useful,
150 * This is a variation of get_list below it.
152 * If a list is passed to it, it adds to it.
176 * We can't use strtok_r here because it collapses
190 * it if it i
333 struct lxc_list *it, *next; local
[all...]
H A Dlxc-top.lua10 -- This library is free software; you can redistribute it and/or modify
11 -- it under the terms of the GNU General Public License version 2, as
14 -- This program is distributed in the hope that it will be useful,
/lxc/src/lxc/
H A Dconf.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
572 * return an open fd (>=0) if we pinned it.
664 * fs is remounted read-only or the mount fails because it's busy...
741 /* If the type of cgroup mount was not specified, it depends on the
748 * :mixed, because then the container can't remount it read-write. */
857 * accept it as is and don't try to create it
1012 * To unmounted it w
3442 struct lxc_list *it; local
3459 struct lxc_list *it; local
3473 struct lxc_list *it; local
3901 struct lxc_list *it; local
4125 struct lxc_list *it; local
4157 lxc_remove_nic(struct lxc_list *it) argument
4192 struct lxc_list *it; local
4242 struct lxc_list *it,*next; local
4251 struct lxc_list *it,*next; local
4262 struct lxc_list *it, *next; local
4279 struct lxc_list *it,*next; local
4291 struct lxc_list *it,*next; local
4317 struct lxc_list *it,*next; local
4329 struct lxc_list *it,*next; local
4342 struct lxc_list *it,*next; local
4360 struct lxc_list *it,*next; local
4403 struct lxc_list *it,*next; local
4414 struct lxc_list *it,*next; local
4491 struct lxc_list *new = NULL, *tmp, *it, *next; local
4771 struct lxc_list *it = NULL; local
[all...]
H A Dconfile.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
357 * the key), and call it.
372 * and it isn't any of the other network entries. So
473 * if you have p="lxc.network.0.link", pass it p+12
489 * if you have p="lxc.network.0", pass this p+12 and it will return
497 struct lxc_list *it; local
500 lxc_list_for_each(it, network) {
502 netdev = it
2068 struct lxc_list *it,*next; local
2215 struct lxc_list *it; local
2241 struct lxc_list *it; local
2275 struct lxc_list *it; local
2291 struct lxc_list *it; local
2307 struct lxc_list *it; local
2323 struct lxc_list *it; local
2339 struct lxc_list *it; local
2503 struct lxc_list *it; local
2911 struct lxc_list *it; local
[all...]
H A Dcriu.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
134 struct lxc_list *it; local
492 lxc_list_for_each(it, &opts->c->lxc_conf->network) {
495 struct lxc_netdev *n = it->elem;
584 /* before criu inits its log, it sometimes prints things to stdout/err;
658 SYSERROR("execing criu failed, is it installed?");
718 struct lxc_list *it; local
729 lxc_list_for_each(it,
748 struct lxc_list *it; local
[all...]
H A Dconsole.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
85 struct lxc_list *it; local
88 lxc_list_for_each(it, &lxc_ttys) {
89 ts = it->elem;
236 /* we cache the descr so that we can add an fd to it when someone
237 * does attach to it in lxc_console_allocate()
263 * is resumed and retries, the signal handler interrupts it again.
H A Dlxccontainer.c6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
11 * This library is distributed in the hope that it will be useful,
232 * decrement numthreads under privlock, then if it hits 0 you can delete.
282 * sem_wait on privlock, get lxclock after freer() drops it, then see
798 * characters; all that it means is that the proctitle will be
1013 * it returns a mounted bdev on success, NULL on error.
1191 struct lxc_list *it; local
1201 lxc_list_for_each(it, &conf->id_map) {
1202 map = it
2690 struct lxc_list *it; local
[all...]
/lxc/src/lxc/cgroups/
H A Dcgfsng.c9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
14 * This library is distributed in the hope that it will be useful,
81 * the container. For each hierarchy, it is created under the
83 * it is the same for all hierarchies.
604 * it is already initialized.
928 * directories underneath it.
1010 struct hierarchy **it; local
1018 for (i = 0, it = hierarchies; it
1032 char **it; local
[all...]
/lxc/hooks/
H A Dubuntu-cloud-prep94 # seems like not the greatest interface, so all we'll do is mention it.
/lxc/src/lua-lxc/
H A Dlxc.lua9 -- This library is free software; you can redistribute it and/or
10 -- modify it under the terms of the GNU Lesser General Public
14 -- This library is distributed in the hope that it will be useful,
185 -- check if it is a single item
190 -- it must be a list type item, make a table of it
192 -- make it a "mixed" table, ie both dictionary and list for ease of use
/lxc/templates/
H A Dlxc-altlinux.in13 # This library is free software; you can redistribute it and/or
14 # modify it under the terms of the GNU Lesser General Public
18 # This library is distributed in the hope that it will be useful,
372 -R,--release ALTLinux release for the new container. if the host is ALTLinux, then it will defaultto the host's release.
H A Dlxc-openmandriva.in14 # This library is free software; you can redistribute it and/or
15 # modify it under the terms of the GNU Lesser General Public
19 # This library is distributed in the hope that it will be useful,
332 -R,--release openmandriva2013.0/cooker/rosa2012.1 release for the new container. if the host is OpenMandriva, then it will default to the host's release.
456 # If the systemd configuration directory exists - set it up for what we need.
H A Dlxc-centos.in15 # This library is free software; you can redistribute it and/or
16 # modify it under the terms of the GNU Lesser General Public
20 # This library is distributed in the hope that it will be useful,
35 # If the "root_password" is non-blank, use it, else set a default.
37 # set by a shell conditional assignment. Looks weird but it is what it is.
39 # If the root password contains a ding ($) then try to expand it.
41 # If the root password contains more than 3 consecutive X's, pass it as
45 # If root_store_password = yes, store it in the configuration directory
58 # Now, it does
[all...]

Completed in 69 milliseconds