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