/systemd-251/test/units/ |
D | testsuite-04.sh | 24 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/ |
D | efi-api.c | 202 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()
|
D | format-table.c | 106 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()
|
D | meson.build | 153 'id128-print.c', 154 'id128-print.h',
|
/systemd-251/test/ |
D | test-systemd-tmpfiles.py | 18 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)
|
D | test-systemctl-enable.sh | 9 systemd_id128=${2:-systemd-id128}
|
/systemd-251/src/libsystemd/ |
D | meson.build | 60 'sd-id128/id128-util.c', 61 'sd-id128/id128-util.h', 62 'sd-id128/sd-id128.c',
|
D | libsystemd.sym | 79 /* sd-id128 */
|
/systemd-251/tools/ |
D | catalog-report.py | 31 from systemd import journal, id128 38 mids = {v:k for k,v in id128.__dict__.items()
|
/systemd-251/shell-completion/bash/ |
D | meson.build | 29 ['systemd-id128', ''],
|
D | systemd-id128 | 74 complete -F _systemd_id128 systemd-id128
|
/systemd-251/src/systemd/ |
D | meson.build | 11 'sd-id128.h',
|
/systemd-251/src/test/ |
D | test-id128.c | 22 TEST(id128) { in TEST() argument
|
D | meson.build | 626 [files('test-id128.c')],
|
/systemd-251/docs/ |
D | PORTING_TO_NEW_ARCHITECTURES.md | 27 partitions. Use `systemd-id128 new -p` to generate new suitable UUIDs you
|
D | PORTABILITY_AND_STABILITY.md | 93 | [sd-id128.h API](https://www.freedesktop.org/software/systemd/man/sd-id128.html) | C Library | ye… 151 `systemd-id128`,
|
D | ARCHITECTURE.md | 27 `sd-id128`, `nss-systemd`, `nss-mymachines`, `nss-resolve`, `nss-myhostname`,
|
D | DISCOVERABLE_PARTITIONS.md | 166 [systemd-id128(1)](https://www.freedesktop.org/software/systemd/man/systemd-id128.html)'s
|
/systemd-251/man/rules/ |
D | meson.build | 123 ['sd-id128', 905 ['systemd-id128', '1', [], ''],
|
/systemd-251/shell-completion/zsh/ |
D | _journalctl | 134 '--new-id128[Generate a new 128 Bit ID]' \
|
/systemd-251/ |
D | meson.build | 1875 'src/libsystemd/sd-id128', 3306 'systemd-id128', 3307 'src/id128/id128.c',
|
D | NEWS | 217 * 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 …]
|
D | TODO | 557 * in sd-id128: also parse UUIDs in RFC4122 URN syntax (i.e. chop off urn:uuid: prefix)
|