Home
last modified time | relevance | path

Searched refs:modes (Results 1 – 19 of 19) sorted by relevance

/systemd-251/src/shared/
Dsleep-config.c54 …{ "Sleep", "SuspendMode", config_parse_strv, 0, sc->modes + SLEEP_SUSPEND … in parse_sleep_config()
56 …{ "Sleep", "HibernateMode", config_parse_strv, 0, sc->modes + SLEEP_HIBERNATE … in parse_sleep_config()
58 …{ "Sleep", "HybridSleepMode", config_parse_strv, 0, sc->modes + SLEEP_HYBRID_SLEEP … in parse_sleep_config()
84 if (!sc->modes[SLEEP_HIBERNATE]) in parse_sleep_config()
85 sc->modes[SLEEP_HIBERNATE] = strv_new("platform", "shutdown"); in parse_sleep_config()
88 if (!sc->modes[SLEEP_HYBRID_SLEEP]) in parse_sleep_config()
89 sc->modes[SLEEP_HYBRID_SLEEP] = strv_new("suspend", "platform", "shutdown"); in parse_sleep_config()
96 if (!sc->states[SLEEP_SUSPEND] || !sc->modes[SLEEP_HIBERNATE] in parse_sleep_config()
97 …|| !sc->states[SLEEP_HIBERNATE] || !sc->modes[SLEEP_HYBRID_SLEEP] || !sc->states[SLEEP_HYBRID_SLEE… in parse_sleep_config()
642 can_sleep_disk(sleep_config->modes[operation]) <= 0) in can_sleep_internal()
[all …]
Dsleep-config.h18 char **modes[_SLEEP_OPERATION_MAX]; member
/systemd-251/src/sleep/
Dsleep.c86 static int write_mode(char **modes) { in write_mode() argument
89 STRV_FOREACH(mode, modes) { in write_mode()
188 char **modes, **states; in execute() local
197 modes = sleep_config->modes[operation]; in execute()
213 if (!strv_isempty(modes)) { in execute()
225 r = write_mode(modes); in execute()
/systemd-251/src/test/
Dtest-sleep.c27 sum = strv_join(sleep_config->modes[SLEEP_SUSPEND], ", "); in TEST()
29 him = strv_join(sleep_config->modes[SLEEP_HIBERNATE], ", "); in TEST()
31 hym = strv_join(sleep_config->modes[SLEEP_HYBRID_SLEEP], ", "); in TEST()
/systemd-251/shell-completion/zsh/
D_journalctl67 # Use both --user and --system modes, they are not exclusive.
103 {-o+,--output=}'[Change journal output mode]:output modes:_sd_outputmodes' \
D_machinectl103 {-o+,--output=}'[Change journal output mode.]:output modes:_sd_outputmodes' \
D_loginctl181 {-o+,--output=}'[Change journal output mode]:output modes:_sd_outputmodes' \
D_systemctl.in499 {-o+,--output=}'[Change journal output mode]:modes:_sd_outputmodes' \
/systemd-251/hwdb.d/
D70-joystick.hwdb47 # GPD Win, Classic and XBox 360 compat modes
Dusb.ids22391 …NEPLUS A3010 [OnePlus 3T] / A5010 [OnePlus 5T] / A6003 [OnePlus 6] (Charging + USB debugging modes)
D20-usb-vendor-model.hwdb67107 …NEPLUS A3010 [OnePlus 3T] / A5010 [OnePlus 5T] / A6003 [OnePlus 6] (Charging + USB debugging modes)
/systemd-251/src/timesync/
Dtimesyncd-manager.c254 … .modes = ADJ_STATUS | ADJ_NANO | ADJ_OFFSET | ADJ_TIMECONST | ADJ_MAXERROR | ADJ_ESTERROR, in manager_adjust_clock()
263 … .modes = ADJ_STATUS | ADJ_NANO | ADJ_SETOFFSET | ADJ_MAXERROR | ADJ_ESTERROR, in manager_adjust_clock()
/systemd-251/docs/
DCGROUP_DELEGATION.md88 systemd supports three different modes how cgroups are set up. Specifically:
110 To say this clearly, legacy and hybrid modes have no future. If you develop
115 Superficially, in legacy and hybrid modes it might appear that the parallel
129 If you wonder how to detect which of these three modes is currently used, use
DUSER_NAMES.md69 names. An additional, common rule between both modes listed below is that empty
DBUILDING_IMAGES.md128 extensible by packages, and can adjust access modes, file ownership and
DDISCOVERABLE_PARTITIONS.md230 setups. These types are defined with two modes of operation in mind:
253 Both modes of operation may be combined in a single image. This is particularly
DHACKING.md136 ## Developer and release modes
/systemd-251/
DNEWS922 control modes. It gained a number of further settings for tweaking
2726 other output modes.
5488 AllowHybridSleep= for prohibiting specific sleep modes even if the
6556 set of journal fields to output in verbose and JSON output modes.
6822 new modes. A new TCP6SegmentationOffload= setting has been added for
7150 setup modes: the kernel currently does not permit the systemd --user
8200 active (sender) modes are supported. Passive mode ("routers-only") is
8243 suppress the hostname column in the family of "short" output modes.
9992 special audit modes like reboot-on-log-overflow, please use
10959 * Access modes specified in tmpfiles snippets may now be
[all …]
DTODO1810 * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/Proble…