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

/lxc/src/tests/
H A Dcgpath.c45 * @group : name of the container group or NULL for default "lxc"
49 const char *group, const char *name)
57 sprintf(relpath, "%s/%s", group ? group : "lxc", name);
122 const char *group, const char *name,
158 ret = test_running_container(lxcpath, group, name);
48 test_running_container(const char *lxcpath, const char *group, const char *name) argument
121 test_container(const char *lxcpath, const char *group, const char *name, const char *template) argument
H A Dconsole.c114 * @group : name of the container group or NULL for default "lxc"
119 const char *group, const char *name,
118 test_console(const char *lxcpath, const char *group, const char *name, const char *template) argument
H A Dattach.c298 * @group : name of the container group or NULL for default "lxc"
303 const char *group, const char *name,
302 test_ct_create(const char *lxcpath, const char *group, const char *name, const char *template) argument
/lxc/src/lxc/cgroups/
H A Dcgfs.c345 /* file format: hierarchy:subsystems:group,
670 static struct cgroup_mount_point *lxc_cgroup_find_mount_point(struct cgroup_hierarchy *hierarchy, const char *group, bool should_be_writable) argument
696 (strncmp(group, mp->mount_prefix, prefix_len) == 0 &&
697 (group[prefix_len] == '\0' || group[prefix_len] == '/'))) {
699 * shortest prefix where this group is still contained
713 static char *lxc_cgroup_find_abs_path(const char *subsystem, const char *group, bool should_be_writable, const char *suffix) argument
729 mp = lxc_cgroup_find_mount_point(h, group, should_be_writable);
733 result = cgroup_to_absolute_path(mp, group, suffix);
1692 /* file format: hierarchy:subsystems:group */
[all...]

Completed in 31 milliseconds