Lines Matching defs:machine
288 " -M --machine=CONTAINER Operate on local container\n"
430 { "machine", required_argument, NULL, 'M' },
838 log_error("Please specify either -D/--directory= or --file= or -M/--machine=, not more than one.");
1502 sd_id128_t machine, boot;
1518 r = sd_id128_get_machine(&machine);
1520 return log_error_errno(r, "Failed to get machine ID: %m");
1527 SD_ID128_FORMAT_VAL(machine)) < 0)
1543 SD_ID128_FORMAT_VAL(machine)) < 0) {
1596 h.machine_id = machine;
1655 fprintf(stderr, "\nThe keys have been generated for host %s/" SD_ID128_FORMAT_STR ".\n", hn, SD_ID128_FORMAT_VAL(machine));
1657 fprintf(stderr, "\nThe keys have been generated for host " SD_ID128_FORMAT_STR ".\n", SD_ID128_FORMAT_VAL(machine));
1663 print_qr_code(stderr, seed, seed_size, n, arg_interval, hn, machine);
1865 log_error("--flush is not supported in conjunction with --machine=.");
1927 log_error("--sync and --rotate are not supported in conjunction with --machine=.");