Home
last modified time | relevance | path

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

/systemd-251/tools/ !
Dupdate-man-rules.py32 alias = man(refname.text, number)
33 rulegroup[alias] = target
71 for alias, name in items.items():
73 if name != alias:
74 group.append(alias)
/systemd-251/src/core/ !
Dkmod-setup.c41 _cleanup_free_ char *alias = NULL; in has_virtio_rng_recurse_dir_cb() local
53 r = read_one_line_file(path, &alias); in has_virtio_rng_recurse_dir_cb()
59 if (startswith(alias, "pci:v00001AF4d00001005")) in has_virtio_rng_recurse_dir_cb()
62 if (startswith(alias, "pci:v00001AF4d00001044")) in has_virtio_rng_recurse_dir_cb()
Ddevice.c597 const char *dn, *alias; in device_process_new() local
642 r = sd_device_get_property_value(dev, "SYSTEMD_ALIAS", &alias); in device_process_new()
652 r = extract_first_word(&alias, &word, NULL, EXTRACT_UNQUOTE); in device_process_new()
Dload-fragment-gperf.gperf.in299 {# The following is a legacy alias name for compatibility #}
308 {# The following is a legacy alias name for compatibility #}
/systemd-251/src/basic/ !
Dunit-file.c674 STRV_FOREACH(alias, aliases) { in add_names()
675 … if (name_type == UNIT_NAME_INSTANCE && unit_name_is_valid(*alias, UNIT_NAME_TEMPLATE)) { in add_names()
679 r = unit_name_replace_instance(*alias, instance, &inst); in add_names()
682 *alias, instance); in add_names()
702 r = add_name(unit_name, names, *alias); in add_names()
Dfilesystems-gperf.gperf111 # smb3 is an alias for cifs
/systemd-251/man/ !
Dmeson.build51 foreach alias : aliases
52 manaliases += alias + '.' + section
53 htmlaliases += alias + '.html'
/systemd-251/src/libsystemd/sd-netlink/ !
Dnetlink-util.c66 const char *alias, in rtnl_set_link_properties() argument
80 if (!alias && in rtnl_set_link_properties()
100 if (alias) { in rtnl_set_link_properties()
101 r = sd_netlink_message_append_string(message, IFLA_IFALIAS, alias); in rtnl_set_link_properties()
Dnetlink-util.h76 const char *alias,
/systemd-251/src/shared/ !
Dmount-setup.c263 static int symlink_controller(const char *target, const char *alias) { in symlink_controller() argument
268 assert(alias); in symlink_controller()
270 a = strjoina("/sys/fs/cgroup/", alias); in symlink_controller()
/systemd-251/src/sysv-generator/ !
Dsysv-generator.c82 static int add_alias(const char *service, const char *alias) { in add_alias() argument
87 assert(alias); in add_alias()
89 link = prefix_roota(arg_dest, alias); in add_alias()
/systemd-251/shell-completion/zsh/ !
D_loginctl39 _sys_all_sessions_descr=( "self:alias for the current session" )
88 _sys_all_seats_descr=( "self:alias for the current seat" )
/systemd-251/src/udev/net/ !
Dlink-config.h58 char *alias; member
Dlink-config.c60 free(config->alias); in link_config_free()
684 r = rtnl_set_link_properties(rtnl, link->ifindex, config->alias, &hw_addr, in link_apply_rtnl_settings()
Dlink-config-gperf.gperf46 … config_parse_ifalias, 0, offsetof(LinkConfig, alias)
/systemd-251/hwdb.d/ !
D60-sensor.hwdb239 # match the entire dmi-alias, assuming that the use of a BOSC0200 +
252 # match the entire dmi-alias
742 # OneMix 2s has no product name filled, matching entire dmi-alias
752 # OneMix 3s has no product name filled, matching entire dmi-alias
788 # match the entire dmi-alias, assuming that the use of a BMA250E +
950 # match the entire dmi-alias, assuming that the use of a SMO8500 +
D80-ieee1394-unit-function.hwdb11 # One entry has two keys. One is customized key to match a node. Another is for kernel alias to
25 # case-sensitive way. On the other hand, it parses kernel alias by case-insensitive way.
/systemd-251/src/test/ !
Dtest-install-root.c1084 const char *alias, in verify_one() argument
1094 r = unit_file_verify_alias(i, alias, &alias2, NULL, NULL); in verify_one()
1096 i->name, alias, r, expected, in verify_one()
/systemd-251/ !
DTODO7 * Jun 01 09:43:02 krowka systemd[1]: Unit user@1000.service has alias user@.service.
8 Jun 01 09:43:02 krowka systemd[1]: Unit user@6.service has alias user@.service.
9 …Jun 01 09:43:02 krowka systemd[1]: Unit user-runtime-dir@6.service has alias user-runtime-dir@.ser…
1697 …- systemctl enable: fail if target to alias into does not exist? maybe show how many units are ena…
Dmeson.build2636 foreach alias : (['halt', 'poweroff', 'reboot', 'shutdown'] +
2640 rootsbindir / alias)
DNEWS767 together with alias symlinks to make them available under multiple
5786 which /var/run/ is simply a symlinked compatibility alias). This way
7995 * machinectl gained a new command "stop" that is an alias for
/systemd-251/docs/ !
DCODING_STYLE.md673 `FILENAME_MAX` is not POSIX, and is a confusingly named alias for `PATH_MAX`
DUSER_RECORD.md956 be considered a compatibility alias for this field, and merged with `tokenPin`