Home
last modified time | relevance | path

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

12345678910>>...38

/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dzfs-helpers.sh51 Install/remove the ZFS helper utilities.
139 remove() { function
180 remove "$INSTALL_MOUNT_HELPER_DIR/mount.zfs"
181 remove "$INSTALL_MOUNT_HELPER_DIR/fsck.zfs"
182 remove "$INSTALL_UDEV_DIR/zvol_id"
183 remove "$INSTALL_UDEV_DIR/vdev_id"
186 remove "$INSTALL_UDEV_RULE_DIR/90-zfs.rules"
187 remove "$INSTALL_SYSCONF_DIR/zfs/zpool.d"
188 remove "$INSTALL_PYTHON_DIR/libzfs_core"
189 remove "/lib/libzfs_core.so"
[all …]
/freebsd-13.1/usr.sbin/etcupdate/tests/
H A Dfbsdid_test.sh92 store_id $OLD/remove
205 cat >> $i/local-remove <<EOF
305 Modified regular file remains: /remove
306 Removed file changed: /local-remove
325 missing /local-remove
334 D /remove
346 missing /remove
357 missing /local-remove
367 D /remove
372 A /local-remove
[all …]
H A Dignore_test.sh88 echo "old" > $i/tree/remove
194 D /tree/remove
204 missing /tree/remove
225 file /tree/remove "old"
246 file /tree/remove "old"
270 file /tree/remove "old"
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_table.lua212 assert(table.remove(a,1) == -1)
213 assert(table.remove(a,1) == -2)
214 assert(table.remove(a,1) == 10)
215 assert(table.remove(a,1) == 20)
216 assert(table.remove(a,1) == 40)
217 assert(table.remove(a,1) == 50)
231 assert(table.remove(a) == 10)
232 assert(table.remove(a) == 20)
233 assert(table.remove(a) == -1)
238 assert(table.remove(a, 1) == 'c')
[all …]
/freebsd-13.1/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh142 local remove=$((numdata-numdata*nsize/osize))
143 local dataleft=$((numdata-remove))
144 echo remove is $remove dataleft is $dataleft
145 remove_multiple ${remove}
155 check_data_range $((remove + 1)) ${numdata}
/freebsd-13.1/contrib/atf/atf-c++/
H A Dmacros_test.cpp365 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
367 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
414 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
459 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
506 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
551 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
600 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
652 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
701 atf::fs::remove(before); in ATF_TEST_CASE_BODY()
702 atf::fs::remove(after); in ATF_TEST_CASE_BODY()
[all …]
/freebsd-13.1/usr.sbin/periodic/etc/monthly/
H A D200.accounting20 remove=NO
25 remove=YES
29 remove=YES
45 [ $remove = YES ] && rm -f $W.0;;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DLockFileManager.cpp62 sys::fs::remove(LockFileName); in readLockFile()
79 sys::fs::remove(LockFileName); in readLockFile()
152 sys::fs::remove(Filename); in ~RemoveUniqueLockFileOnSignal()
208 sys::fs::remove(UniqueLockFileName); in LockFileManager()
238 sys::fs::remove(UniqueLockFileName); in LockFileManager()
250 if ((EC = sys::fs::remove(LockFileName))) { in LockFileManager()
286 sys::fs::remove(LockFileName); in ~LockFileManager()
287 sys::fs::remove(UniqueLockFileName); in ~LockFileManager()
350 return sys::fs::remove(LockFileName); in unsafeRemoveLockFile()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporterLookupTable.cpp95 void ASTImporterLookupTable::remove(DeclContext *DC, NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
97 bool EraseResult = Decls.remove(ND); in remove()
111 void ASTImporterLookupTable::remove(NamedDecl *ND) { in remove() function in clang::ASTImporterLookupTable
114 remove(DC, ND); in remove()
117 remove(ReDC, ND); in remove()
129 remove(OldDC, ND); in update()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c566 if (remove->lr_count == 1) { in zfs_rangelock_exit_reader()
567 avl_remove(tree, remove); in zfs_rangelock_exit_reader()
568 if (remove->lr_write_wanted) in zfs_rangelock_exit_reader()
569 cv_broadcast(&remove->lr_write_cv); in zfs_rangelock_exit_reader()
570 if (remove->lr_read_wanted) in zfs_rangelock_exit_reader()
571 cv_broadcast(&remove->lr_read_cv); in zfs_rangelock_exit_reader()
572 list_insert_tail(free_list, remove); in zfs_rangelock_exit_reader()
574 ASSERT0(remove->lr_count); in zfs_rangelock_exit_reader()
575 ASSERT0(remove->lr_write_wanted); in zfs_rangelock_exit_reader()
576 ASSERT0(remove->lr_read_wanted); in zfs_rangelock_exit_reader()
[all …]
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.c605 static inline int __cvmx_shmem_close_dscptr(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_dscptr() argument
612 if ((dscptr->use_count == 0) && remove) in __cvmx_shmem_close_dscptr()
648 static inline int __cvmx_shmem_close_standalone(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_standalone() argument
650 return __cvmx_shmem_close_dscptr(dscptr, remove); in __cvmx_shmem_close_standalone()
670 int __cvmx_shmem_close_linux(struct cvmx_shmem_dscptr *dscptr, int remove) in __cvmx_shmem_close_linux() argument
673 ret = __cvmx_shmem_close_dscptr(dscptr, remove); in __cvmx_shmem_close_linux()
698 int cvmx_shmem_close(struct cvmx_shmem_dscptr *dscptr, int remove) in cvmx_shmem_close() argument
702 ret = __cvmx_shmem_close_linux(dscptr, remove); in cvmx_shmem_close()
704 ret = __cvmx_shmem_close_standalone(dscptr, remove); in cvmx_shmem_close()
/freebsd-13.1/tools/regression/zfs/zpool/remove/
H A Dspare.t30 expect_ok ${ZPOOL} remove ${name0} ${disk1} ${disk2}
44 expect_ok ${ZPOOL} remove ${name0} ${disk3}
76 expect_ok ${ZPOOL} remove ${name0} ${file1} ${file2}
90 expect_ok ${ZPOOL} remove ${name0} ${file3}
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dimport_cachefile_device_removed.ksh55 log_must zpool remove $TESTPOOL1 $removevdev
84 log_must zpool remove $TESTPOOL1 $VDEV4
87 log_must zpool remove $TESTPOOL1 $VDEV3
116 log_must zpool remove $TESTPOOL1 $VDEV1
118 log_must zpool remove $TESTPOOL1 $VDEV3
/freebsd-13.1/contrib/kyua/utils/fs/
H A Dauto_cleaners.cpp177 this->remove(); in ~impl()
188 remove(void) in remove() function
258 fs::auto_file::remove(void) in remove() function in fs::auto_file
260 _pimpl->remove(); in remove()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/removal/
H A Dremove_raidz.ksh42 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk1
45 log_mustnot zpool remove $TESTPOOL $TMPDIR/dsk2
48 log_mustnot zpool remove $TESTPOOL raidz1-1
H A Dremove_mirror.ksh45 log_must zpool remove $TESTPOOL $DISK1
48 log_mustnot zpool remove $TESTPOOL $DISK2
55 log_must zpool remove $TESTPOOL mirror-1
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/
H A Dzpool_wait_remove_cancel.ksh51 log_must zpool remove $TESTPOOL $DISK1
53 log_bkgrnd zpool wait -t remove $TESTPOOL
59 log_must zpool remove -s $TESTPOOL
H A Dzpool_wait_remove.ksh55 log_bkgrnd zpool remove -w $TESTPOOL $DISK1
62 log_must zpool remove $TESTPOOL $DISK1
63 log_bkgrnd zpool wait -t remove $TESTPOOL
/freebsd-13.1/tests/sys/cddl/zfs/tests/hotspare/
H A Dhotspare_remove_002_neg.ksh77 log_mustnot $ZPOOL remove $TESTPOOL $dev
104 log_mustnot $ZPOOL remove $TESTPOOL $dev
108 log_mustnot $ZPOOL remove $TESTPOOL $dev
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DCommonOpts.td15 HelpText<"Allow the tool to remove sections even if it would leave "
59 defm remove_section : Eq<"remove-section", "Remove <section>">,
63 HelpText<"Alias for --remove-section">;
78 defm keep_symbol : Eq<"keep-symbol", "Do not remove symbol <symbol>">,
85 HelpText<"Do not remove file symbols">;
88 HelpText<"Do not remove undefined symbols">;
106 "remove all debug sections">;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h251 pointer remove(iterator &IT) {
254 base_list_type::remove(*Node);
258 pointer remove(const iterator &IT) {
260 return remove(MutIt);
263 pointer remove(pointer IT) { return remove(iterator(IT)); }
264 pointer remove(reference IT) { return remove(iterator(IT)); }
268 this->deleteNode(remove(where));
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DFilesystem.cpp73 sys::fs::remove(tmpName); in unlinkAsync()
75 sys::fs::remove(path); in unlinkAsync()
86 sys::fs::remove(path); in unlinkAsync()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTrustNonnullChecker.cpp151 State = State->remove<MapName>(P.first); in dropDeadFromGDM()
237 State = State->remove<NonNullImplicationMap>(Antecedent); in addImplication()
238 State = State->remove<NullImplicationMap>(*Consequent); in addImplication()
240 State = State->remove<NullImplicationMap>(Antecedent); in addImplication()
241 State = State->remove<NonNullImplicationMap>(*Consequent); in addImplication()
/freebsd-13.1/contrib/bmake/unit-tests/
H A Darchive.mk20 @${MAKE} -f ${MAKEFILE} remove-archive
26 @${MAKE} -f ${MAKEFILE} remove-archive
54 remove-archive: pre post
/freebsd-13.1/tests/sys/geom/class/mirror/
H A D3_test.sh33 gmirror remove $name ${us0}
41 gmirror remove $name ${us1}
49 gmirror remove $name ${us2}

12345678910>>...38