Lines Matching refs:machine
309 /* First, order by machine */
310 if (!u->machine && v->machine)
312 if (u->machine && !v->machine)
314 if (u->machine && v->machine) {
315 r = strcasecmp(u->machine, v->machine);
374 max_id_len = MAX(max_id_len, strlen(u->id) + (u->machine ? strlen(u->machine)+1 : 0));
461 if (u->machine) {
462 j = strjoin(u->machine, ":", u->id, NULL);
525 const char *machine,
566 u.machine = machine;
635 return log_error_errno(r, "Failed to get machine names: %m");
770 const char *machine;
791 if (!a->machine && b->machine)
793 if (a->machine && !b->machine)
795 if (a->machine && b->machine) {
796 o = strcasecmp(a->machine, b->machine);
823 pathlen = MAX(pathlen, strlen(s->path) + (s->machine ? strlen(s->machine)+1 : 0));
843 if (s->machine) {
844 j = strjoin(s->machine, ":", s->path, NULL);
927 .machine = u->machine,
1027 const char* machine;
1040 if (!a->machine && b->machine)
1042 if (a->machine && !b->machine)
1044 if (a->machine && b->machine) {
1045 o = strcasecmp(a->machine, b->machine);
1096 unitlen = MAX(unitlen, strlen(t->id) + (t->machine ? strlen(t->machine)+1 : 0));
1127 if (t->machine) {
1128 j = strjoin(t->machine, ":", t->id, NULL);
1238 .machine = u->machine,
1797 return log_error_errno(r, "Failed to get machine list: %m");
6178 " -M --machine=CONTAINER\n"
6300 " --halt Halt the machine\n"
6301 " -p --poweroff Switch off the machine\n"
6302 " --reboot Reboot the machine\n"
6318 " -H --halt Halt the machine\n"
6319 " -P --poweroff Power-off the machine\n"
6320 " -r --reboot Reboot the machine\n"
6334 " 0 Power-off the machine\n"
6335 " 6 Reboot the machine\n"
6499 { "machine", required_argument, NULL, 'M' },
7538 * the machine. */