Home
last modified time | relevance | path

Searched refs:remove (Results 1 – 25 of 139) sorted by relevance

123456

/systemd-251/shell-completion/zsh/
D_kernel-install6 if [[ "$words[2]" == "remove" ]]; then
17 if [[ "$cmd" == "remove" && -n "$_MACHINE_ID" ]]; then
25 '1::add or remove:(add remove)' \
D_udevadm28 …'--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/
Dtestsuite-25.sh37 machinectl remove testimage
60 machinectl remove testimage4
93 machinectl remove scratch
106 machinectl remove scratch2
119 machinectl remove scratch4
139 machinectl remove scratch5
Dtestsuite-22.06.sh16 test_snippet --create --remove
20 test_snippet --remove
35 test_snippet --create --remove
Dtestsuite-22.07.sh13 systemd-tmpfiles --remove - <<EOF
24 systemd-tmpfiles --remove - <<EOF
Dtestsuite-46.sh167 homectl remove test-user
173 homectl remove test-user2
/systemd-251/src/test/
Dtest-fstab-util.c23 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/
D60-cdrom_id.rules3 ACTION=="remove", GOTO="cdrom_end"
22 # ejecting a CD does not remove the device node, so mark the systemd device
D50-udev-default.rules.in3 # run a command on remove events
4 ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
5 ACTION=="remove", GOTO="default_end"
D70-memory.rules3 ACTION=="remove", GOTO="memory_end"
D80-net-setup-link.rules7 ACTION=="remove", GOTO="net_setup_link_end"
D60-input-id.rules3 ACTION=="remove", GOTO="id_input_end"
D70-camera.rules3 ACTION=="remove", GOTO="camera_end"
/systemd-251/test/fuzz/fuzz-udev-rules/
D60-cdrom_id.rules3 ACTION=="remove", GOTO="cdrom_end"
22 # ejecting a CD does not remove the device node, so mark the systemd device
D50-udev-default.rules3 # run a command on remove events
4 ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
5 ACTION=="remove", GOTO="default_end"
D60-input-id.rules3 ACTION=="remove", GOTO="id_input_end"
/systemd-251/src/rpm/
Dsystemd-update-helper.in20 remove-system-units)
28 remove-user-units)
/systemd-251/test/
Dnetworkd-test.py122 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/
Dkernel-install26 comps="add remove"
30 if [[ ${COMP_WORDS[1]} == "remove" ]] && [[ -f /etc/machine-id ]]; then
/systemd-251/docs/
DCONVERTING_TO_HOMED.md81 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/
Dkernel-install.in329 remove)
332 "$f" remove "$KERNEL_VERSION" "$ENTRY_DIR_ABS"
D50-depmod.install30 remove)
/systemd-251/tools/
Dupdate-dbus-docs.py230 parent.remove(child)
233 parent.remove(child)
236 parent.remove(child)
/systemd-251/test/test-execute/
Dexec-protectkernelmodules-no-capabilities.service7 # sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
Dexec-protectkernelmodules-yes-capabilities.service7 # sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output

123456