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.c649 static boolean_t pt_shown; variable
655 pt_shown = B_FALSE; in start_progress_timer()
663 if (pt_shown) { in set_progress_header()
672 if (!pt_shown && time(NULL) > pt_begin) { in update_progress()
678 pt_shown = B_TRUE; in update_progress()
679 } else if (pt_shown) { in update_progress()
690 if (pt_shown) { in finish_progress()