Home
last modified time | relevance | path

Searched full:wipe (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DMaterializer.h32 ~Dematerializer() { Wipe(); } in ~Dematerializer()
37 void Wipe();
128 virtual void Wipe(IRMemoryMap &map, lldb::addr_t process_address) = 0;
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/
H A Dauto_replace_001_pos.ksh38 # 4. Wipe and offline the scsi_debug disk
97 # Wipe and offline the disk
H A Dauto_replace_002_pos.ksh40 # 4. Wipe and offline the scsi_debug disk
130 # Wipe and offline the disk
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp407 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() function in EntityPersistentVariable
745 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe() function in EntityVariableBase
1166 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override { in Wipe() function in EntityResultVariable
1304 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() function in EntitySymbol
1478 void Wipe(IRMemoryMap &map, lldb::addr_t process_address) override {} in Wipe() function in EntityRegister
1498 dematerializer_sp->Wipe(); in ~Materializer()
1585 Wipe(); in Dematerialize()
1588 void Materializer::Dematerializer::Wipe() { in Wipe() function in Materializer::Dematerializer
1593 entity_up->Wipe(*m_map, m_process_address); in Wipe()
/freebsd/include/rpcsvc/
H A Drex.x127 const CRTERA = 0x00040000; /* " \b " to wipe out char */
180 const LCRTERA = 0x0004; /* " \b " to wipe out char */
/freebsd/lib/libc/arm/gen/
H A Dsignalcontext.c63 /* Wipe out frame pointer. */ in __signalcontext()
H A Dmakecontext.c73 /* Wipe out frame pointer. */ in __makecontext()
/freebsd/tests/sys/geom/class/eli/
H A Dkill_test.sh7 atf_set "descr" "geli kill will wipe a provider's metadata"
/freebsd/usr.bin/ipcrm/
H A Dipcrm.157 Try to wipe all specified message queues, semaphores and shared
/freebsd/sys/dev/isci/scil/
H A Dsci_simple_list.h307 // Wipe the source list to make sure the list elements can not be accessed in sci_simple_list_insert_list_at_head()
344 // Wipe the source list to make sure the list elements can not be accessed in sci_simple_list_insert_list_at_tail()
/freebsd/contrib/ntp/libntp/
H A Ddecodenetnum.c130 * structures, we wipe the result buffer thoroughly: in decodenetnum()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTree.h286 Arg.wipe();
296 RHS.wipe();
917 /// Wipe this tree's state without releasing any resources.
921 void wipe() {
/freebsd/contrib/wpa/src/crypto/
H A Dsha1-internal.c224 /* Wipe variables */ in SHA1Transform()
299 /* Wipe variables */ in SHA1Final()
/freebsd/contrib/kyua/cli/
H A Dcmd_report_html.cpp76 /// \param force Whether to wipe an existing directory or not.
437 "force", "Wipe the output directory before generating the new report; " in cmd_report_html()
/freebsd/share/doc/usd/contents/
H A Dcontents.ms304 You are the Captain of the Starship Enterprise. Wipe out the
/freebsd/crypto/openssl/crypto/bn/asm/
H A Darmv4-mont.pl716 vst1.64 {q0-q1}, [$nptr,:256]! @ wipe
720 vst1.64 {q0-q1}, [$nptr,:256]! @ wipe
729 vst1.64 {q0-q1}, [$aptr,:256]! @ wipe
733 vst1.64 {q0-q1}, [$nptr,:256]! @ wipe
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DRegionInfo.h700 Arg.wipe();
709 RHS.wipe();
740 /// Wipe this region tree's state without releasing any resources.
744 void wipe() {
/freebsd/crypto/openssl/crypto/
H A Ds390xcpuid.pl40 stg %r0,S390X_STFLE+8(%r4) # wipe capability vectors
62 stg %r0,S390X_KIMD(%r4) # wipe capability vectors
/freebsd/sys/sys/
H A Dioctl_compat.h114 #define CRTERA 0x00040000 /* " \b " to wipe out char */
/freebsd/sys/dev/sfxge/common/
H A Dsiena_mcdi.c200 * Wipe the atomic reboot status so subsequent MCDI requests succeed. in siena_mcdi_init()
/freebsd/sys/crypto/openssl/arm/
H A Darmv4-mont.S926 vst1.64 {q0,q1}, [r3,:256]! @ wipe
930 vst1.64 {q0,q1}, [r3,:256]! @ wipe
939 vst1.64 {q0,q1}, [r1,:256]! @ wipe
943 vst1.64 {q0,q1}, [r3,:256]! @ wipe
/freebsd/sys/contrib/libsodium/
H A DChangeLog18 - `sodium_stackzero()` was added to wipe content off the stack.
490 wipe a memory area.
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86nasm.pl27 elsif ($opcode eq "lea" && $#_==1) # wipe storage qualifier from lea
/freebsd/sys/geom/part/
H A Dg_part_ebr.c357 /* Wipe the first sector to clear the partitioning. */ in g_part_ebr_destroy()
656 /* Wipe-out the first EBR when there are no slices. */ in g_part_ebr_write()
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.hpp50 /// 5) Invoke cleanup() on the exit_handle to wipe any stale data.

12345