Home
last modified time | relevance | path

Searched refs:documentation (Results 1 – 25 of 38) sorted by relevance

12

/systemd-251/src/core/
Dslice.c120 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()
Dscope.c173 if (!u->documentation) in scope_load_init_scope()
174 (void) strv_extend(&u->documentation, "man:systemd(1)"); in scope_load_init_scope()
Ddbus-unit.c895 …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()
Dunit-serialize.c732 STRV_FOREACH(j, u->documentation) in unit_dump()
Dunit.h152 char **documentation; member
/systemd-251/.github/
Dlabeler.yml7 documentation:
/systemd-251/src/systemctl/
Dsystemctl-show.c175 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/
DMIT.txt5 …harge, to any person obtaining a copy of this software and associated documentation files (the "So…
DBSD-2-Clause.txt7 …t notice, this list of conditions and the following disclaimer in the documentation and/or other m…
DBSD-3-Clause.txt11 // in the documentation and/or other materials provided with the
DOFL-1.1.txt35 include source files, build scripts and documentation.
/systemd-251/docs/
DGROUP_RECORD.md73 user records, see the user record documentation for details.
93 documentation:
DRELEASE.md20 11. Upload the documentation: `ninja -C build doc-sync`
DCODE_QUALITY.md43 lacking documentation are highlighted.
DUSERDB_AND_DESKTOPS.md114 Unfortunately there's currently no documentation for the `systemd-homed` D-Bus
149 `systemd-homed`. There's documentation for doing this manually though, see
DCGROUP_DELEGATION.md15 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.)
DPORTABILITY_AND_STABILITY.md22 …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…
DUSER_NAMES.md60 Other operating systems enforce different rules; in this documentation we'll
DJOURNAL_NATIVE_PROTOCOL.md98 information see the [relevant documentation of these
DCODING_STYLE.md617 - 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/
Danalyze-verify-util.c187 STRV_FOREACH(p, u->documentation) { in verify_documentation()
/systemd-251/
DREADME.md23 Most documentation is available on [systemd's web site](https://systemd.io/).
DREADME203 docbook-xsl (optional, required for documentation)
204 xsltproc (optional, required for documentation)
/systemd-251/src/test/
Dtest-engine.c216 …assert_se(strv_equal(unit_with_multiple_dashes->documentation, STRV_MAKE("man:test", "man:override… in main()
/systemd-251/src/boot/efi/
Dmeson.build280 # have any occurrences of wchar_t in its sources or the documentation, so

12