Home
last modified time | relevance | path

Searched refs:following (Results 1 – 25 of 77) sorted by relevance

1234

/systemd-251/LICENSES/ !
DREADME.md23 The following exceptions apply:
39 * the following sources are licensed under the **MIT** license (in case of our
45 * the following sources are licensed under the **CC0-1.0** license:
52 * the following sources are under **Public Domain** (LicenseRef-murmurhash2-public-domain):
55 * the following sources are under **Public Domain** (LicenseRef-lookup3-public-domain):
DBSD-2-Clause.txt3 …ry forms, with or without modification, are permitted provided that the following conditions are m…
5 … code must retain the above copyright notice, this list of conditions and the following disclaimer.
7 …t reproduce the above copyright notice, this list of conditions and the following disclaimer in th…
DBSD-3-Clause.txt4 // modification, are permitted provided that the following conditions are
8 // notice, this list of conditions and the following disclaimer.
10 // copyright notice, this list of conditions and the following disclaimer
/systemd-251/docs/ !
DGROUP_RECORD.md63 The following fields are defined:
75 The following fields are defined for the `perMachine` section and are defined
83 The following fields are defined for the `binding` section, and are equivalent
90 The following fields are defined in the `status` section, and are mostly
109 to JSON group records the following mappings should be applied:
DBOOT_LOADER_INTERFACE.md37 timeout for a single following boot. It is set by the OS in order to request
38 display of the boot menu on the following boot. When set overrides
56 loader entry to use for a single following boot. It is set by the OS in order
57 to request booting into a specific menu entry on the following boot. When set
68 indicate the features the boot loader supports. Specifically, the following
112 recommended to follow the following rules when picking identifiers for the
DHACKING.md66 mkosi.default.d/ (e.g 20-local.conf) and add the following contents:
179 achieve this, create a script with the following contents in systemd's project directory on the hos…
207 add the following contents:
219 image, edit the 20-local.conf file we created earlier and add the following contents under the `[Pa…
241 instead of btrfs for the images by adding the following contents to 20-local.conf:
263 option is to create a file 20-local.conf in mkosi.default.d/ and add the following contents:
276 corresponding parts of the C/C++ extension in your VSCode user settings by adding the following ent…
287 following contents:
DGVARIANT-SERIALIZATION.md11 certain changes to adapt for GVariant. dbus1 has the following
23 The header consists of the following:
DTESTING_WITH_SANITIZERS.md22 to `meson`. That's it - following executions of `meson test` and integrations tests
25 sanitizers; e.g. in systemd we set the following environment variables:
/systemd-251/network/ !
D80-wifi-ap.network.example4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To use the file, one of the following methods may be used:
D80-wifi-station.network.example4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To use the file, one of the following methods may be used:
D80-ethernet.network.example4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To use the file, one of the following methods may be used:
D80-wifi-adhoc.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D99-default.link4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D80-6rd-tunnel.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D80-container-host0.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D80-container-vb.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D80-container-ve.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D80-container-vz.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
D80-vm-vt.network4 # It may be freely copied and edited (following the Creative Commons Zero v1.0 Universal License).
6 # To make local modifications, one of the following methods may be used:
/systemd-251/src/basic/linux/ !
DREADME3 (8416093498ac2c754536dad4757c5d86c9ba8809), and the following
/systemd-251/src/shared/ !
Dbus-unit-util.h16 const char *following; member
/systemd-251/src/version/ !
Dversion.h.in4 * Use this in preference to PROJECT_VERSION, with the following exceptions:
/systemd-251/src/shared/linux/ !
DREADME1 The files in this directory are copied from kernel-5.2, and the following modifications are applied:
/systemd-251/src/core/ !
Dunit-serialize.c628 Unit *following; in unit_dump() local
735 following = unit_following(u); in unit_dump()
736 if (following) in unit_dump()
737 fprintf(f, "%s\tFollowing: %s\n", prefix, following->id); in unit_dump()
Dunit.c1866 Unit *following; in unit_start() local
1914 following = unit_following(u); in unit_start()
1915 if (following) { in unit_start()
1916 log_unit_debug(u, "Redirecting start request from %s to %s.", u->id, following->id); in unit_start()
1917 return unit_start(following); in unit_start()
1971 Unit *following; in unit_stop() local
1979 following = unit_following(u); in unit_stop()
1980 if (following) { in unit_stop()
1981 log_unit_debug(u, "Redirecting stop request from %s to %s.", u->id, following->id); in unit_stop()
1982 return unit_stop(following); in unit_stop()
[all …]

1234