Searched defs:boot_id (Results 1 - 11 of 11) sorted by relevance

/systemd/src/test/
H A Dtest-namespace.c124 char boot_id[SD_ID128_STRING_MAX]; local
128 sd_id128_to_string(bid, boot_id);
130 x = strjoin("/tmp/systemd-private-", boot_id, "-abcd.service-", NULL);
131 y = strjoin("/var/tmp/systemd-private-", boot_id, "-abcd.service-", NULL);
136 z = strjoin("/tmp/systemd-private-", boot_id, "-sys-devices-pci0000:00-0000:00:1a.0-usb3-3\\x2d1-3\\x2d1:1.0-bluetooth-hci0.device-", NULL);
137 zz = strjoin("/var/tmp/systemd-private-", boot_id, "-sys-devices-pci0000:00-0000:00:1a.0-usb3-3\\x2d1-3\\x2d1:1.0-bluetooth-hci0.device-", NULL);
/systemd/src/journal-remote/
H A Djournal-upload-journal.c92 sd_id128_t boot_id; local
94 r = sd_journal_get_monotonic_usec(u->journal, &monotonic, &boot_id);
116 sd_id128_t boot_id; local
119 r = sd_journal_get_monotonic_usec(u->journal, NULL, &boot_id);
124 "_BOOT_ID=%s\n", sd_id128_to_string(boot_id, sid));
/systemd/src/journal/
H A Djournal-internal.h73 sd_id128_t boot_id; member in struct:Location
H A Djournal-def.h110 sd_id128_t boot_id; member in struct:EntryObject
196 sd_id128_t boot_id; /* last writer */ member in struct:Header
230 sd_id128_t boot_id; /* last writer */ member in struct:FSSHeader
H A Djournal-file.c244 sd_id128_t boot_id; local
254 r = sd_id128_get_boot(&boot_id);
258 if (sd_id128_equal(boot_id, f->header->boot_id))
261 f->header->boot_id = boot_id;
1396 o->entry.boot_id = f->header->boot_id;
2108 sd_id128_t boot_id,
2114 sd_id128_to_string(boot_id,
2106 find_data_object_by_boot_id( JournalFile *f, sd_id128_t boot_id, Object **o, uint64_t *b) argument
2118 journal_file_move_to_entry_by_monotonic( JournalFile *f, sd_id128_t boot_id, uint64_t monotonic, direction_t direction, Object **ret, uint64_t *offset) argument
2373 journal_file_move_to_entry_by_monotonic_for_data( JournalFile *f, uint64_t data_offset, sd_id128_t boot_id, uint64_t monotonic, direction_t direction, Object **ret, uint64_t *offset) argument
3225 journal_file_get_cutoff_monotonic_usec(JournalFile *f, sd_id128_t boot_id, usec_t *from, usec_t *to) argument
[all...]
H A Djournalctl.c244 static int parse_boot_descriptor(const char *x, sd_id128_t *boot_id, int *offset) { argument
270 if (boot_id)
271 *boot_id = id;
1597 h.boot_id = boot;
2436 sd_id128_t boot_id; local
2438 r = sd_journal_get_monotonic_usec(j, NULL, &boot_id);
2441 !sd_id128_equal(boot_id, previous_boot_id))
2445 previous_boot_id = boot_id;
H A Dsd-journal.c147 l->boot_id = o->entry.boot_id;
458 sd_id128_equal(f->current_boot_id, l->boot_id) &&
475 sd_id128_equal(f->current_boot_id, l->boot_id)) {
624 r = journal_file_move_to_entry_by_monotonic_for_data(f, dp, j->current_location.boot_id, j->current_location.monotonic, direction, ret, offset);
717 r = journal_file_move_to_entry_by_monotonic(f, j->current_location.boot_id, j->current_location.monotonic, direction, ret, offset);
933 sd_id128_to_string(o->entry.boot_id, bid);
957 sd_id128_t seqnum_id, boot_id; local
989 k = sd_id128_from_string(item+2, &boot_id);
1039 j->current_location.boot_id
1134 sd_journal_seek_monotonic_usec(sd_journal *j, sd_id128_t boot_id, uint64_t usec) argument
2328 sd_journal_get_cutoff_monotonic_usec(sd_journal *j, sd_id128_t boot_id, uint64_t *from, uint64_t *to) argument
[all...]
/systemd/src/core/
H A Dnamespace.c583 sd_id128_t boot_id; local
593 r = sd_id128_get_boot(&boot_id);
597 x = strjoin(prefix, "/systemd-private-", sd_id128_to_string(boot_id, bid), "-", id, "-XXXXXX", NULL);
/systemd/src/coredump/
H A Dcoredumpctl.c367 *boot_id = NULL, *machine_id = NULL, *hostname = NULL, local
393 retrieve(d, l, "_BOOT_ID", &boot_id);
500 if (boot_id)
501 fprintf(file, " Boot ID: %s\n", boot_id);
/systemd/src/shared/
H A Defivars.c352 char boot_id[9]; local
361 xsprintf(boot_id, "Boot%04X", id);
362 r = efi_get_variable(EFI_VENDOR_GLOBAL, boot_id, NULL, (void **)&buf, &l);
479 char boot_id[9]; local
534 xsprintf(boot_id, "Boot%04X", id);
535 return efi_set_variable(EFI_VENDOR_GLOBAL, boot_id, buf, size);
539 char boot_id[9]; local
541 xsprintf(boot_id, "Boot%04X", id);
542 return efi_set_variable(EFI_VENDOR_GLOBAL, boot_id, NULL, 0);
H A Dlogs-show.c307 sd_id128_t boot_id; local
315 r = sd_journal_get_monotonic_usec(j, &t, &boot_id);
511 sd_id128_t boot_id; local
527 r = sd_journal_get_monotonic_usec(j, &monotonic, &boot_id);
543 sd_id128_to_string(boot_id, sid));
646 sd_id128_t boot_id; local
660 r = sd_journal_get_monotonic_usec(j, &monotonic, &boot_id);
678 sd_id128_to_string(boot_id, sid));
691 sd_id128_to_string(boot_id, sid));
1009 sd_id128_t boot_id; local
1139 get_boot_id_for_machine(const char *machine, sd_id128_t *boot_id) argument
1214 sd_id128_t boot_id; local
[all...]

Completed in 539 milliseconds