Searched refs:sort (Results 1 - 5 of 5) sorted by relevance
/lxc/config/apparmor/ |
H A D | lxc-generate-aa-rules.py | 132 denies.sort()
|
/lxc/src/lxc/tools/ |
H A D | lxc-top.lua | 164 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 D | lxc.lua | 376 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 D | lxc-ubuntu.in | 354 cut -d ' ' -f3) | sort -u`
|
/lxc/src/lxc/ |
H A D | lxccontainer.c | 1732 // 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