Home
last modified time | relevance | path

Searched full:remove (Results 1 – 25 of 4024) sorted by relevance

12345678910>>...161

/freebsd/tools/build/
H A Dfreebsd-yeet.pl3 # Remove almost all of the $ FreeBSD $ tags in the tree.
82 …system("git commit -a -m'sys: Remove \$FreeBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit i…
88 …system("git commit -a -m'Remove \$FreeBSD\$: $pretty\n\nRemove /$pattern/\n\nSimilar commit in mai…
93 # 9524e274b548 Remove $FreeBSD$: one-line xdr pattern
94 # 26a58599a09a Remove $FreeBSD$: one-line forth tag
95 # 401ab69cff8f Remove $FreeBSD$: one-line ps tag
96 # 6ef644f5889a Remove $FreeBSD$: one-line lua tag
97 # 9636a14538f5 Remove $FreeBSD$: two-line lua tag
98 # 8c99d94c900f sys: Remove $FreeBSD$: two-line lua tag
99 # ae992a336e8d Remove $FreeBSD$: one-line catalog
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh32 REMOVE="no"
52 Install/remove the ZFS helper utilities.
58 -r Remove the helper utilities
80 REMOVE="yes"
94 if [ "$INSTALL" = "yes" ] && [ "$REMOVE" = "yes" ]; then
98 if [ "$INSTALL" = "no" ] && [ "$REMOVE" = "no" ]; then
126 # Remove the old symlink if it doesn't point to our workspace.
149 remove() { function
182 remove "$INSTALL_MOUNT_HELPER_DIR/mount.zfs"
183 remove "$INSTALL_MOUNT_HELPER_DIR/fsck.zfs"
[all …]
/freebsd/tools/test/stress2/
H A Dload.cfg6 ###export TESTPROGS="" # Remove comments for test
7 ###export HOG=1 # Remove comments for test
9 ###export LOAD=100 # Remove comments for test
10 ###export swapLOAD=100 # Remove comments for test
11 ###export rwLOAD=100 # Remove comments for test
12 ###export mkdirLOAD=100 # Remove comments for test
13 ###export creatLOAD=100 # Remove comments for test
14 ###export symlinkLOAD=100 # Remove comments for test
15 ###export swapLOAD=100 # Remove comments for test
16 ###export linkLOAD=100 # Remove comments for test
/freebsd/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh89 # remove: Remove a file where the only local difference is a
91 store_id $OLD/remove
92 store_id $TEST/remove ": head/remove 12345 jhb "
199 # local-remove: A file removed locally changed it's FreeBSD ID
201 store_id $OLD/local-remove ": head/local-remove 12000 jhb "
202 store_id $NEW/local-remove ": head/local-remove 12345 jhb "
204 cat >> $i/local-remove <<EOF
304 Modified regular file remains: /remove
305 Removed file changed: /local-remove
312 file /remove "" 1bb4776213af107077be78fead8a351c
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td18 HelpText<"Allow the tool to remove sections even if it would leave "
45 HelpText<"For ELF, remove all symbols and non-alloc sections not within "
47 "For COFF and Mach-O, remove all symbols, debug sections, and relocations">;
51 … HelpText<"Remove all symbols, debug sections and relocations. Compatible with GNU's --strip-all">;
54 HelpText<"Remove all debug sections">;
60 HelpText<"Remove all symbols not needed by relocations">;
62 defm remove_section : Eq<"remove-section", "Remove <section>">,
66 HelpText<"Alias for --remove-section">;
70 HelpText<"Remove all section headers and all section data not within segments">;
81 defm keep_symbol : Eq<"keep-symbol", "When removing symbols, do not remove <symbol>">,
[all …]
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-remove.835 .Nm zpool-remove
36 .Nd remove devices from ZFS storage pool
40 .Cm remove
44 .Cm remove
52 .Cm remove
68 .Nm zpool Cm remove
76 feature flag must be enabled to remove a top-level vdev, see
105 .Cm remove
116 The following commands remove the mirrored log device
142 The command to remove the mirrored log
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremove_indirect.ksh27 # Device removal cannot remove non-concrete vdevs
31 # 2. Remove a top-level device
32 # 3. Verify we can't remove the "indirect" vdev created by the first removal
43 log_assert "Device removal should not be able to remove non-concrete vdevs"
50 # 2. Remove a top-level device
51 log_must zpool remove $TESTPOOL $TEST_BASE_DIR/device-1
54 # 3. Verify we can't remove the "indirect" vdev created by the first removal
57 log_mustnot zpool remove $TESTPOOL $INDIRECT_VDEV
59 log_pass "Device removal cannot remove non-concrete vdevs"
H A Dremove_raidz.ksh42 # Attempt to remove the non raidz disk.
43 log_mustnot zpool remove $TESTPOOL $DISKDIR/dsk1
45 # Attempt to remove one of the raidz disks.
46 log_mustnot zpool remove $TESTPOOL $DISKDIR/dsk2
48 # Attempt to remove the raidz.
49 log_mustnot zpool remove $TESTPOOL raidz1-1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_remove/
H A Dzpool_remove_002_pos.ksh38 # Verify that 'zpool can only remove inactive hot spare devices from pool'
42 # 2. Try to remove the inactive hotspare device from the pool
43 # 3. Verify that the remove succeed.
58 log_assert "zpool remove can only remove inactive hotspare device from pool"
62 log_must zpool remove $TESTPOOL $spare_devs2
66 log_must zpool remove $TESTPOOL $spare_devs2
69 log_pass "zpool remove can only remove inactive hotspare device from pool"
H A Dzpool_remove_003_pos.ksh38 # Verify that 'zpool can remove hotspare devices from pool when it state
45 # 3. Verify that the zpool remove succeed.
62 log_assert "zpool remove can remove hotspare device which state go though" \
68 log_mustnot zpool remove $TESTPOOL $spare_devs3
70 log_must zpool remove $TESTPOOL $spare_devs3
72 log_pass "'zpool remove device passed as expected.'"
H A Dzpool_remove_001_neg.ksh38 # Verify that 'zpool can not remove device except inactive hot spares from pool'
42 # 2. Try to remove device from the pool
43 # 3. Verify that the remove failed.
61 log_mustnot zpool remove $dev
84 log_assert "Check zpool remove <pool> <device> can not remove " \
96 log_pass "'zpool remove <pool> <device> fail as expected .'"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_remove/
H A Dzpool_remove_002_pos.ksh35 # Verify that 'zpool can only remove inactive hot spare devices from pool'
39 # 2. Try to remove the inactive hotspare device from the pool
40 # 3. Verify that the remove succeed.
63 log_assert "zpool remove can only remove inactive hotspare device from pool"
67 log_must $ZPOOL remove $TESTPOOL $spare_devs2
71 log_must $ZPOOL remove $TESTPOOL $spare_devs2
74 log_pass "zpool remove can only remove inactive hotspare device from pool"
/freebsd/lib/libc/stdio/
H A Dremove.336 .Nm remove
37 .Nd remove directory entry
43 .Fn remove "const char *path"
46 .Fn remove
53 .Fn remove "path"
59 .Rv -std remove
62 .Fn remove
76 .Fn remove
/freebsd/bin/rm/
H A Drm.138 .Nd remove directory entries
50 utility attempts to remove the non-directory type files specified on the
59 Attempt to remove directories as well as other types of files.
61 Attempt to remove the files without prompting for confirmation,
71 Request confirmation before attempting to remove each file, regardless of
90 Attempt to remove the file hierarchy rooted in each
102 is made to remove the directory).
123 It is an error to attempt to remove the files
176 Recursively remove all files contained within the
182 Any of these commands will remove the file
[all …]
/freebsd/usr.bin/clang/llvm-objcopy/
H A Dllvm-objcopy.186 Remove most local symbols from the output. Different file formats may limit
88 ELF objects will not be discarded. Additionally, remove all debug sections.
127 Remove all sections from the output, except for sections named \fB<section>\fP\&.
156 .B \-\-remove\-section <section>, \-R
157 Remove the specified section from the output. Can be specified multiple times
158 to remove multiple sections simultaneously.
230 Remove all symbols, debug sections and relocations from the output. This option
236 For ELF objects, remove from the output all symbols and non\-alloc sections not
240 For COFF and Mach\-O objects, remove all symbols, debug sections, and
246 Remove all debug sections from the output.
[all …]
/freebsd/contrib/elftoolchain/elfcopy/
H A Dstrip.147 .Op Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname
69 Remove debugging symbols only.
73 Remove all content except that which would be used for debugging.
82 Remove all symbols.
84 Remove all symbols not needed for further relocation processing.
99 Remove the special meaning of the next character in the pattern.
113 Remove the symbol
123 .It Fl R Ar sectionname | Fl -remove-section= Ns Ar sectionname
124 Remove the section named by the argument
130 Remove compiler-generated local symbols.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_removed.ksh29 # 3. Remove device(s) from the pool and remove them.
50 log_note "$0: pool '$poolcreate', remove $2."
56 log_must zpool remove $TESTPOOL1 $removevdev
74 # We have to remove top-level non-log vdevs one by one, else there is a high
85 log_must zpool remove $TESTPOOL1 $VDEV4
88 log_must zpool remove $TESTPOOL1 $VDEV3
117 log_must zpool remove $TESTPOOL1 $VDEV1
119 log_must zpool remove $TESTPOOL1 $VDEV3
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua207 -- test remove
213 assert(table.remove(a,1) == -1)
214 assert(table.remove(a,1) == -2)
215 assert(table.remove(a,1) == 10)
216 assert(table.remove(a,1) == 20)
217 assert(table.remove(a,1) == 40)
218 assert(table.remove(a,1) == 50)
219 assert(table.remove(a,1) == nil)
232 assert(table.remove(a) == 10)
233 assert(table.remove(a) == 20)
[all …]
/freebsd/crypto/openssh/
H A D.skipped-commit-ids4 5317f294d63a876bfc861e19773b1575f96f027d remove libssh from makefiles
9 814b2f670df75759e1581ecef530980b2b3d7e0f remove redundant make defs
48 7e8178786157e863f6ff63c5d55200d7b6b04f9e remove old sandbox files
54 d4f699a421504df35254cf1c6f1a7c304fb907ca Remove 1k bit groups
55 aafe246655b53b52bc32c8a24002bc262f4230f7 Remove intermediate moduli
60 7cf73737f357492776223da1c09179fa6ba74660 Remove moduli <2k
63 96c5054e3e1f170c6276902d5bc65bb3b87a2603 remove DEBUGLIBS from Makefile
/freebsd/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_remove_004_pos.ksh35 # 'zpool remove <pool> <vdev> ...' can successfully remove the specified
42 # 4. Remove the hotspare
44 # 6. Remove hot spares one by one
75 log_must $ZPOOL remove $TESTPOOL $dev
80 log_assert "'zpool remove <pool> <vdev> ...' can remove spare device from the pool."
94 log_pass "'zpool remove <pool> <vdev> ...' executes successfully"
H A Dhotspare_remove_002_neg.ksh35 # 'zpool remove <pool> <vdev> ...' should return fail if
43 # 3. For each scenario, try to remove the hot spares
44 # 4. Verify the the remove operation get failed
72 log_mustnot $ZPOOL remove $TESTPOOL $dev
76 log_assert "'zpool remove <pool> <vdev> ...' should fail with inapplicable scenarios."
99 log_mustnot $ZPOOL remove $TESTPOOL $dev
103 log_mustnot $ZPOOL remove $TESTPOOL $dev
111 log_pass "'zpool remove <pool> <vdev> ...' fail with inapplicable scenarios."
H A Dhotspare_remove_001_pos.ksh35 # 'zpool remove <pool> <vdev> ...' can successfully remove the specified
41 # 3. Remove hot spares one by one
69 log_must $ZPOOL remove $TESTPOOL $dev
73 log_assert "'zpool remove <pool> <vdev> ...' can remove spare device from the pool."
87 log_pass "'zpool remove <pool> <vdev> ...' executes successfully"
/freebsd/crypto/openssh/regress/
H A Dkeygen-knownhosts.sh158 # Attempt remove key on invalid file.
161 diff $OBJ/kh.invalid $OBJ/kh.invalid.orig || fail "remove on invalid succeeded"
163 # Remove key
167 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove simple"
169 # Remove CA key
173 diff $OBJ/kh.hosts $OBJ/kh.hosts.orig || fail "remove CA"
175 # Remove revoked key
179 diff $OBJ/kh.hosts $OBJ/kh.hosts.orig || fail "remove revoked"
181 # Remove wildcard
185 diff $OBJ/kh.hosts $OBJ/kh.expect || fail "remove wildcard"
[all …]
/freebsd/contrib/spleen/
H A DChangeLog52 - Remove C0 control characters range in the 8x16, 16x32, and 32x64 versions
65 - Do not remove specimen.png in the clean target
95 - Also remove generated .otb files in the 'clean' target
98 - Also remove generated .dfont files in the 'clean' target
169 - Remove strain pixel on the '5' digit (5x8 version)
242 - Remove the dfont target in Makefile, generated files do not work on
252 - Remove strain pixel on the '3' and 'k' characters (32x64 version)
253 - Remove fillers for characters other than ISO 8859-1 ones (5x8 version)
274 - Remove quotation marks around XLFD font names
275 - Remove strain pixels on the inner upper part of parentheses (16x32 version)
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dsimple_ilist.h39 /// remove(), which takes a reference to the node to remove, \a erase(), which
44 /// \li \c L.remove(L.front());
155 /// Remove the node at the front; never deletes.
158 /// Remove the node at the back; never deletes. in insert()
185 /// Remove a node by reference; never deletes. in removeAndDispose()
189 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); }
191 /// Remove a node by reference and dispose of it.
194 remove(
181 void remove(reference N) { list_base_type::remove(*this->getNodePtr(&N)); } remove() function
[all...]

12345678910>>...161