Searched refs:modes (Results 1 – 19 of 19) sorted by relevance
/systemd-251/src/shared/ |
D | sleep-config.c | 54 …{ "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 …]
|
D | sleep-config.h | 18 char **modes[_SLEEP_OPERATION_MAX]; member
|
/systemd-251/src/sleep/ |
D | sleep.c | 86 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/ |
D | test-sleep.c | 27 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 | _journalctl | 67 # Use both --user and --system modes, they are not exclusive. 103 {-o+,--output=}'[Change journal output mode]:output modes:_sd_outputmodes' \
|
D | _machinectl | 103 {-o+,--output=}'[Change journal output mode.]:output modes:_sd_outputmodes' \
|
D | _loginctl | 181 {-o+,--output=}'[Change journal output mode]:output modes:_sd_outputmodes' \
|
D | _systemctl.in | 499 {-o+,--output=}'[Change journal output mode]:modes:_sd_outputmodes' \
|
/systemd-251/hwdb.d/ |
D | 70-joystick.hwdb | 47 # GPD Win, Classic and XBox 360 compat modes
|
D | usb.ids | 22391 …NEPLUS A3010 [OnePlus 3T] / A5010 [OnePlus 5T] / A6003 [OnePlus 6] (Charging + USB debugging modes)
|
D | 20-usb-vendor-model.hwdb | 67107 …NEPLUS A3010 [OnePlus 3T] / A5010 [OnePlus 5T] / A6003 [OnePlus 6] (Charging + USB debugging modes)
|
/systemd-251/src/timesync/ |
D | timesyncd-manager.c | 254 … .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/ |
D | CGROUP_DELEGATION.md | 88 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
|
D | USER_NAMES.md | 69 names. An additional, common rule between both modes listed below is that empty
|
D | BUILDING_IMAGES.md | 128 extensible by packages, and can adjust access modes, file ownership and
|
D | DISCOVERABLE_PARTITIONS.md | 230 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
|
D | HACKING.md | 136 ## Developer and release modes
|
/systemd-251/ |
D | NEWS | 922 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 …]
|
D | TODO | 1810 * support crash reporting operation modes (https://live.gnome.org/GnomeOS/Design/Whiteboards/Proble…
|