Searched refs:documentation (Results 1 – 25 of 38) sorted by relevance
12
/systemd-251/src/core/ |
D | slice.c | 120 if (!u->documentation) in slice_load_root_slice() 121 u->documentation = strv_new("man:systemd.special(7)"); in slice_load_root_slice() 143 if (!u->documentation) in slice_load_system_slice() 144 u->documentation = strv_new("man:systemd.special(7)"); in slice_load_system_slice()
|
D | scope.c | 173 if (!u->documentation) in scope_load_init_scope() 174 (void) strv_extend(&u->documentation, "man:systemd(1)"); in scope_load_init_scope()
|
D | dbus-unit.c | 895 …SD_BUS_PROPERTY("Documentation", "as", NULL, offsetof(Unit, documentation), SD_BUS_VTABLE_PROPERTY… 2226 u->documentation = strv_free(u->documentation); in bus_unit_set_transient_property() 2229 strv_extend_strv(&u->documentation, l, false); in bus_unit_set_transient_property()
|
D | unit-serialize.c | 732 STRV_FOREACH(j, u->documentation) in unit_dump()
|
D | unit.h | 152 char **documentation; member
|
/systemd-251/.github/ |
D | labeler.yml | 7 documentation:
|
/systemd-251/src/systemctl/ |
D | systemctl-show.c | 175 char **documentation; member 273 strv_free(info->documentation); in unit_status_info_free() 547 STRV_FOREACH(t, i->documentation) { in print_status_info() 556 printf(" %*s %s\n", 9, t == i->documentation ? "Docs:" : "", q); in print_status_info() 792 if (!i->documentation) { in show_unit_help() 797 STRV_FOREACH(p, i->documentation) in show_unit_help() 1874 … "as", NULL, offsetof(UnitStatusInfo, documentation) … in show_one() 1886 … "as", NULL, offsetof(UnitStatusInfo, documentation) … in show_one()
|
/systemd-251/LICENSES/ |
D | MIT.txt | 5 …harge, to any person obtaining a copy of this software and associated documentation files (the "So…
|
D | BSD-2-Clause.txt | 7 …t notice, this list of conditions and the following disclaimer in the documentation and/or other m…
|
D | BSD-3-Clause.txt | 11 // in the documentation and/or other materials provided with the
|
D | OFL-1.1.txt | 35 include source files, build scripts and documentation.
|
/systemd-251/docs/ |
D | GROUP_RECORD.md | 73 user records, see the user record documentation for details. 93 documentation:
|
D | RELEASE.md | 20 11. Upload the documentation: `ninja -C build doc-sync`
|
D | CODE_QUALITY.md | 43 lacking documentation are highlighted.
|
D | USERDB_AND_DESKTOPS.md | 114 Unfortunately there's currently no documentation for the `systemd-homed` D-Bus 149 `systemd-homed`. There's documentation for doing this manually though, see
|
D | CGROUP_DELEGATION.md | 15 what systemd has to offer there. Here's a bit of documentation about the 26 documentation about the 30 This document augments the existing documentation we already have: 39 wiki documentation into this very document, too.)
|
D | PORTABILITY_AND_STABILITY.md | 22 …or when the implementation did something different than stated by the documentation and the implem… 51 …er operating systems. To make this easy we provide detailed interface documentation where necessar…
|
D | USER_NAMES.md | 60 Other operating systems enforce different rules; in this documentation we'll
|
D | JOURNAL_NATIVE_PROTOCOL.md | 98 information see the [relevant documentation of these
|
D | CODING_STYLE.md | 617 - When referring to a configuration file option in the documentation and such, 621 - When referring to a command line option in the documentation and such, please
|
/systemd-251/src/analyze/ |
D | analyze-verify-util.c | 187 STRV_FOREACH(p, u->documentation) { in verify_documentation()
|
/systemd-251/ |
D | README.md | 23 Most documentation is available on [systemd's web site](https://systemd.io/).
|
D | README | 203 docbook-xsl (optional, required for documentation) 204 xsltproc (optional, required for documentation)
|
/systemd-251/src/test/ |
D | test-engine.c | 216 …assert_se(strv_equal(unit_with_multiple_dashes->documentation, STRV_MAKE("man:test", "man:override… in main()
|
/systemd-251/src/boot/efi/ |
D | meson.build | 280 # have any occurrences of wchar_t in its sources or the documentation, so
|
12