Lines Matching refs:ubuf

795 	history_l_fields_buf_t 	ubuf;  in show_history_time()  local
840 bzero(&ubuf, sizeof (ubuf)); in show_history_time()
842 (void) snprintf(ubuf.history_l_flow, sizeof (ubuf.history_l_flow), "%s", in show_history_time()
846 (void) snprintf(ubuf.history_l_stime, sizeof (ubuf.history_l_stime), in show_history_time()
850 (void) snprintf(ubuf.history_l_etime, sizeof (ubuf.history_l_etime), in show_history_time()
852 (void) snprintf(ubuf.history_l_rbytes, sizeof (ubuf.history_l_rbytes), in show_history_time()
854 (void) snprintf(ubuf.history_l_obytes, sizeof (ubuf.history_l_obytes), in show_history_time()
856 (void) snprintf(ubuf.history_l_bandwidth, in show_history_time()
857 sizeof (ubuf.history_l_bandwidth), "%s Mbps", in show_history_time()
860 ofmt_print(state->us_ofmt, (void *)&ubuf); in show_history_time()
869 history_fields_buf_t ubuf; in show_history_res() local
882 bzero(&ubuf, sizeof (ubuf)); in show_history_res()
884 (void) snprintf(ubuf.history_flow, sizeof (ubuf.history_flow), "%s", in show_history_res()
886 (void) snprintf(ubuf.history_duration, sizeof (ubuf.history_duration), in show_history_res()
888 (void) snprintf(ubuf.history_ipackets, sizeof (ubuf.history_ipackets), in show_history_res()
890 (void) snprintf(ubuf.history_rbytes, sizeof (ubuf.history_rbytes), in show_history_res()
892 (void) snprintf(ubuf.history_opackets, sizeof (ubuf.history_opackets), in show_history_res()
894 (void) snprintf(ubuf.history_obytes, sizeof (ubuf.history_obytes), in show_history_res()
896 (void) snprintf(ubuf.history_bandwidth, sizeof (ubuf.history_bandwidth), in show_history_res()
899 ofmt_print(state->us_ofmt, (void *)&ubuf); in show_history_res()