Searched defs:arg_machine_id (Results 1 - 2 of 2) sorted by relevance

/systemd/src/firstboot/
H A Dfirstboot.c49 static sd_id128_t arg_machine_id = {}; variable
430 if (sd_id128_equal(arg_machine_id, SD_ID128_NULL))
434 r = write_string_file(etc_machine_id, sd_id128_to_string(arg_machine_id, id), WRITE_STRING_FILE_CREATE);
766 if (sd_id128_from_string(optarg, &arg_machine_id) < 0) {
811 r = sd_id128_randomize(&arg_machine_id);
/systemd/src/core/
H A Dmain.c128 static sd_id128_t arg_machine_id = {}; variable
300 if (sd_id128_from_string(m, &arg_machine_id) < 0)
303 if (sd_id128_is_null(arg_machine_id))
1669 machine_id_setup(NULL, arg_machine_id);

Completed in 66 milliseconds