Home
last modified time | relevance | path

Searched refs:masked (Results 1 – 16 of 16) sorted by relevance

/systemd-251/src/basic/
Dconf-files.c25 Set *masked, in files_add() argument
36 assert((flags & CONF_FILES_FILTER_MASKED) == 0 || masked); in files_add()
64 if ((flags & CONF_FILES_FILTER_MASKED) && set_contains(masked, de->d_name)) { in files_add()
79 assert(masked); in files_add()
82 r = set_put_strdup(&masked, de->d_name); in files_add()
147 _cleanup_set_free_free_ Set *masked = NULL; in conf_files_list_strv_internal() local
162 masked = set_new(&path_hash_ops); in conf_files_list_strv_internal()
163 if (!masked) in conf_files_list_strv_internal()
168 r = files_add(fh, masked, suffix, root, flags, *p); in conf_files_list_strv_internal()
/systemd-251/src/network/
Dnetworkd-address-generation.c182 struct in6_addr masked; in generate_addresses() local
192 masked = *prefix; in generate_addresses()
193 in6_addr_mask(&masked, prefixlen); in generate_addresses()
200 if (generate_eui64_address(link, &masked, &addr) < 0) in generate_addresses()
205 memcpy(addr.s6_addr, masked.s6_addr, 8); in generate_addresses()
210 if (in6_addr_is_set(&j->address) && !in6_addr_equal(&j->address, &masked)) in generate_addresses()
213 … if (generate_stable_private_address(link, app_id, &j->secret_key, &masked, &addr) < 0) in generate_addresses()
240 r = generate_eui64_address(link, &masked, addr); in generate_addresses()
242 … r = generate_stable_private_address(link, app_id, &SD_ID128_NULL, &masked, addr); in generate_addresses()
Dnetworkd-address.c414 union in_addr_union masked; in address_set_masquerade() local
437 masked = address->in_addr; in address_set_masquerade()
438 r = in_addr_mask(address->family, &masked, address->prefixlen); in address_set_masquerade()
442 …r = fw_add_masquerade(&address->link->manager->fw_ctx, add, address->family, &masked, address->pre… in address_set_masquerade()
/systemd-251/src/test/
Dtest-exec-util.c61 *masked, *mask, in test_execute_directory_one() local
77 masked = strjoina(tmp_lo, "/masked"); in test_execute_directory_one()
96 assert_se(write_string_file(masked, in test_execute_directory_one()
114 assert_se(chmod(masked, 0755) == 0); in test_execute_directory_one()
143 const char *name, *name2, *name3, *overridden, *override, *masked, *mask; in TEST() local
162 masked = strjoina(tmp_lo, "/10-masked"); in TEST()
181 assert_se(write_string_file(masked, t, WRITE_STRING_FILE_CREATE) == 0); in TEST()
190 assert_se(chmod(masked, 0755) == 0); in TEST()
/systemd-251/shell-completion/bash/
Dsystemctl.in66 # filter out masked, not-found, or template units.
80 # filter out masked and not-found
88 # filter out masked and not-found
99 # filter out masked and not-found
113 … | { while read -r a b c ; do [[ $b == "masked" ]] && echo " $a"; done; }; }
Dsystemd-delta44 comps='masked equivalent redirected overridden unchanged extended default'
/systemd-251/src/network/netdev/
Dwireguard.c693 union in_addr_union masked; in config_parse_wireguard_allowed_ips() local
713 masked = addr; in config_parse_wireguard_allowed_ips()
714 assert_se(in_addr_mask(family, &masked, prefixlen) >= 0); in config_parse_wireguard_allowed_ips()
715 if (!in_addr_equal(family, &masked, &addr)) { in config_parse_wireguard_allowed_ips()
718 (void) in_addr_prefix_to_string(family, &masked, prefixlen, &buf); in config_parse_wireguard_allowed_ips()
729 .ip = masked, in config_parse_wireguard_allowed_ips()
/systemd-251/shell-completion/zsh/
D_systemd-delta7 _delta_types=(masked equivalent redirected overridden unchanged)
D_systemctl.in336 _wanted systemd-units expl 'masked unit' \
337 compadd "$@" - ${(k)_sys_unit_state[(R)masked]} || _message "no masked units found"
/systemd-251/test/test-path/
Dbasic.target13 # we support that unit being masked, and this should not be considered an error.
/systemd-251/test/units/
Dbasic.target20 # we support that unit being masked, and this should not be considered an error.
Dtestsuite-15.sh416 check_ok test15-a UnitFileState masked
/systemd-251/units/
Dbasic.target20 # we support that unit being masked, and this should not be considered an error.
/systemd-251/docs/sysvinit/
DREADME.in12 stopped, disabled and masked ones. Use "systemctl start
/systemd-251/
DTODO728 * seccomp: don't install filters for ABIs that are masked anyway for the
DNEWS1983 * Intel HID rfkill event is no longer masked, since it's the only
3199 special value "numa" that causes the CPU affinity masked to be set
9533 disabled/masked also stopped.
10960 prefixed with "~", which indicates that they shall be masked
10963 the sgid/suid/sticky bits will be masked for all
14055 masked and /etc/fstab can override it.