Searched refs:change (Results 1 – 25 of 95) sorted by relevance
1234
/systemd-251/src/sysupdate/ |
D | sysupdate-partition.c | 268 PartitionChange change) { in patch_partition() argument 277 assert(change <= _PARTITION_CHANGE_MAX); in patch_partition() 279 if (change == 0) /* Nothing to do */ in patch_partition() 305 if (change & PARTITION_LABEL) { in patch_partition() 311 if (change & PARTITION_UUID) { in patch_partition() 319 FLAGS_SET(change, PARTITION_NO_AUTO) && in patch_partition() 322 FLAGS_SET(change, PARTITION_READ_ONLY) && in patch_partition() 325 FLAGS_SET(change, PARTITION_GROWFS) && in patch_partition() 328 if (change & PARTITION_FLAGS) { in patch_partition()
|
D | sysupdate-partition.h | 49 int patch_partition(const char *device, const PartitionInfo *info, PartitionChange change);
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 78-sound-card.rules | 5 ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change" 6 ACTION!="change", GOTO="sound_end" 24 # generate a 'change' event on the main card device from the 'add' event of the 28 # for 'change' events only, and ignore the actual 'add' events. 31 # in it may need to figure out if the 'change' event has already been triggered 33 # SOUND_INITIALIZED on the device which simply tells us if the card 'change'
|
D | 60-block.rules | 8 ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/ueven…
|
/systemd-251/rules.d/ |
D | 78-sound-card.rules | 5 ACTION=="add|change", KERNEL=="controlC*", ATTR{../uevent}="change" 6 ACTION!="change", GOTO="sound_end" 24 # generate a 'change' event on the main card device from the 'add' event of the 28 # for 'change' events only, and ignore the actual 'add' events. 31 # in it may need to figure out if the 'change' event has already been triggered 33 # SOUND_INITIALIZED on the device which simply tells us if the card 'change'
|
D | 60-block.rules | 8 ACTION=="change", SUBSYSTEM=="scsi", ENV{DEVTYPE}=="scsi_device", TEST=="block", ATTR{block/*/ueven…
|
/systemd-251/shell-completion/bash/ |
D | homectl | 71 --password-change-now 72 --password-change-min 73 --password-change-max 74 --password-change-warn 75 --password-change-inactive 128 …--locked|--enforce-password-policy|--password-change-now|--luks-discard|--luks-offline-discard|--n…
|
D | systemd-run | 38 --on-clock-change --on-timezone-change --path-property --socket-property
|
/systemd-251/test/units/ |
D | testsuite-30.sh | 14 systemd-run --on-timezone-change touch /tmp/timezone-changed 15 systemd-run --on-clock-change touch /tmp/clock-changed
|
D | testsuite-17.06.sh | 33 udevadm trigger -w --action change --subsystem-match=block
|
D | testsuite-17.04.sh | 28 SYSTEMD_LOG_LEVEL=debug udevadm trigger --verbose --settle --action change /dev/null
|
D | testsuite-17.02.sh | 28 udevadm trigger --action=change --settle /sys/devices/virtual/net/lo
|
/systemd-251/shell-completion/zsh/ |
D | _udevadm | 28 …'--action=[Type of event to be triggered.]:actions:(add change remove move online offline bind unb… 82 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \ 92 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \ 97 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \ 102 … '--action=[The action string.]:actions:(add change remove move online offline bind unbind)' \
|
D | _systemd-run | 38 '--on-clock-change[Defines a trigger based on system clock jumps]' \ 40 '--on-timezone-change[Defines a trigger based on system timezone changes]' \
|
/systemd-251/docs/ |
D | USERDB_AND_DESKTOPS.md | 57 Note that this change in behavior is a good idea in any case, and does not 59 simply a change of behavior regarding use of existing APIs, not a suggested 67 PAM module. A display manager should hence change its PAM stack configuration 107 interface. (This is unlikely to change, as the other back-ends might have very 110 to change (and not just view) user accounts should talk directly to
|
D | CODE_QUALITY.md | 17 they change system state); to run those too, build with `meson setup 21 change these flags for an already set up build tree, too, with "meson
|
D | RELEASE.md | 25 …--atomic origin/main:main origin/main:refs/heads/${version}-stable`, and change the default branch…
|
D | BLOCK_DEVICE_LOCKING.md | 86 apply/remove/change superblocks/partition information. It should not be held 98 manipulating block devices in all tools that change file system block devices
|
/systemd-251/.github/workflows/ |
D | cflite_pr.yml | 38 mode: 'code-change'
|
/systemd-251/catalog/ |
D | systemd.ru.catalog.in | 142 # Subject: Time change 151 # Subject: Time zone change to @TIMEZONE@
|
/systemd-251/mkosi.default.d/debian/ |
D | 10-mkosi.debian | 71 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
|
/systemd-251/mkosi.default.d/ubuntu/ |
D | 10-mkosi.ubuntu | 69 …# We pull in the -dev package here, since the binary ones appear to change names too often, and th…
|
/systemd-251/LICENSES/ |
D | LGPL-2.0-or-later.txt | 14 …eedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarant… 18 … that you receive source code or can get it if you want it, that you can change the software or us… 36 …e libraries, while preserving your freedom as a user of such programs to change the free libraries… 62 … modified to carry prominent notices stating that you changed the files and the date of any change. 76 …n you can specify that version instead if you wish.) Do not make any other change in these notices. 78 Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU Gen… 150 … we recommend making it free software that everyone can redistribute and change. You can do so by …
|
/systemd-251/hwdb.d/ |
D | 70-joystick.hwdb | 10 # change in later revisions to support more or better matches, it
|
D | 70-touchpad.hwdb | 10 # change in later revisions to support more or better matches, it
|
1234