Home
last modified time | relevance | path

Searched refs:last_total (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cdrw/
H A Dutil.c181 static uint64_t last_total; variable
188 last_total = 0; in init_progress()
213 if (total == last_total) in progress()
215 last_total = total; in progress()