Searched refs:me (Results 1 - 5 of 5) sorted by relevance
/lxc/src/lxc/tools/ |
H A D | lxc_config.c | 44 static void usage(char *me) argument 46 printf("Usage: %s -l: list all available configuration items\n", me); 47 printf(" %s item: print configuration item\n", me);
|
H A D | lxc_clone.c | 75 static void usage(const char *me) argument 77 printf("Usage: %s [-s] [-B backingstore] [-L size[unit]] [-K] [-M] [-H]\n", me);
|
/lxc/src/tests/ |
H A D | may_control.c | 24 static void usage(const char *me) argument 26 printf("Usage: %s name [lxcpath]\n", me);
|
/lxc/src/lxc/ |
H A D | lxc_user_nic.c | 60 static void usage(char *me, bool fail) argument 62 fprintf(stderr, "Usage: %s lxcpath name pid type bridge nicname\n", me); 269 static int get_alloted(char *me, char *intype, char *link, struct alloted_s **alloted) argument 295 if (strcmp(name, me)) { 552 static bool cull_entries(int fd, char *me, char *t, char *br) argument 581 while ((p = find_line(p, e, me, t, br))) { 625 static int count_entries(char *buf, off_t len, char *me, char *t, char *br) argument 631 while ((buf = find_line(buf, e, me, t, br))) { 922 char *me; local 945 if ((me [all...] |
/lxc/src/lxc/cgroups/ |
H A D | cgmanager.c | 305 pid_t me = getpid(); local 323 slist[i], "/", me) != 0) {
|
Completed in 14 milliseconds