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

/freebsd-13-stable/libexec/rc/rc.d/
H A Dvirecover22 [ -d /var/tmp/vi.recover ] || return
23 find /var/tmp/vi.recover ! -type f -a ! -type d -delete
24 vibackup=`echo /var/tmp/vi.recover/vi.*`
25 if [ "${vibackup}" != '/var/tmp/vi.recover/vi.*' ]; then
27 for i in /var/tmp/vi.recover/vi.*; do
42 virecovery=`echo /var/tmp/vi.recover/recover.*`
43 if [ "${virecovery}" != "/var/tmp/vi.recover/recover.*" ]; then
44 for i in /var/tmp/vi.recover/recove
[all...]
/freebsd-13-stable/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-13-stable/usr.sbin/fdread/
H A Dfdread.c49 static int quiet, recover; variable
118 recover++;
142 if (fname || quiet || recover)
237 if (!recover) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp369 bool recover; member in struct:__hwasan::AccessInfo
388 const bool recover = code & 0x20; local
407 const bool recover = code & 0x20;
419 return AccessInfo{addr, size, is_store, !is_store, recover};
439 bool fatal = flags()->halt_on_error || !ai.recover;
486 ai.recover = access_info & 0x20;
/freebsd-13-stable/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-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c344 * be reloaded to recover after the mode switches to
369 bool recover = true; local
382 recover = false;
396 recover = false;
399 if (recover) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc249 // We can't recover from reallocating an unknown address, because
/freebsd-13-stable/usr.bin/vi/
H A DMakefile50 options_f.c put.c recover.c screen.c search.c seq.c util.c
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dldo.c535 static int recover (lua_State *L, int status) { function
622 if (recover(L, status)) /* recover point? */
/freebsd-13-stable/contrib/lua/src/
H A Dldo.c620 ** Try to find a suspended protected call (a "recover point") for the
634 ** Recovers from an error in a coroutine. Finds a recover point (if
636 ** 'luaD_pcall'. If there is no recover point, returns zero.
638 static int recover (lua_State *L, int status) { function
718 while (errorstatus(status) && recover(L, status)) {
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.h92 that will be passed to recover(). We assume that the open() method
132 svn_error_t *(*recover)(svn_fs_t *fs,
129 svn_error_t *(*recover)(svn_fs_t *fs, member in struct:fs_library_vtable_t
H A Dfs-loader.c748 return svn_error_trace(vtable->recover(fs, cancel_func, cancel_baton,
/freebsd-13-stable/crypto/openssl/crypto/bn/asm/
H A Dsparcv9-mont.pl611 add $car0,$car0,$car0 ! recover $car0
/freebsd-13-stable/sys/net/
H A Dif.c788 * ifc->ifc_name. To recover this after if_detach_internal() and
3157 goto recover;
3163 goto recover;
3168 recover:
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa_misc.c260 * zfs_recover can be set to nonzero to attempt to recover from
332 * continue - Attempt to recover from a "hung" I/O
2920 ZFS_MODULE_PARAM(zfs, zfs_, recover, INT, ZMOD_RW,
2921 "Set to attempt to recover from fatal errors");
/freebsd-13-stable/sys/dev/bxe/
H A Decore_hsi.h10187 uint32_t recover /* Recording of sndMax when we enter retransmit */; member in struct:tstorm_tcp_st_context_section

Completed in 384 milliseconds