Home
last modified time | relevance | path

Searched full:revert (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c91 * Initialize revert data.
130 * If something goes wrong along the way we call revert() to go back to the
137 revert(void) in revert() function
225 revert(); in nextarg()
284 revert(); in load_scrnmap()
295 revert(); in load_scrnmap()
301 revert(); in load_scrnmap()
323 revert(); in load_default_scrnmap()
340 revert(); in print_scrnmap()
409 revert(); in load_default_vt4font()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DTracker.h10 // state, such that we can revert the state when needed.
25 // Calling `Tracker::revert()` will restore the state saved when
28 // `IRChangeBase::revert()` function one by one.
32 // The user needs to either revert or accept changes before the tracker object
67 virtual void revert() = 0;
93 void revert() final { U.set(OrigV); } in revert() function
114 /// original program order during revert().
124 void revert() final;
147 void revert() final;
168 void revert() final;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DTracker.cpp41 assert(Changes.empty() && "You must accept or revert changes!"); in ~Tracker()
74 void EraseFromParent::revert() { in revert() function in EraseFromParent
111 void RemoveFromParent::revert() { in revert() function in RemoveFromParent
135 void MoveInstr::revert() { in revert() function in MoveInstr
162 void Tracker::revert() { in revert() function in Tracker
166 Change->revert(); in revert()
/freebsd/lib/geom/union/
H A Dgunion.849 .Cm revert
83 If the repair fails, you can revert all the changes in the upper disk
95 if it fails, revert the upgrade.
174 .It Cm revert
178 .Cm revert
253 gunion revert -v md0-da0p1.union
/freebsd/sbin/dump/
H A Dcache.c90 * block size, then revert to pread. Otherwise initialize the in cread()
101 * revert to pread(). Full-block-reads are typically in cread()
112 * result. If an error occurs, revert to pread() (this might in cread()
/freebsd/tests/sys/geom/class/union/
H A Dunion_test.sh263 atf_test_case revert cleanup
266 atf_set "descr" "Test gunion revert"
294 atf_check gunion revert "$guniondev"
317 atf_add_test_case revert
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_feature_activation.ksh35 # should revert the feature to the 'enabled' state.
50 "dataset using that property, should revert the feature flag to"\
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_007_pos.ksh100 # available totals should revert back to the values they
113 # space available totals should revert back to the values
/freebsd/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_007_pos.ksh98 # available totals should revert back to the values they
111 # space available totals should revert back to the values
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextDBReg_arm64.cpp123 // Create a backup we can revert to in case of failure. in ClearHardwareBreakpoint()
179 // Create a backup we can revert to in case of failure. in ClearAllHardwareBreakpoints()
331 // Create a backup we can revert to in case of failure. in ClearHardwareWatchpoint()
363 // Create a backup we can revert to in case of failure. in ClearAllHardwareWatchpoints()
/freebsd/share/examples/csh/
H A Ddot.cshrc63 …no-messages revert-match version help byte-offset line-number with-filename no-filename quiet sile…
104 …propedit propget proplist propset resolved revert status switch unlock update)@' 'p@1@(add blame c…
106 revert status switch unlock update)@'
/freebsd/contrib/elftoolchain/addr2line/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/libdwarf/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/elfdump/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/libelftc/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/libpe/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/nm/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/readelf/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/size/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/contrib/elftoolchain/strings/
H A Dos.NetBSD.mk1 # TODO(#511): Revert after the source tree is -Wconversion clean.
/freebsd/share/doc/usd/22.trofftut/
H A Dtt02116 causes the size to revert to
189 revert to the previous size and vertical spacing
/freebsd/sys/dev/hptmv/
H A DmvStorageDev.h112 /* Disable revert power-on defaults */
122 /* Enable revert power-on defaults */
/freebsd/sys/contrib/edk2/
H A DFREEBSD-upgrade16 svn revert -R .
/freebsd/contrib/unvis/
H A Dunvis.137 .Nd "revert a visual representation of data back to original form"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_sync_001_pos.ksh32 # revert to some sensible defaults if the values we saved

12345678910>>...13