Home
last modified time | relevance | path

Searched full:recovery (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/freebsd/sys/dev/ice/
H A Dice_iflib_recovery_txrx.c34 * @brief iflib Tx/Rx ops for recovery mode
37 * that the firmware is in recovery mode. These ops essentially do nothing and
39 * receive when the device is in firmware recovery mode.
45 * iflib txrx methods used when in recovery mode
57 * @brief Tx/Rx operations for recovery mode
60 * Used when the driver is in firmware recovery mode to prevent any attempt to
78 * Since the Tx queues are not initialized during recovery mode, this function
95 * Since the Tx queues are not initialized during recovery mode, this function
111 * Since the Tx queues are not initialized during recovery mode, this function
130 * Since the Rx queues are not initialized during recovery mod
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h1 //===--- CrashRecoveryContext.h - Crash Recovery ----------------*- C++ -*-===//
17 /// Crash recovery helper object.
43 /// To assist recovery the class allows specifying set of actions that will be
54 /// Register cleanup handler, which is used when the recovery context is
56 /// The recovery context owns the handler.
61 /// Enable crash recovery.
64 /// Disable crash recovery.
100 /// Explicitly trigger a crash recovery in the current process, and
123 /// resource recovery.
126 /// a crash recovery context.
[all …]
/freebsd/contrib/nvi/common/
H A Drecover.c42 * Recovery code.
45 * paths of a b+tree file and a mail recovery file. The former is the file
48 * simple states of recovery are:
51 * the b+tree file exists and is mode 700, the mail recovery
54 * the b+tree file exists and is mode 600, the mail recovery
58 * file descriptor for the mail recovery file.
60 * To find out if a recovery file/backing file pair are in use, try to get
61 * a lock on the recovery file.
72 * haven't yet failed at setting up or doing recovery.
74 * To preserve a recovery file/backing file pair, set the F_RCV_NORM bit.
[all …]
H A Dexf.h41 * Recovery in general, and these fields specifically, are described
54 #define F_RCV_NORM 0x020 /* Don't delete recovery files. */
55 #define F_RCV_ON 0x040 /* Recovery is possible. */
76 #define RCV_SNAPSHOT 0x08 /* Snapshot the recovery, and send email. */
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-import.8166 Recovery mode for a non-importable pool.
188 recovery option.
190 not actually perform the pool recovery.
191 For more details about pool recovery mode, see the
235 recovery option.
240 For more details about pool recovery mode, see the
250 about pool recovery mode, see the
314 Recovery mode for a non-importable pool.
336 recovery option.
338 not actually perform the pool recovery.
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCrashRecoveryContext.cpp1 //===--- CrashRecoveryContext.cpp - Crash Recovery ------------------------===//
50 /// Called when the separate crash-recovery thread was finished, to
67 assert(!Failed && "Crash recovery context already failed!"); in HandleCrash()
202 // Lookup the current thread local recovery object. in ExceptionFilter()
232 assert(!Impl && "Crash recovery context already initialized!"); in RunSafely()
252 // running on threads with LLVM crash recovery contexts, so we would like to
279 // Lookup the current thread local recovery object. in ExceptionHandler()
338 // crash recovery context, and install signal handlers to invoke HandleCrash on
342 // reliable fashion -- if we get a signal outside of a crash recovery context we
343 // simply disable crash recovery and raise the signal again.
[all …]
/freebsd/usr.sbin/fdread/
H A Dfdread.148 size is performed, and floppy-specific error recovery of otherwise
82 Enable error recovery.
88 In recovery mode, however, one of two recovery actions will be
99 Still, this is the best recovery action that can be taken at all.
116 recovery mode.
164 In recovery mode, the exit value will be set to
188 If error recovery was requested, the
215 will make error recovery attempts pointless, since the FDC status
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,sta32x.txt44 If present, thermal warning recovery is enabled.
46 - st,fault-detect-recovery:
47 If present, fault detect recovery is enabled.
52 - st,fault-detect-recovery:
53 If present, then fault recovery will be enabled.
/freebsd/contrib/ntp/include/
H A Dmx4200.h14 #define PMVXG_S_TRECOVCONF 23 /* time recovery configuration */
37 #define PMVXG_D_TRECOVUSEAGE 523 /* time recovery usage */
39 #define PMVXG_D_TRECOVRESULT 828 /* time recovery results */
40 #define PMVXG_D_TRECOVOUT 830 /* time recovery output message */
/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c550 mtx_assert(&qpair->recovery, MA_OWNED); in _nvme_qpair_process_completions()
696 * Interlock with reset / recovery code. This is an usually uncontended in nvme_qpair_process_completions()
698 * and to prevent races with the recovery process called from a timeout in nvme_qpair_process_completions()
701 mtx_lock(&qpair->recovery); in nvme_qpair_process_completions()
708 mtx_unlock(&qpair->recovery); in nvme_qpair_process_completions()
738 mtx_init(&qpair->recovery, "nvme qpair recovery", NULL, MTX_DEF); in nvme_qpair_construct()
740 callout_init_mtx(&qpair->timer, &qpair->recovery, 0); in nvme_qpair_construct()
904 mtx_lock(&qpair->recovery); in nvme_qpair_destroy()
906 mtx_unlock(&qpair->recovery); in nvme_qpair_destroy()
946 if (mtx_initialized(&qpair->recovery)) in nvme_qpair_destroy()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dreboot-mode.txt14 - mode-recovery: Android Recovery mode, it is a mode to format the device or update a new image.
22 mode-recovery = <BOOT_RECOVERY>;
H A Dreboot-mode.yaml24 - recovery: Android Recovery mode, it is a mode to format the device or update a new image.
45 mode-recovery = <1>;
/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h78 r_one_out_nr : 1, /* Special case 1 outstanding and not in recovery */
301 * in recovery we enter recovery. In doing
305 * recovery rc_next will be NULL and rc_snd_nxt should
308 * Whenever we retransmit from recovery we increment
310 * with the time it was sent. During non-recovery sending we
314 * In recovery during SACK/ACK processing if a chunk has
409 uint32_t rc_prr_out; /* bytes sent during recovery Lock(a) */
411 uint32_t rc_prr_recovery_fs; /* recovery fs point Lock(a) */
418 uint32_t rc_prr_delivered; /* during recovery prr var Lock(a) */
486 /* Recovery stats */
[all …]
H A Dtcp_bbr.h113 #define BBR_RED_BW_CONGSIG 0 /* We enter recovery and set using b/w */
302 * in recovery we enter recovery. In doing
306 * recovery rc_next will be NULL and rc_snd_nxt should
309 * Whenever we retransmit from recovery we increment
311 * with the time it was sent. During non-recovery sending we
315 * In recovery during SACK/ACK processing if a chunk has
616 uint32_t rc_recovery_start; /* Time we start recovery Lock(a) */
625 uint32_t rc_cwnd_on_ent; /* On entry to recovery the cwnd
712 uint32_t recovery_lr; /* The sum of the loss rate from the pe's during recovery */
750 uint16_t xxx_r_ack_count; /* During recovery count of ack's received
[all …]
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dqcom,ebi2.txt77 - qcom,xmem-recovery-cycles: recovery cycles is the time the memory continues to
81 value is actually 1, so a value of 0 will still yield 1 recovery cycle.
99 - qcom,xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE
131 qcom,xmem-recovery-cycles = <0>;
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dtsc2005.txt15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after
39 ti,esd-recovery-timeout-ms = <8000>;
62 ti,esd-recovery-timeout-ms = <8000>;
H A Dti,tsc2005.yaml42 ti,esd-recovery-timeout-ms:
99 ti,esd-recovery-timeout-ms = <8000>;
126 ti,esd-recovery-timeout-ms = <8000>;
/freebsd/sys/dev/iicbus/
H A Diic_recover_bus.h31 * Helper code to recover a hung i2c bus by bit-banging a recovery sequence.
46 * Drive the bus-recovery logic by manipulating the line states using the
51 * Returns 0 if the bus is functioning properly or IIC_EBUSERR if the recovery
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c49 /* test knob of system error recovery */
78 * 1: trigger & enable system error L1 recovery. in mt7996_sys_recovery_set()
79 * 2: trigger & enable system error L2 recovery. in mt7996_sys_recovery_set()
83 * 6: trigger & enable system error L3 bf recovery. in mt7996_sys_recovery_set()
84 * 7: trigger & enable system error L4 mdp recovery. in mt7996_sys_recovery_set()
85 * 8: trigger & enable system error full recovery. in mt7996_sys_recovery_set()
108 dev->recovery.state |= MT_MCU_CMD_WDT_MASK; in mt7996_sys_recovery_set()
146 "1: trigger system error L1 recovery\n"); in mt7996_sys_recovery_get()
148 "2: trigger system error L2 recovery\n"); in mt7996_sys_recovery_get()
156 "6: trigger system error L3 bf recovery\n"); in mt7996_sys_recovery_get()
[all …]
/freebsd/sys/netinet/
H A Dtcp.h243 #define TCP_RACK_EARLY_SEG 1060 /* If early recovery max segments */
262 #define TCP_BBR_USEDEL_RATE 1079 /* Enable use of delivery rate for loss recovery */
287 #define TCP_BBR_USE_RACK_RR 1104 /* Do we use the rack rapid recovery for pacing rxt's */
297 #define TCP_RACK_RR_CONF 1113 /* Rack rapid recovery configuration control*/
300 #define TCP_RACK_GP_INCREASE_REC 1116 /* GP increase for Recovery */
304 #define TCP_RACK_PACE_RATE_REC 1120 /* Pacing rate for Recovery */
306 #define TCP_RACK_NONRXT_CFG_RATE 1123 /* In recovery does a non-rxt use the cfg rate */
310 #define TCP_RACK_PACE_TO_FILL 1127 /* If we are not in recovery, always pace to fill the cwnd in 1 …
317 #define TCP_REC_ABC_VAL 1134 /* Do we use the ABC value for recovery or the override one from sysc…
331 #define TCP_RACK_DGP_IN_REC 1148 /* Do we use full DGP in recovery? */
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dvi.ref147 e.g. command line options, session recovery, signals,
434 .SH 1 "Recovery"
436 There is no recovery program for
441 Recovery files are created readable and writable by the owner only.
455 a second recovery file containing an email message for the user is created,
471 changing the recovery directory.
473 directory, each system reboot will delete all of the recovery files!
480 The recovery directory should be owned by root, or at least by a pseudo-user.
485 The recovery directory must be read, write, and executable by any user,
488 If the recovery directory does not exist,
[all …]
/freebsd/sys/contrib/device-tree/Bindings/i2c/
H A Di2c.txt77 recovery, call it "gpio" or "recovery" (deprecated) state
80 specify the gpio related to SCL pin. Used for GPIO bus recovery.
83 specify the gpio related to SDA pin. Optional for GPIO bus recovery.
/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c415 * "023" Time Recovery Configuration in mx4200_config()
437 tr_mode, /* time recovery mode (see above ) */ in mx4200_config()
531 * "023" Time Recovery Configuration in mx4200_ref()
647 * "523" Time Recovery Parameters in mx4200_poll()
819 * "523" Time Recovery Parameters Currently in Use in mx4200_receive()
832 * "830" Time Recovery Results message in mx4200_receive()
848 * Parse the time recovery message, and keep the info in mx4200_receive()
908 * Parse a mx4200 time recovery message. Returns a string if error.
917 * Sentence Type: 830=Time Recovery Results
931 * 7 char Time Recovery Mod
[all...]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6q-gk802.dts33 recovery-button {
34 label = "recovery";
76 /* Recovery button, active-low */
/freebsd/usr.sbin/nfsd/
H A Dnfsv4.452 server remains in recovery mode for a grace period (always greater than the
56 To provide for correct recovery semantics, a small file described by
58 is used by the server during the recovery phase.
66 for recovery.
67 Note that recovery only occurs when the server

12345678910>>...34