Searched defs:machine_id (Results 1 - 8 of 8) sorted by relevance
/systemd/src/libsystemd-network/ |
H A D | dhcp-identifier.c | 35 sd_id128_t machine_id; local 42 r = sd_id128_get_machine(&machine_id); 53 hash = htole64(siphash24(&machine_id, sizeof(machine_id), HASH_KEY.bytes));
|
/systemd/src/core/ |
H A D | machine-id-setup.c | 199 int machine_id_setup(const char *root, sd_id128_t machine_id) { argument 250 if (!sd_id128_is_null(machine_id)) { 251 sd_id128_to_string(machine_id, id);
|
/systemd/src/nspawn/ |
H A D | nspawn-settings.h | 63 sd_id128_t machine_id; member in struct:Settings
|
H A D | nspawn.c | 1370 sd_id128_t machine_id, this_id; local 1399 r = sd_id128_from_string(id, &machine_id); 1407 if (sd_id128_equal(machine_id, this_id)) { 2997 !sd_id128_is_null(settings->machine_id)) { 3002 arg_uuid = settings->machine_id;
|
/systemd/src/coredump/ |
H A D | coredumpctl.c | 367 *boot_id = NULL, *machine_id = NULL, *hostname = NULL, local 394 retrieve(d, l, "_MACHINE_ID", &machine_id); 502 if (machine_id) 503 fprintf(file, " Machine ID: %s\n", machine_id);
|
/systemd/src/journal/ |
H A D | journal-def.h | 195 sd_id128_t machine_id; member in struct:Header 229 sd_id128_t machine_id; member in struct:FSSHeader
|
H A D | journal-file.c | 250 r = sd_id128_get_machine(&f->header->machine_id); 332 sd_id128_t machine_id; local 335 r = sd_id128_get_machine(&machine_id); 339 if (!sd_id128_equal(machine_id, f->header->machine_id)) 2623 sd_id128_to_string(f->header->machine_id, b),
|
/systemd/src/boot/efi/ |
H A D | boot.c | 46 CHAR16 *machine_id; member in struct:__anon41 437 if (entry->machine_id) 438 Print(L"machine-id '%s'\n", entry->machine_id); 850 FreePool(entry->machine_id); 1033 FreePool(entry->machine_id); 1034 entry->machine_id = stra_to_str(value); 1373 if (!config->entries[i]->machine_id) 1376 m = StrDuplicate(config->entries[i]->machine_id);
|
Completed in 652 milliseconds