Symbol: print_fld_size
usr.bin/systat/cpu.c
227
print_fld_size(FLD_CPU_CPU, (v)); \
usr.bin/systat/engine.c
835
print_fld_size(fld, rate);
usr.bin/systat/engine.h
118
void print_fld_size(field_def *, u_int64_t);
usr.bin/systat/if.c
366
print_fld_size(FLD_IF_IPKTS, ifs->ifs_cur.ifc_ip);
usr.bin/systat/if.c
367
print_fld_size(FLD_IF_IERRS, if_err_view->icount(&ifs->ifs_cur));
usr.bin/systat/if.c
370
print_fld_size(FLD_IF_OPKTS, ifs->ifs_cur.ifc_op);
usr.bin/systat/if.c
371
print_fld_size(FLD_IF_OERRS, if_err_view->ocount(&ifs->ifs_cur));
usr.bin/systat/if.c
373
print_fld_size(FLD_IF_COLLS, ifs->ifs_cur.ifc_co);
usr.bin/systat/if.c
387
print_fld_size(FLD_IF_IPKTS, sum.ifc_ip);
usr.bin/systat/if.c
388
print_fld_size(FLD_IF_IERRS, if_err_view->icount(&sum));
usr.bin/systat/if.c
391
print_fld_size(FLD_IF_OPKTS, sum.ifc_op);
usr.bin/systat/if.c
392
print_fld_size(FLD_IF_OERRS, if_err_view->ocount(&sum));
usr.bin/systat/if.c
394
print_fld_size(FLD_IF_COLLS, sum.ifc_co);
usr.bin/systat/iostat.c
228
print_fld_size(FLD_IO_READ, rsum);
usr.bin/systat/iostat.c
229
print_fld_size(FLD_IO_WRITE, wsum);
usr.bin/systat/iostat.c
230
print_fld_size(FLD_IO_RTPS, rtsum);
usr.bin/systat/iostat.c
231
print_fld_size(FLD_IO_WTPS, wtsum);
usr.bin/systat/iostat.c
241
print_fld_size(FLD_IO_READ, cur.dk_rbytes[dn] / etime);
usr.bin/systat/iostat.c
242
print_fld_size(FLD_IO_WRITE, cur.dk_wbytes[dn] / etime);
usr.bin/systat/iostat.c
243
print_fld_size(FLD_IO_RTPS, cur.dk_rxfer[dn] / etime);
usr.bin/systat/iostat.c
244
print_fld_size(FLD_IO_WTPS, cur.dk_wxfer[dn] / etime);
usr.bin/systat/malloc.c
370
print_fld_size(FLD_BUCKET_SIZE, bucket_sizes[k]);
usr.bin/systat/malloc.c
371
print_fld_size(FLD_BUCKET_INUSE, kp->kb_total - kp->kb_totalfree);
usr.bin/systat/malloc.c
372
print_fld_size(FLD_BUCKET_FREE, kp->kb_totalfree);
usr.bin/systat/malloc.c
373
print_fld_size(FLD_BUCKET_REQUESTS, kp->kb_calls);
usr.bin/systat/malloc.c
374
print_fld_size(FLD_BUCKET_HIWAT, kp->kb_highwat);
usr.bin/systat/malloc.c
375
print_fld_size(FLD_BUCKET_COULDFREE, kp->kb_couldfree);
usr.bin/systat/malloc.c
391
print_fld_size(FLD_TYPE_INUSE, t->stats.ks_inuse);
usr.bin/systat/malloc.c
392
print_fld_size(FLD_TYPE_MEMUSE, t->stats.ks_memuse);
usr.bin/systat/malloc.c
393
print_fld_size(FLD_TYPE_HIGHUSE, t->stats.ks_maxused);
usr.bin/systat/malloc.c
394
print_fld_size(FLD_TYPE_LIMIT, t->stats.ks_limit);
usr.bin/systat/malloc.c
395
print_fld_size(FLD_TYPE_REQUESTS, t->stats.ks_calls);
usr.bin/systat/malloc.c
396
print_fld_size(FLD_TYPE_TLIMIT, t->stats.ks_limblocks);
usr.bin/systat/mbufs.c
400
print_fld_size(FLD_MB_MSIZE, mbpool.pr_size);
usr.bin/systat/mbufs.c
401
print_fld_size(FLD_MB_MALIVE, mbpool.pr_nget - mbpool.pr_nput);
usr.bin/systat/mbufs.c
402
print_fld_size(FLD_MB_MHWM, mbpool.pr_hiwat);
usr.bin/systat/mbufs.c
412
print_fld_size(FLD_MB_MLWM, rxr->rxr_lwm);
usr.bin/systat/mbufs.c
414
print_fld_size(FLD_MB_MHWM, rxr->rxr_hwm);
usr.bin/systat/mbufs.c
416
print_fld_size(FLD_MB_MCWM, rxr->rxr_cwm);
usr.bin/systat/netstat.c
407
print_fld_size(FLD_NS_RECV_Q, p->nif_rcvcc);
usr.bin/systat/netstat.c
408
print_fld_size(FLD_NS_SEND_Q, p->nif_sndcc);
usr.bin/systat/pf.c
183
print_fld_size(FLD_PF_VALUE, (v)); \
usr.bin/systat/pf.c
195
print_fld_size(FLD_PF_VALUE, (v)); \
usr.bin/systat/pftop.c
1312
print_fld_size(FLD_STATS, pr->states_tot);
usr.bin/systat/pftop.c
1314
print_fld_size(FLD_PKTS, pr->packets[0] + pr->packets[1]);
usr.bin/systat/pftop.c
1315
print_fld_size(FLD_BYTES, pr->bytes[0] + pr->bytes[1]);
usr.bin/systat/pftop.c
1656
print_fld_size(FLD_PKTS, node->qstats.data.xmit_cnt.packets);
usr.bin/systat/pftop.c
1657
print_fld_size(FLD_BYTES, node->qstats.data.xmit_cnt.bytes);
usr.bin/systat/pftop.c
1658
print_fld_size(FLD_DROPP, node->qstats.data.drop_cnt.packets);
usr.bin/systat/pftop.c
1659
print_fld_size(FLD_DROPB, node->qstats.data.drop_cnt.bytes);
usr.bin/systat/pftop.c
1660
print_fld_size(FLD_QLEN, node->qstats.data.qlength);
usr.bin/systat/pftop.c
878
print_fld_size(FLD_PKTS, COUNTER(s->packets[0]) +
usr.bin/systat/pftop.c
880
print_fld_size(FLD_BYTES, sz);
usr.bin/systat/pool.c
412
print_fld_size(FLD_POOL_REQS, p->pool.pr_nget);
usr.bin/systat/pool.c
413
print_fld_size(FLD_POOL_FAIL, p->pool.pr_nfail);
usr.bin/systat/pool.c
415
print_fld_size(FLD_POOL_PGREQ, p->pool.pr_npagealloc);
usr.bin/systat/pool.c
416
print_fld_size(FLD_POOL_PGREL, p->pool.pr_npagefree);
usr.bin/systat/pool.c
418
print_fld_size(FLD_POOL_NPAGE, p->pool.pr_npages);
usr.bin/systat/pool.c
419
print_fld_size(FLD_POOL_HIWAT, p->pool.pr_hiwat);
usr.bin/systat/pool.c
420
print_fld_size(FLD_POOL_MINPG, p->pool.pr_minpages);
usr.bin/systat/pool.c
425
print_fld_size(FLD_POOL_MAXPG, p->pool.pr_maxpages);
usr.bin/systat/pool.c
427
print_fld_size(FLD_POOL_IDLE, p->pool.pr_nidle);
usr.bin/systat/pool.c
567
print_fld_size(FLD_POOL_CACHE_NGC, kpc->pr_ngc);
usr.bin/systat/pool.c
574
print_fld_size(FLD_POOL_CACHE_GET, kpcc->pr_nget);
usr.bin/systat/pool.c
575
print_fld_size(FLD_POOL_CACHE_PUT, kpcc->pr_nput);
usr.bin/systat/pool.c
576
print_fld_size(FLD_POOL_CACHE_LGET, kpcc->pr_nlget);
usr.bin/systat/pool.c
577
print_fld_size(FLD_POOL_CACHE_LPUT, kpcc->pr_nlput);