Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dlstat/
H A Ddlstat.c89 boolean_t hs_first; member
594 if (state->hs_first) { in show_history_time()
596 state->hs_first = B_FALSE; in show_history_time()
601 state->hs_first = B_TRUE; in show_history_time()
605 if (state->hs_first) { in show_history_time()
609 state->hs_first = B_FALSE; in show_history_time()
616 state->hs_first = B_TRUE; in show_history_time()
721 state.hs_first = B_TRUE; in do_show_history()