Searched refs:u3 (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/test/ |
D | test-firewall-util.c | 13 union in_addr_union u1, u2, u3; in test_v6() local 28 pseudo_random_bytes(&u3, sizeof(u3)); in test_v6() 34 assert_se(fw_add_masquerade(&ctx, true, AF_INET6, &u3, prefixlen) >= 0); in test_v6() 35 assert_se(fw_add_masquerade(&ctx, false, AF_INET6, &u3, prefixlen) >= 0); in test_v6()
|
/systemd-251/src/shared/ |
D | efi-api.c | 198 uint16_t u3; member 204 uint16_t u2, u3; in efi_guid_to_id128() local 215 memcpy(&u3, &uuid->u3, sizeof(uint16_t)); 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() 336 .u3 = id.bytes[6] << 8 | id.bytes[7], in id128_to_efi_guid()
|
/systemd-251/test/test-sysusers/ |
D | test-2.expected-group | 3 u3:x:778:
|
D | test-2.expected-passwd | 3 u3:x:778:778::/random/dir2:/bin/bash
|
D | test-2.input | 8 u u3 778 - /random/dir2 /bin/bash
|