Searched refs:sort (Results 1 - 5 of 5) sorted by relevance

/lxc/config/apparmor/
H A Dlxc-generate-aa-rules.py132 denies.sort()
/lxc/src/lxc/tools/
H A Dlxc-top.lua164 table.sort(containers, container_sort)
197 " -s|--sort sort by [n,c,d,m] (default: n) where\n" ..
203 " -r|--reverse sort in reverse (descending) order\n"
213 sort = "s",
/lxc/src/lua-lxc/
H A Dlxc.lua376 table.sort(containers, function (a,b) return (a < b) end)
399 table.sort(containers, function (a,b) return (a < b) end)
/lxc/templates/
H A Dlxc-ubuntu.in354 cut -d ' ' -f3) | sort -u`
/lxc/src/lxc/
H A Dlxccontainer.c1732 // sort the arrray as we will use binary search on it
1738 static bool add_to_clist(struct lxc_container ***list, struct lxc_container *c, int pos, bool sort) argument
1749 // sort the arrray as we will use binary search on it
1750 if (sort)
2350 // we should queue some sort of error - in c->error_string?

Completed in 31 milliseconds