Searched refs:branches (Results 1 – 14 of 14) sorted by relevance
/systemd-251/src/systemctl/ |
D | systemctl-list-dependencies.c | 11 static int list_dependencies_print(const char *name, int level, unsigned branches, bool last) { in list_dependencies_print() argument 24 …printf("%s", special_glyph(branches & (1 << i) ? SPECIAL_GLYPH_TREE_VERTICAL : SPECIAL_GLYPH_TREE_… in list_dependencies_print() 63 unsigned branches) { in list_dependencies_one() argument 86 … r = list_dependencies_print("...", level + 1, (branches << 1) | (c[1] == NULL ? 0 : 1), 1); in list_dependencies_one() 121 r = list_dependencies_print(*c, level, branches, c[1] == NULL); in list_dependencies_one() 126 … r = list_dependencies_one(bus, *c, level + 1, units, (branches << 1) | (c[1] == NULL ? 0 : 1)); in list_dependencies_one()
|
/systemd-251/src/analyze/ |
D | analyze-critical-chain.c | 17 unsigned branches, in list_dependencies_print() argument 23 …printf("%s", special_glyph(branches & (1 << (i-1)) ? SPECIAL_GLYPH_TREE_VERTICAL : SPECIAL_GLYPH_T… in list_dependencies_print() 77 …dependencies_one(sd_bus *bus, const char *name, unsigned level, char ***units, unsigned branches) { in list_dependencies_one() argument 123 r = list_dependencies_print(*c, level, branches, to_print == 0, times, boot); in list_dependencies_one() 128 … r = list_dependencies_print("...", level + 1, (branches << 1) | (to_print ? 1 : 0), in list_dependencies_one() 135 … r = list_dependencies_one(bus, *c, level + 1, units, (branches << 1) | (to_print ? 1 : 0)); in list_dependencies_one()
|
/systemd-251/.github/workflows/ |
D | mkosi.yml | 9 branches: 13 branches:
|
D | cflite_pr.yml | 8 branches:
|
D | unit_tests.yml | 8 branches:
|
D | linter.yml | 9 branches:
|
D | cifuzz.yml | 21 branches:
|
D | codeql-analysis.yml | 9 branches: [main]
|
/systemd-251/ |
D | README.md | 7 [![Semaphore CI 2.0 Build Status](https://the-real-systemd.semaphoreci.com/badges/systemd/branches/… 41 Stable branches with backported patches are available in the [stable repo](https://github.com/syste…
|
D | README | 405 Stable branches with backported patches are available in the 408 Stable branches are started for certain releases of systemd and named 409 after them, e.g. v238-stable. Stable branches are managed by
|
/systemd-251/docs/ |
D | RELEASE.md | 25 …the default branch to latest release (https://github.com/systemd/systemd-stable/settings/branches).
|
D | CONTRIBUTING.md | 79 In general, [currently maintained LTS branches](https://www.kernel.org/category/releases.html) shou…
|
D | CGROUP_DELEGATION.md | 167 Slices expose the trunk and branches of a tree, and scopes and services are 168 attached to those branches as leaves. The idea is that scopes and services can
|
D | CONTAINER_INTERFACE.md | 318 the actual `cgroupfs` tree visible, then. (You may "prune" some branches
|