Searched refs:remove (Results 1 – 25 of 139) sorted by relevance
123456
/systemd-251/shell-completion/zsh/ |
D | _kernel-install | 6 if [[ "$words[2]" == "remove" ]]; then 17 if [[ "$cmd" == "remove" && -n "$_MACHINE_ID" ]]; then 25 '1::add or remove:(add remove)' \
|
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)' \
|
/systemd-251/test/units/ |
D | testsuite-25.sh | 37 machinectl remove testimage 60 machinectl remove testimage4 93 machinectl remove scratch 106 machinectl remove scratch2 119 machinectl remove scratch4 139 machinectl remove scratch5
|
D | testsuite-22.06.sh | 16 test_snippet --create --remove 20 test_snippet --remove 35 test_snippet --create --remove
|
D | testsuite-22.07.sh | 13 systemd-tmpfiles --remove - <<EOF 24 systemd-tmpfiles --remove - <<EOF
|
D | testsuite-46.sh | 167 homectl remove test-user 173 homectl remove test-user2
|
/systemd-251/src/test/ |
D | test-fstab-util.c | 23 const char *remove, in do_fstab_filter_options() argument 37 r = fstab_filter_options(opts, remove, &name, &value, NULL, &filtered); in do_fstab_filter_options() 48 r = fstab_filter_options(opts, remove, &name, NULL, &values, NULL); in do_fstab_filter_options() 58 r = fstab_filter_options(opts, remove, &name, NULL, NULL, NULL); in do_fstab_filter_options()
|
/systemd-251/rules.d/ |
D | 60-cdrom_id.rules | 3 ACTION=="remove", GOTO="cdrom_end" 22 # ejecting a CD does not remove the device node, so mark the systemd device
|
D | 50-udev-default.rules.in | 3 # run a command on remove events 4 ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}" 5 ACTION=="remove", GOTO="default_end"
|
D | 70-memory.rules | 3 ACTION=="remove", GOTO="memory_end"
|
D | 80-net-setup-link.rules | 7 ACTION=="remove", GOTO="net_setup_link_end"
|
D | 60-input-id.rules | 3 ACTION=="remove", GOTO="id_input_end"
|
D | 70-camera.rules | 3 ACTION=="remove", GOTO="camera_end"
|
/systemd-251/test/fuzz/fuzz-udev-rules/ |
D | 60-cdrom_id.rules | 3 ACTION=="remove", GOTO="cdrom_end" 22 # ejecting a CD does not remove the device node, so mark the systemd device
|
D | 50-udev-default.rules | 3 # run a command on remove events 4 ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}" 5 ACTION=="remove", GOTO="default_end"
|
D | 60-input-id.rules | 3 ACTION=="remove", GOTO="id_input_end"
|
/systemd-251/src/rpm/ |
D | systemd-update-helper.in | 20 remove-system-units) 28 remove-user-units)
|
/systemd-251/test/ |
D | networkd-test.py | 122 self.addCleanup(os.remove, path) 137 self.addCleanup(os.remove, dropin_path) 180 interfaces.remove(iface) 629 self.addCleanup(os.remove, conf) 712 self.addCleanup(os.remove, conf) 719 self.addCleanup(os.remove, negative) 850 self.addCleanup(os.remove, script)
|
/systemd-251/shell-completion/bash/ |
D | kernel-install | 26 comps="add remove" 30 if [[ ${COMP_WORDS[1]} == "remove" ]] && [[ -f /etc/machine-id ]]; then
|
/systemd-251/docs/ |
D | CONVERTING_TO_HOMED.md | 81 3. Now edit your `/etc/passwd` file and remove your existing record 117 homectl with foobar -- rsync -aHAXv --remove-source-files /home/foobar.saved/ . 125 automatically unmounted again. Since we used `--remove-source-files` all files 127 the command completes the old home directory should be empty. Let's remove
|
/systemd-251/src/kernel-install/ |
D | kernel-install.in | 329 remove) 332 "$f" remove "$KERNEL_VERSION" "$ENTRY_DIR_ABS"
|
D | 50-depmod.install | 30 remove)
|
/systemd-251/tools/ |
D | update-dbus-docs.py | 230 parent.remove(child) 233 parent.remove(child) 236 parent.remove(child)
|
/systemd-251/test/test-execute/ |
D | exec-protectkernelmodules-no-capabilities.service | 7 # sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
|
D | exec-protectkernelmodules-yes-capabilities.service | 7 # sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
|
123456