/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
H A D | Materializer.h | 32 ~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 D | auto_replace_001_pos.ksh | 38 # 4. Wipe and offline the scsi_debug disk 97 # Wipe and offline the disk
|
H A D | auto_replace_002_pos.ksh | 40 # 4. Wipe and offline the scsi_debug disk 130 # Wipe and offline the disk
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 407 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 D | rex.x | 127 const CRTERA = 0x00040000; /* " \b " to wipe out char */ 180 const LCRTERA = 0x0004; /* " \b " to wipe out char */
|
/freebsd/lib/libc/arm/gen/ |
H A D | signalcontext.c | 63 /* Wipe out frame pointer. */ in __signalcontext()
|
H A D | makecontext.c | 73 /* Wipe out frame pointer. */ in __makecontext()
|
/freebsd/tests/sys/geom/class/eli/ |
H A D | kill_test.sh | 7 atf_set "descr" "geli kill will wipe a provider's metadata"
|
/freebsd/usr.bin/ipcrm/ |
H A D | ipcrm.1 | 57 Try to wipe all specified message queues, semaphores and shared
|
/freebsd/sys/dev/isci/scil/ |
H A D | sci_simple_list.h | 307 // 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 D | decodenetnum.c | 130 * structures, we wipe the result buffer thoroughly: in decodenetnum()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericDomTree.h | 286 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 D | sha1-internal.c | 224 /* Wipe variables */ in SHA1Transform() 299 /* Wipe variables */ in SHA1Final()
|
/freebsd/contrib/kyua/cli/ |
H A D | cmd_report_html.cpp | 76 /// \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 D | contents.ms | 304 You are the Captain of the Starship Enterprise. Wipe out the
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 716 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 D | RegionInfo.h | 700 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 D | s390xcpuid.pl | 40 stg %r0,S390X_STFLE+8(%r4) # wipe capability vectors 62 stg %r0,S390X_KIMD(%r4) # wipe capability vectors
|
/freebsd/sys/sys/ |
H A D | ioctl_compat.h | 114 #define CRTERA 0x00040000 /* " \b " to wipe out char */
|
/freebsd/sys/dev/sfxge/common/ |
H A D | siena_mcdi.c | 200 * Wipe the atomic reboot status so subsequent MCDI requests succeed. in siena_mcdi_init()
|
/freebsd/sys/crypto/openssl/arm/ |
H A D | armv4-mont.S | 926 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 D | ChangeLog | 18 - `sodium_stackzero()` was added to wipe content off the stack. 490 wipe a memory area.
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | x86nasm.pl | 27 elsif ($opcode eq "lea" && $#_==1) # wipe storage qualifier from lea
|
/freebsd/sys/geom/part/ |
H A D | g_part_ebr.c | 357 /* 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 D | executor.hpp | 50 /// 5) Invoke cleanup() on the exit_handle to wipe any stale data.
|