Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c647 static boolean_t pt_shown; variable
653 pt_shown = B_FALSE; in start_progress_timer()
661 if (pt_shown) { in set_progress_header()
670 if (!pt_shown && time(NULL) > pt_begin) { in update_progress()
676 pt_shown = B_TRUE; in update_progress()
677 } else if (pt_shown) { in update_progress()
688 if (pt_shown) { in finish_progress()