Lines Matching +defs:new +defs:value
212 * Display a formatted value, or a '-' in the same space.
216 u_long value, short showvalue, int div1000)
252 humanize_number(buf, sizeof(buf), (int64_t)value, "",
264 xo_emit(newfmt, value);
659 struct iftot ift[2], *new, *old;
663 new = &ift[0];
700 fill_iftot(new);
704 new->ift_ip - old->ift_ip, 1, 1);
706 new->ift_ie - old->ift_ie, 1, 1);
708 new->ift_id - old->ift_id, 1, 1);
710 new->ift_ib - old->ift_ib, 1, 0);
712 new->ift_op - old->ift_op, 1, 1);
714 new->ift_oe - old->ift_oe, 1, 1);
716 new->ift_ob - old->ift_ob, 1, 0);
718 new->ift_co - old->ift_co, 1, 1);
721 new->ift_od - old->ift_od, 1, 1);
726 if (new == &ift[0]) {
727 new = &ift[1];
730 new = &ift[0];