Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/opensolaris/cmd/zfs/
HDzfs_main.c554 static boolean_t pt_shown; variable
560 pt_shown = B_FALSE; in start_progress_timer()
568 if (pt_shown) { in set_progress_header()
577 if (!pt_shown && time(NULL) > pt_begin) { in update_progress()
583 pt_shown = B_TRUE; in update_progress()
584 } else if (pt_shown) { in update_progress()
595 if (pt_shown) { in finish_progress()