Searched refs:bid (Results 1 - 7 of 7) sorted by relevance

/systemd/src/test/
H A Dtest-namespace.c123 sd_id128_t bid; local
127 assert_se(sd_id128_get_boot(&bid) >= 0);
128 sd_id128_to_string(bid, boot_id);
H A Dtest-unit-name.c202 _cleanup_free_ char *mid = NULL, *bid = NULL, *host = NULL, *uid = NULL, *user = NULL, *shell = NULL, *home = NULL; local
205 assert_se(specifier_boot_id('b', NULL, NULL, &bid) >= 0 && bid);
253 expect(u, "%b", bid);
273 expect(u2, "%b", bid);
H A Dtest-unit-file.c585 _cleanup_free_ char *mid = NULL, *bid = NULL, *host = NULL, *uid = NULL, *user = NULL; local
588 assert_se(specifier_boot_id('b', NULL, NULL, &bid) >= 0 && bid);
619 expect(i, "%b", bid);
632 expect(i3, "%b", bid);
/systemd/src/hostname/
H A Dhostnamectl.c73 sd_id128_t mid = {}, bid = {}; local
106 r = sd_id128_get_boot(&bid);
108 printf(" Boot ID: " SD_ID128_FORMAT_STR "\n", SD_ID128_FORMAT_VAL(bid));
/systemd/src/journal-remote/
H A Djournal-gatewayd.c412 sd_id128_t bid; local
414 r = sd_id128_get_boot(&bid);
420 sd_id128_to_string(bid, match + 9);
755 sd_id128_t mid, bid; local
769 r = sd_id128_get_boot(&bid);
800 SD_ID128_FORMAT_VAL(bid),
/systemd/src/core/
H A Dnamespace.c582 char bid[SD_ID128_STRING_MAX]; local
597 x = strjoin(prefix, "/systemd-private-", sd_id128_to_string(boot_id, bid), "-", id, "-XXXXXX", NULL);
/systemd/src/journal/
H A Dsd-journal.c919 char bid[33], sid[33]; local
933 sd_id128_to_string(o->entry.boot_id, bid);
938 bid, le64toh(o->entry.monotonic),

Completed in 56 milliseconds