Lines Matching refs:ubuf
789 history_l_fields_buf_t ubuf; in show_history_time() local
834 bzero(&ubuf, sizeof (ubuf)); in show_history_time()
836 (void) snprintf(ubuf.history_l_flow, sizeof (ubuf.history_l_flow), "%s", in show_history_time()
840 (void) snprintf(ubuf.history_l_stime, sizeof (ubuf.history_l_stime), in show_history_time()
844 (void) snprintf(ubuf.history_l_etime, sizeof (ubuf.history_l_etime), in show_history_time()
846 (void) snprintf(ubuf.history_l_rbytes, sizeof (ubuf.history_l_rbytes), in show_history_time()
848 (void) snprintf(ubuf.history_l_obytes, sizeof (ubuf.history_l_obytes), in show_history_time()
850 (void) snprintf(ubuf.history_l_bandwidth, in show_history_time()
851 sizeof (ubuf.history_l_bandwidth), "%s Mbps", in show_history_time()
854 ofmt_print(state->us_ofmt, (void *)&ubuf); in show_history_time()
863 history_fields_buf_t ubuf; in show_history_res() local
876 bzero(&ubuf, sizeof (ubuf)); in show_history_res()
878 (void) snprintf(ubuf.history_flow, sizeof (ubuf.history_flow), "%s", in show_history_res()
880 (void) snprintf(ubuf.history_duration, sizeof (ubuf.history_duration), in show_history_res()
882 (void) snprintf(ubuf.history_ipackets, sizeof (ubuf.history_ipackets), in show_history_res()
884 (void) snprintf(ubuf.history_rbytes, sizeof (ubuf.history_rbytes), in show_history_res()
886 (void) snprintf(ubuf.history_opackets, sizeof (ubuf.history_opackets), in show_history_res()
888 (void) snprintf(ubuf.history_obytes, sizeof (ubuf.history_obytes), in show_history_res()
890 (void) snprintf(ubuf.history_bandwidth, sizeof (ubuf.history_bandwidth), in show_history_res()
893 ofmt_print(state->us_ofmt, (void *)&ubuf); in show_history_res()