/systemd-251/test/units/ |
D | testsuite-17.04.sh | 8 test ! -f /run/udev/tags/added/c1:3 9 test ! -f /run/udev/tags/changed/c1:3 21 test -f /run/udev/tags/added/c1:3 22 test ! -f /run/udev/tags/changed/c1:3 30 test -f /run/udev/tags/added/c1:3 31 test -f /run/udev/tags/changed/c1:3 39 test -f /run/udev/tags/added/c1:3 40 test -f /run/udev/tags/changed/c1:3
|
/systemd-251/src/udev/ |
D | udev-node.c | 729 char **tags) { in static_node_apply_permissions() argument 739 if (uid == UID_INVALID && gid == GID_INVALID && mode == MODE_INVALID && !tags) in static_node_apply_permissions() 759 if (!strv_isempty(tags)) { in static_node_apply_permissions() 766 STRV_FOREACH(t, tags) { in static_node_apply_permissions()
|
D | udev-node.h | 23 char **tags);
|
D | udev-rules.c | 2544 _cleanup_strv_free_ char **tags = NULL; in udev_rule_line_apply_static_dev_perms() local 2563 r = strv_extend(&tags, token->value); in udev_rule_line_apply_static_dev_perms() 2567 r = static_node_apply_permissions(token->value, mode, uid, gid, tags); in udev_rule_line_apply_static_dev_perms()
|
/systemd-251/src/libsystemd/sd-device/ |
D | sd-device.c | 1777 _cleanup_free_ char *tags = NULL; in device_properties_prepare() local 1779 r = set_strjoin(device->all_tags, ":", true, &tags); in device_properties_prepare() 1783 if (!isempty(tags)) { in device_properties_prepare() 1784 r = device_add_property_internal(device, "TAGS", tags); in device_properties_prepare() 1789 tags = mfree(tags); in device_properties_prepare() 1790 r = set_strjoin(device->current_tags, ":", true, &tags); in device_properties_prepare() 1794 if (!isempty(tags)) { in device_properties_prepare() 1795 r = device_add_property_internal(device, "CURRENT_TAGS", tags); in device_properties_prepare()
|
/systemd-251/ |
D | .gitignore | 38 /tags
|
D | .lgtm.yml | 21 tags:
|
D | meson.build | 759 latest_tag = run_command(git, 'describe', '--abbrev=0', '--tags', 4041 'tags', 4042 output : 'tags', 4046 …command : [env, 'ctags', '--tag-relative=never', '-o', '@0@/tags'.format(project_source_root)] + a…
|
D | NEWS | 210 systemd package with unique tags (e.g. the full package version), 536 $ meson install --tags systemd-boot --no-rebuild 537 https://mesonbuild.com/Installing.html#installation-tags 2521 them entirely) starting with systemd-udevd 247 the udev "tags" 2523 enumeration and monitoring) has been reworked: udev tags are now 2530 "unbind" uevent type). The udev tags concept is hence now a concept 2536 With the newly redefined udev tags concept, sometimes it's necessary 2537 to determine which tags are the ones applied by the most recent 2542 only lists tags set by the most recent uevent/database 2544 new functions to enumerate these 'current' tags, in addition to the [all …]
|
/systemd-251/src/core/ |
D | manager.c | 2391 static bool manager_process_barrier_fd(char * const *tags, FDSet *fds) { in manager_process_barrier_fd() argument 2394 if (strv_contains(tags, "BARRIER=1")) { in manager_process_barrier_fd() 2395 if (strv_length(tags) == 1) { in manager_process_barrier_fd() 2412 char * const *tags, in manager_invoke_notify_message() argument 2418 assert(tags); in manager_invoke_notify_message() 2425 UNIT_VTABLE(u)->notify_message(u, ucred, tags, fds); in manager_invoke_notify_message() 2430 buf = strv_join(tags, ", "); in manager_invoke_notify_message() 2461 _cleanup_strv_free_ char **tags = NULL; in manager_dispatch_notify_fd() local 2537 tags = strv_split_newlines(buf); in manager_dispatch_notify_fd() 2538 if (!tags) { in manager_dispatch_notify_fd() [all …]
|
D | service.c | 4085 char * const *tags, in service_notify_message() argument 4102 cc = strv_join(tags, ", "); in service_notify_message() 4107 e = strv_find_startswith(tags, "MAINPID="); in service_notify_message() 4138 STRV_FOREACH_BACKWARDS(i, tags) { in service_notify_message() 4177 e = strv_find_startswith(tags, "STATUS="); in service_notify_message() 4202 e = strv_find_startswith(tags, "ERRNO="); in service_notify_message() 4217 e = strv_find_startswith(tags, "EXTEND_TIMEOUT_USEC="); in service_notify_message() 4227 e = strv_find_startswith(tags, "WATCHDOG="); in service_notify_message() 4237 e = strv_find_startswith(tags, "WATCHDOG_USEC="); in service_notify_message() 4249 if (strv_contains(tags, "FDSTOREREMOVE=1")) { in service_notify_message() [all …]
|
D | unit.h | 602 void (*notify_message)(Unit *u, const struct ucred *ucred, char * const *tags, FDSet *fds);
|
/systemd-251/.github/ |
D | codeql-custom.qls | 30 tags:
|
/systemd-251/.lgtm/cpp-queries/ |
D | PotentiallyDangerousFunction.ql | 13 * @tags reliability
|
D | UninitializedVariableWithCleanup.ql | 13 * @tags security
|
/systemd-251/.github/ISSUE_TEMPLATE/ |
D | Bug_report.md | 13 <!-- See https://github.com/systemd/systemd-stable/tags for the list of most recent releases. -->
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 4225 _cleanup_strv_free_ char **tags = NULL; in nspawn_dispatch_notify_fd() local 4262 tags = strv_split(buf, "\n\r"); in nspawn_dispatch_notify_fd() 4263 if (!tags) in nspawn_dispatch_notify_fd() 4266 if (strv_contains(tags, "READY=1")) { in nspawn_dispatch_notify_fd() 4272 p = strv_find_startswith(tags, "STATUS="); in nspawn_dispatch_notify_fd()
|
/systemd-251/catalog/ |
D | systemd.it.catalog.in | 405 I seguenti "tags" sono possibili:
|
D | systemd.catalog.in | 401 The following "tags" are possible:
|