Home
last modified time | relevance | path

Searched refs:id128 (Results 1 – 23 of 23) sorted by relevance

/systemd-251/test/units/
Dtestsuite-04.sh24 ID=$(journalctl --new-id128 | sed -n 2p)
31 ID=$(journalctl --new-id128 | sed -n 2p)
39 ID=$(journalctl --new-id128 | sed -n 2p)
46 ID=$(journalctl --new-id128 | sed -n 2p)
54 ID=$(journalctl --new-id128 | sed -n 2p)
61 ID=$(journalctl --new-id128 | sed -n 2p)
69 ID=$(journalctl --new-id128 | sed -n 2p)
93 ID=$(systemd-id128 new)
106 ID=$(journalctl --new-id128 | sed -n 2p)
/systemd-251/src/shared/
Defi-api.c202 static void efi_guid_to_id128(const void *guid, sd_id128_t *id128) { in efi_guid_to_id128() argument
208 id128->bytes[0] = (u1 >> 24) & 0xff; in efi_guid_to_id128()
209 id128->bytes[1] = (u1 >> 16) & 0xff; in efi_guid_to_id128()
210 id128->bytes[2] = (u1 >> 8) & 0xff; in efi_guid_to_id128()
211 id128->bytes[3] = u1 & 0xff; in efi_guid_to_id128()
213 id128->bytes[4] = (u2 >> 8) & 0xff; in efi_guid_to_id128()
214 id128->bytes[5] = u2 & 0xff; in efi_guid_to_id128()
216 id128->bytes[6] = (u3 >> 8) & 0xff; in efi_guid_to_id128()
217 id128->bytes[7] = u3 & 0xff; in efi_guid_to_id128()
218 memcpy(&id128->bytes[8], uuid->u4, sizeof(uuid->u4)); in efi_guid_to_id128()
Dformat-table.c106 sd_id128_t id128; member
829 sd_id128_t id128; in table_add_many_internal() member
963 buffer.id128 = va_arg(ap, sd_id128_t); in table_add_many_internal()
964 data = &buffer.id128; in table_add_many_internal()
1304 return memcmp(&a->id128, &b->id128, sizeof(sd_id128_t)); in cell_data_compare()
1694 d->formatted = sd_id128_to_string(d->id128, p); in table_data_format()
1705 d->formatted = sd_id128_to_uuid_string(d->id128, p); in table_data_format()
2561 return json_variant_new_string(ret, SD_ID128_TO_STRING(d->id128)); in table_data_to_json()
2564 return json_variant_new_string(ret, SD_ID128_TO_UUID_STRING(d->id128)); in table_data_to_json()
Dmeson.build153 'id128-print.c',
154 'id128-print.h',
/systemd-251/test/
Dtest-systemd-tmpfiles.py18 from systemd import id128
20 id128 = None variable
90 if id128:
92 test_content('f {} - - - - %m', '{}'.format(id128.get_machine().hex), user=user)
98 test_content('f {} - - - - %b', '{}'.format(id128.get_boot().hex), user=user)
Dtest-systemctl-enable.sh9 systemd_id128=${2:-systemd-id128}
/systemd-251/src/libsystemd/
Dmeson.build60 'sd-id128/id128-util.c',
61 'sd-id128/id128-util.h',
62 'sd-id128/sd-id128.c',
Dlibsystemd.sym79 /* sd-id128 */
/systemd-251/tools/
Dcatalog-report.py31 from systemd import journal, id128
38 mids = {v:k for k,v in id128.__dict__.items()
/systemd-251/shell-completion/bash/
Dmeson.build29 ['systemd-id128', ''],
Dsystemd-id12874 complete -F _systemd_id128 systemd-id128
/systemd-251/src/systemd/
Dmeson.build11 'sd-id128.h',
/systemd-251/src/test/
Dtest-id128.c22 TEST(id128) { in TEST() argument
Dmeson.build626 [files('test-id128.c')],
/systemd-251/docs/
DPORTING_TO_NEW_ARCHITECTURES.md27 partitions. Use `systemd-id128 new -p` to generate new suitable UUIDs you
DPORTABILITY_AND_STABILITY.md93 | [sd-id128.h API](https://www.freedesktop.org/software/systemd/man/sd-id128.html) | C Library | ye…
151 `systemd-id128`,
DARCHITECTURE.md27 `sd-id128`, `nss-systemd`, `nss-mymachines`, `nss-resolve`, `nss-myhostname`,
DDISCOVERABLE_PARTITIONS.md166 [systemd-id128(1)](https://www.freedesktop.org/software/systemd/man/systemd-id128.html)'s
/systemd-251/man/rules/
Dmeson.build123 ['sd-id128',
905 ['systemd-id128', '1', [], ''],
/systemd-251/shell-completion/zsh/
D_journalctl134 '--new-id128[Generate a new 128 Bit ID]' \
/systemd-251/
Dmeson.build1875 'src/libsystemd/sd-id128',
3306 'systemd-id128',
3307 'src/id128/id128.c',
DNEWS217 * The sd-id128 API gained a new call sd_id128_to_uuid_string() that is
4033 * The systemd-id128 tool gained a new "show" verb for listing or
4313 * The systemd-id128 tool gained a new switch "-u" (or "--uuid") for
4696 * The sd-id128.h public API gained a new definition
5471 * sd-id128.h gained a new function sd_id128_get_boot_app_specific()
5476 * A new tool systemd-id128 has been added that can be used to determine
5631 * sd-id128.h learnt two new auxiliary helpers: sd_id128_is_allf() and
7302 * sd-id128 gained a new API for generating unique IDs for the host in a
8329 libsystemd-journal.so, libsystemd-id128.so, and libsystemd-login.so
11470 libsystem-id128.so, libsystemd-login.so and
[all …]
DTODO557 * in sd-id128: also parse UUIDs in RFC4122 URN syntax (i.e. chop off urn:uuid: prefix)