Lines Matching refs:ubuf
778 history_l_fields_buf_t ubuf; in show_history_time() local
823 bzero(&ubuf, sizeof (ubuf)); in show_history_time()
825 (void) snprintf(ubuf.history_l_flow, sizeof (ubuf.history_l_flow), "%s", in show_history_time()
829 (void) snprintf(ubuf.history_l_stime, sizeof (ubuf.history_l_stime), in show_history_time()
833 (void) snprintf(ubuf.history_l_etime, sizeof (ubuf.history_l_etime), in show_history_time()
835 (void) snprintf(ubuf.history_l_rbytes, sizeof (ubuf.history_l_rbytes), in show_history_time()
837 (void) snprintf(ubuf.history_l_obytes, sizeof (ubuf.history_l_obytes), in show_history_time()
839 (void) snprintf(ubuf.history_l_bandwidth, in show_history_time()
840 sizeof (ubuf.history_l_bandwidth), "%s Mbps", in show_history_time()
843 ofmt_print(state->us_ofmt, (void *)&ubuf); in show_history_time()
852 history_fields_buf_t ubuf; in show_history_res() local
865 bzero(&ubuf, sizeof (ubuf)); in show_history_res()
867 (void) snprintf(ubuf.history_flow, sizeof (ubuf.history_flow), "%s", in show_history_res()
869 (void) snprintf(ubuf.history_duration, sizeof (ubuf.history_duration), in show_history_res()
871 (void) snprintf(ubuf.history_ipackets, sizeof (ubuf.history_ipackets), in show_history_res()
873 (void) snprintf(ubuf.history_rbytes, sizeof (ubuf.history_rbytes), in show_history_res()
875 (void) snprintf(ubuf.history_opackets, sizeof (ubuf.history_opackets), in show_history_res()
877 (void) snprintf(ubuf.history_obytes, sizeof (ubuf.history_obytes), in show_history_res()
879 (void) snprintf(ubuf.history_bandwidth, sizeof (ubuf.history_bandwidth), in show_history_res()
882 ofmt_print(state->us_ofmt, (void *)&ubuf); in show_history_res()