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

/lxc/src/lxc/
H A Darguments.c196 int c, index = 0; local
198 c = getopt_long(argc, argv, shortopts, args->options, &index);
H A Dnetwork.c242 int index; local
248 index = if_nametoindex(ifname);
249 if (!index)
255 return lxc_netdev_move_by_index(index, pid, newname);
297 int index; local
299 index = if_nametoindex(name);
300 if (!index)
303 return lxc_netdev_delete_by_index(index);
352 int len, index; local
358 index
370 int index, len, err; local
421 int index, len, err; local
615 int index, len, err; local
840 int index, len, err; local
1460 int fd, index, err; local
[all...]
/lxc/src/lxc/cgroups/
H A Dcgfs.c79 int index; member in struct:cgroup_hierarchy
400 h->index = hierarchy_number;
901 ERROR("Could not find writable mount point for cgroup hierarchy %d while trying to create cgroup.", h->index);
H A Dcgmanager.c616 int i, index=0, baselen, ret; local
641 if (index == 100) { // turn this into a warn later
645 if (index) {
646 ret = snprintf(result+baselen, MAXPATHLEN-baselen, "-%d", index);
675 index++;
1216 ERROR("code error: dropping invalid subsystem index\n");

Completed in 51 milliseconds