Searched defs:all (Results 1 - 3 of 3) sorted by relevance
/lxc/src/lxc/ |
H A D | arguments.h | 100 int all; member in struct:lxc_arguments
|
H A D | confile.c | 164 /* config_network_nic must come after all other 'lxc.network.*' entries */ 2145 /* for the sake of backward compatibility, drop all privileges 2207 * If you ask for 'lxc.cgroup", then all cgroup entries will be printed, 2214 int all = 0; local 2222 if (strcmp(key, "all") == 0) 2223 all = 1; 2227 if (all) { 2547 else if (strcmp(key, "lxc.cgroup") == 0) // all cgroup info 2548 return lxc_get_cgroup_entry(c, retv, inlen, "all"); 2901 * We wish to update all hwaddr [all...] |
H A D | conf.c | 1254 * The mountinfo file shows not all mounts, if a few points have been 1258 * This loop can be skipped if a container uses unserns, because all 1259 * inherited mounts are locked and we should live with all this trash. 1461 DEBUG("cleared all (%d) mounts from \"%s\"", ret, path); 1555 * Note, we only move the uppermost mount and clear all other 1577 /* Clear all remaining bind-mounts. */ 1583 DEBUG("cleared all (%d) mounts from \"%s\"", ret, path); 1592 DEBUG("cleared all (%d) mounts from \"%s\"", ret, path); 1935 /* For containers created without a rootfs all mounts are treated as 3334 * of the doubt. Otherwise we might fail even though all th 4292 bool all = false; local 4361 bool all = false, done = false; local [all...] |
Completed in 1115 milliseconds