Home
last modified time | relevance | path

Searched full:lost (Results 1 – 25 of 1411) sorted by relevance

12345678910>>...57

/freebsd/share/doc/smm/03.fsck/
H A D4.t622 .I lost+found .
644 .I lost+found .
675 .I lost+found .
971 .I lost+found
987 directory for lost files (usually \fIlost+found\fP).
989 .I lost+found
991 if there are problems connecting directory inode \fII\fP to \fIlost+found\fP.
999 .B "NO lost+found DIRECTORY (CREATE)"
1002 .I lost+found
1006 tries to create a \fIlost+found\fP directory.
[all …]
/freebsd/crypto/openssl/test/
H A Dmemleaktest.c47 char *volatile lost; in main() local
49 lost = OPENSSL_malloc(3); in main()
50 if (!TEST_ptr(lost)) in main()
53 strcpy(lost, "ab"); in main()
56 OPENSSL_free(lost); in main()
60 lost = NULL; in main()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-fifm.md6 designated as lost by the ACK manager. The ACK manager works on the level of
62 when a packet containing them is lost. This has the advantage of using
72 - Some frame types do not need to be retransmitted even if lost (`PING`,
87 been acknowledged, lost or discarded:
93 can be informed of lost or acked ranges in the stream.
101 given stream whether a FIN was lost or acked.
104 so that they can be requeued (if lost) or released (if acked or discarded).
108 again if the packet was lost).
116 the event that they are lost. It facilitates the GCR retransmission strategy.
133 to the `TX` state. If the packet it was sent in is subsequently lost,
[all …]
H A Dglossary.md5 notifications when they are lost, or when they are successfully delivered.
70 containing packets are deemed delivered or lost, so that frames can be
73 **GCR:** Generic Control Frame Retransmission. A strategy for regenerating lost
74 frames. Stores raw frame in a queue so that it can be retransmitted if lost. See
235 **REGEN:** A strategy for regenerating lost frames. This strategy regenerates
312 are lost. Note that the ACKM records only receipt or loss of entire packets,
H A Dquic-overview.md28 retransmitted if the packets in which they were transmitted were lost. It is
118 It detects lost packets (after an ACK is not received in time). It informs
121 to be lost.
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes26 synchronized to the broadcast signal, then lost the signal and is
46 been lost for about ten hours
68 been lost for about ten hours; unlock condition is indicated by
86 initial synchronization and when received signal is lost for an
105 hh:mm:ss.? once synch is established and then lost again for about
140 lost for an extended period. A receiver unlock condition is
/freebsd/crypto/openssl/include/internal/
H A Dquic_cc.h27 /* The time the packet being lost was originally sent. */
30 /* The size in bytes of the packet which has been determined lost. */
167 * The On Data Lost event. See OSSL_CC_LOSS_INFO structure for details
171 * lost, it is useful for a congestion control algorithm to be able to
175 * on_data_lost() representing further lost packets in the same loss event
H A Dquic_ackm.h107 /* Callback called if frames in this packet are lost. arg is cb_arg. */
112 * Callback called if frames in this packet are neither acked nor lost. arg
123 * manifest a singly-linked list of newly lost packets.
275 * as having been pseudo-lost. The main reason to use this is during a Retry, to
278 * The lost callback is called for the packet, but the packet is NOT considered
279 * lost for congestion control purposes. Thus this is not exactly the same as a
H A Dquic_stream.h36 * - receiving notifications of lost frames, in order to generate new STREAM
37 * frames for the lost data;
180 * (RX/ACKM use.) Marks a logical range of the send stream as having been lost.
181 * The send stream will return the lost data for retransmission on a future call
185 * If the lost frame had the FIN bit set, you must also call
196 * set was lost.
/freebsd/libexec/rc/rc.d/
H A Dcleartmp37 # + /tmp/lost+found is preserved, but its contents are removed.
38 # + lost+found and quota.* in subdirectories are removed.
43 ! \( -name lost+found -type d -user root \) \
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_time.h59 /* The number of lost MTC updates. */
62 /* The number of lost CYC updates. */
88 * If @lost_mtc is not NULL, provides the number of lost MTC packets.
89 * If @lost_cyc is not NULL, provides the number of lost CYC packets.
164 /* The number of lost MTC updates since the last successful update. */
/freebsd/sbin/fsck_ffs/
H A Dfsck_ffs.8123 The amount and severity of data lost may be determined from the diagnostic
254 .Pa lost+found
256 In particular, systems that do not wish to have lost files accessible
355 .Pa lost+found
359 .Pa lost+found
H A Dglobs.c95 ino_t lfdir; /* lost & found directory inode number */
96 const char *lfname; /* lost & found directory name */
97 int lfmode; /* lost & found directory creation mode */
150 lfname = "lost+found"; in fsckinit()
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzpool-import.8171 If successful, the data from the discarded transactions is irretrievably lost.
185 Recent transactions can be lost because the log device will be discarded.
220 All changes and data that were written after the checkpoint are lost!
319 If successful, the data from the discarded transactions is irretrievably lost.
333 Recent transactions can be lost because the log device will be discarded.
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_time.c90 /* Correct a single wrap-around. If we lost enough MTCs to wrap in pt_time_ctc_delta()
252 * Later MTCs will ensure that no time is lost - provided TMA provides in pt_time_update_mtc()
398 * We lost an unknown portion of the CYC payload for the current MTC in pt_time_adjust_cyc()
679 * We skip this MTC if we lost one or more MTC since the last PSB or if in pt_tcal_update_mtc()
680 * it looks like we lost a wrap CYC packet. in pt_tcal_update_mtc()
682 * This is not an error but we count that MTC as lost. in pt_tcal_update_mtc()
685 /* If we lost one or more MTC, the case is clear. */ in pt_tcal_update_mtc()
689 /* The case is less clear for a lost wrap CYC packet since we do in pt_tcal_update_mtc()
/freebsd/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_find.py3 # Will list all devices found/lost within a time frame (timeout)
32 print("Device lost: %s" % (devicepath))
100 #Adds listeners for find and lost
/freebsd/sbin/fsck_msdosfs/
H A Dext.h38 #define LOSTDIR "LOST.DIR"
131 * Check for lost cluster chains
135 * Try to reconnect a lost cluster chain
/freebsd/crypto/heimdal/lib/kadm5/
H A Diprop.879 .Op Fl Fl time-lost= Ns Ar time
165 .It Fl Fl time-lost= Ns Ar time
166 time before server is considered lost (default 5 min)
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibping.c144 static uint64_t start, total_time, replied, lost, ntrans; variable
157 (lost != 0) ? lost * 100 / ntrans : 0, total_time / 1000); in report()
267 lost++; in main()
/freebsd/share/man/man4/
H A Dng_vjc.4165 either (a) it is not possible for an outgoing frame to be lost, or
166 (b) lost frames can be reliably detected and immediately
189 after detecting that a received frame has been lost, due to a bad
/freebsd/usr.bin/tcopy/
H A Dtcopy.188 Information about record sizes will be lost.
93 file and record layout is lost.
145 The file and record structure of the input will be lost.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_trim/
H A Dzpool_trim_split.ksh52 log_fail "Trimming lost progress on original pool"
58 log_fail "Trimming lost progress on split pool"
H A Dzpool_trim_offline_export_import_online.ksh54 log_fail "Trimming lost progress after import"
60 log_fail "Trimming lost progress after online"
H A Dzpool_trim_attach_detach_add_remove.ksh51 log_fail "Lost trimming progress on demotion to child vdev"
57 log_fail "Lost trimming progress on promotion to top vdev"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_offline_export_import_online.ksh58 log_fail "Initializing lost progress after import"
64 log_fail "Initializing lost progress after online"

12345678910>>...57