Searched refs:recover (Results 1 - 18 of 18) sorted by relevance

/freebsd-current/libexec/rc/rc.d/
H A Dvirecover21 [ -d /var/tmp/vi.recover ] || return
22 find /var/tmp/vi.recover ! -type f -a ! -type d -delete
23 vibackup=`echo /var/tmp/vi.recover/vi.*`
24 if [ "${vibackup}" != '/var/tmp/vi.recover/vi.*' ]; then
26 for i in /var/tmp/vi.recover/vi.*; do
41 virecovery=`echo /var/tmp/vi.recover/recover.*`
42 if [ "${virecovery}" != "/var/tmp/vi.recover/recover.*" ]; then
43 for i in /var/tmp/vi.recover/recove
[all...]
/freebsd-current/contrib/nvi/files/
H A Drecover.in3 # Script to recover nvi edit sessions.
31 virecovery=`echo ${RECDIR}/recover.*`
32 if [ "${virecovery}" != "${RECDIR}/recover.*" ]; then
33 for i in ${RECDIR}/recover.*; do
/freebsd-current/share/mk/
H A Dbsd.sanitizer.mk9 SANITIZER_CFLAGS+= -fsanitize-recover=address
20 SANITIZER_CFLAGS+= -fsanitize-recover=undefined
/freebsd-current/usr.sbin/fdread/
H A Dfdread.c47 static int quiet, recover; variable
116 recover++;
140 if (fname || quiet || recover)
235 if (!recover) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp371 const bool recover = code & 0x20; local
390 const bool recover = code & 0x20;
432 const bool recover = code & 0x20;
443 return AccessInfo{addr, size, is_store, !is_store, recover};
H A Dhwasan_checks.h51 .recover = EA == ErrorAction::Recover,
100 .recover = EA == ErrorAction::Recover,
H A Dhwasan.h176 bool recover; member in struct:__hwasan::AccessInfo
H A Dhwasan.cpp242 bool fatal = flags()->halt_on_error || !ai.recover;
252 ai.recover = access_info & 0x20;
/freebsd-current/contrib/netbsd-tests/sbin/gpt/
H A Dt_gpt.sh218 match "$(recovermsg secondary primary)" gpt recover "$disk"
230 match "$(recovermsg primary secondary)" gpt recover "$disk"
/freebsd-current/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c345 * be reloaded to recover after the mode switches to
370 bool recover = true; local
384 recover = false;
398 recover = false;
401 if (recover) {
/freebsd-current/sys/x86/x86/
H A Dmca.c660 bool mce, recover; local
666 recover = *recoverablep;
667 mce = mca_is_mce(mcg_cap, status, &recover);
670 *recoverablep = recover;
693 if (!mce || recover) {
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc243 // We can't recover from reallocating an unknown address, because
/freebsd-current/usr.bin/vi/
H A DMakefile50 options_f.c put.c recover.c screen.c search.c seq.c util.c
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dldo.c549 static int recover (lua_State *L, int status) { function
636 if (recover(L, status)) /* recover point? */
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl613 add $car0,$car0,$car0 ! recover $car0
/freebsd-current/sys/net/
H A Dif.c755 * ifc->ifc_name. To recover this after if_detach_internal() and
3253 goto recover;
3259 goto recover;
3264 recover:
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c263 * zfs_recover can be set to nonzero to attempt to recover from
335 * continue - Attempt to recover from a "hung" I/O
3070 ZFS_MODULE_PARAM(zfs, zfs_, recover, INT, ZMOD_RW,
3071 "Set to attempt to recover from fatal errors");
/freebsd-current/sys/dev/bxe/
H A Decore_hsi.h10185 uint32_t recover /* Recording of sndMax when we enter retransmit */; member in struct:tstorm_tcp_st_context_section

Completed in 486 milliseconds