Searched defs:lost (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_trace.c321 * Don't overwrite if alert signaled (count lost instead)
326 t->tt_lost++; /* lost during alert */
425 int cd, count, lost, new_cnt; local
501 if ((count = tt.tt_cnt) > tt.tt_max) { /* lost from beginning */
504 lost = tt.tt_cnt - tt.tt_max;
506 lost = 0;
552 if ((new_cnt -= count+lost) < 0)
/illumos-gate/usr/src/cmd/fm/fmstat/common/
H A Dfmstat.c54 fmd_stat_t lost; member in struct:stats
79 { "lost", FMD_TYPE_UINT64 },
409 u64delta(mp->m_old->lost.fmds_value.ui64,
410 mp->m_new->lost.fmds_value.ui64),
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c1119 uint64_t sent, acked, lost, unacked, unknown; local
1174 lost = pii->pii_cum_stats.lost;
1183 lost++;
1193 "Number of probes/acks lost %lld\n"
1197 sent, acked, lost, unacked, unknown);
1971 * can be sure that probe 'n - 2' is lost, if we have not
H A Dmpd_tables.h255 uint_t pr_time_lost; /* Time probe declared lost */
265 #define PR_LOST 3 /* Probe is declared lost */
280 uint64_t lost; /* Number of probes lost */ member in struct:phyint_instance::stats

Completed in 70 milliseconds