Home
last modified time | relevance | path

Searched refs:u1 (Results 1 – 25 of 27) sorted by relevance

12

/systemd-251/src/test/
Dtest-firewall-util.c13 union in_addr_union u1, u2, u3; in test_v6() local
24 assert_se(in_addr_from_string(AF_INET6, "dead::beef", &u1) >= 0); in test_v6()
30 assert_se(fw_add_masquerade(&ctx, true, AF_INET6, &u1, 128) >= 0); in test_v6()
31 assert_se(fw_add_masquerade(&ctx, false, AF_INET6, &u1, 128) >= 0); in test_v6()
32 assert_se(fw_add_masquerade(&ctx, true, AF_INET6, &u1, 64) >= 0); in test_v6()
33 assert_se(fw_add_masquerade(&ctx, false, AF_INET6, &u1, 64) >= 0); in test_v6()
37 r = fw_add_local_dnat(&ctx, true, AF_INET6, IPPROTO_TCP, 4711, &u1, 815, NULL); in test_v6()
44 assert_se(fw_add_local_dnat(&ctx, true, AF_INET6, IPPROTO_TCP, 4711, &u2, 815, &u1) >= 0); in test_v6()
Dtest-in-addr-util.c102 union in_addr_union u1, u2; in test_in_addr_prefix_to_string_unoptimized() local
107 assert_se(in_addr_prefix_from_string(p, family, &u1, &len1) >= 0); in test_in_addr_prefix_to_string_unoptimized()
108 assert_se(in_addr_prefix_to_string(family, &u1, len1, &str1) >= 0); in test_in_addr_prefix_to_string_unoptimized()
114 assert_se(in_addr_equal(family, &u1, &u2) > 0); in test_in_addr_prefix_to_string_unoptimized()
/systemd-251/src/shared/
Defi-api.c196 uint32_t u1; member
203 uint32_t u1; in efi_guid_to_id128() local
207 memcpy(&u1, &uuid->u1, sizeof(uint32_t)); in efi_guid_to_id128()
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()
334 .u1 = id.bytes[0] << 24 | id.bytes[1] << 16 | id.bytes[2] << 8 | id.bytes[3], in id128_to_efi_guid()
/systemd-251/test/test-sysusers/
Dtest-10.input5 u u1 300 - -
6 m u2 u1
Dtest-6.input3 # ID 111 from g1 will cause u1 to get a new and different ID (999 on most
8 u u1 111 - -
Dtest-1.expected-passwd1 u1:x:222:222::/:NOLOGIN
Dtest-1.expected-group2 u1:x:222:
Dinline.expected-group2 u1:x:222:
Dinline.expected-passwd1 u1:x:222:222::/:/bin/zsh
Dtest-6.expected-group2 u1:x:SYSTEM_UGID_MAX:
Dtest-6.expected-passwd1 u1:x:SYSTEM_UGID_MAX:SYSTEM_UGID_MAX::/:NOLOGIN
Dtest-10.expected-group1 u1:x:300:u2
Dunhappy-2.expected-err1 Failed to create u1: please create GID 100
Dtest-10.expected-passwd1 u1:x:300:300::/:NOLOGIN
Dtest-2.expected-group1 u1:x:SYSTEM_UGID_MAX:
Dtest-11.expected-group3 u1:x:222:
Dtest-11.input3 u u1 222 - -
Dunhappy-1.input5 u u1 9999999999 - -
Dtest-1.input5 u u1 222 - -
Dtest-2.expected-passwd1 u1:x:SYSTEM_UGID_MAX:SYSTEM_UGID_MAX:some gecos:/random/dir:NOLOGIN
Dunhappy-2.input5 u u1 100:100 -
Dunhappy-3.input5 u u1 100:g1 -
Dtest-11.expected-passwd5 u1:x:222:222::/:NOLOGIN
Dtest-2.input6 u u1 - "some gecos" /random/dir -
/systemd-251/src/core/
Dmanager.c2462 Unit *u1, *u2, **array; in manager_dispatch_notify_fd() local
2551 u1 = manager_get_unit_by_pid_cgroup(m, ucred->pid); in manager_dispatch_notify_fd()
2566 if (u1) { in manager_dispatch_notify_fd()
2567 manager_invoke_notify_message(m, u1, ucred, tags, fds); in manager_dispatch_notify_fd()
2635 Unit *u1, *u2, **array; in manager_dispatch_sigchld() local
2651 u1 = manager_get_unit_by_pid_cgroup(m, si.si_pid); in manager_dispatch_sigchld()
2670 if (u1) { in manager_dispatch_sigchld()
2673 (void) unit_check_oom(u1); in manager_dispatch_sigchld()
2676 (void) unit_check_oomd_kill(u1); in manager_dispatch_sigchld()
2678 manager_invoke_sigchld_event(m, u1, &si); in manager_dispatch_sigchld()

12