Symbol: PRWORD
usr.bin/vmstat/vmstat.c
1168
PRWORD(ovflw, " %*.0f", 3, 1,
usr.bin/vmstat/vmstat.c
1242
PRWORD(ovflw, " %*.0f", ((stat_sy >= 100) ? 2 : 3), 1, stat_us);
usr.bin/vmstat/vmstat.c
1243
PRWORD(ovflw, " %*.0f", ((stat_us >= 100 || stat_id >= 100) ? 2 : 3), 1,
usr.bin/vmstat/vmstat.c
1245
PRWORD(ovflw, " %*.0f", 3, 1, stat_id);
usr.bin/vmstat/vmstat.c
1515
PRWORD(ovflw, "%-*s", name_len, 0, pp->pr_wchan);
usr.bin/vmstat/vmstat.c
1516
PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 5, 1, pp->pr_size);
usr.bin/vmstat/vmstat.c
1517
PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pp->pr_nget);
usr.bin/vmstat/vmstat.c
1519
PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pp->pr_nfail);
usr.bin/vmstat/vmstat.c
1521
PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pp->pr_nput);
usr.bin/vmstat/vmstat.c
1524
PRWORD(ovflw, " %*" PRIu64, 9, 1, pp->pr_nout);
usr.bin/vmstat/vmstat.c
1526
PRWORD(ovflw, " %*" PRIu64, 9, 1, pp->pr_nitems);
usr.bin/vmstat/vmstat.c
1529
PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pp->pr_npagealloc);
usr.bin/vmstat/vmstat.c
1531
PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pp->pr_npagefree);
usr.bin/vmstat/vmstat.c
1533
PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pp->pr_npages);
usr.bin/vmstat/vmstat.c
1536
PRWORD(ovflw, " %*" PRIu64, 9, 1, pp->pr_pagesize);
usr.bin/vmstat/vmstat.c
1537
PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 6, 1, pp->pr_hiwat);
usr.bin/vmstat/vmstat.c
1538
PRWORD(ovflw, " %*" PRIu64, 6, 1, pp->pr_minpages);
usr.bin/vmstat/vmstat.c
1539
PRWORD(ovflw, " %*s", wide ? 9 : 6, 1, maxp);
usr.bin/vmstat/vmstat.c
1540
PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pp->pr_nidle);
usr.bin/vmstat/vmstat.c
1542
PRWORD(ovflw, " 0x%0*" PRIx64, 6, 1,
usr.bin/vmstat/vmstat.c
1570
PRWORD(ovflw, "%-*s", name_len, 0, "Totals");
usr.bin/vmstat/vmstat.c
1571
PRWORD(ovflw, " %*s", wide ? 9 : 5, 1, "");
usr.bin/vmstat/vmstat.c
1572
PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nget);
usr.bin/vmstat/vmstat.c
1573
PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pool_totals.pt_nfail);
usr.bin/vmstat/vmstat.c
1574
PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nput);
usr.bin/vmstat/vmstat.c
1576
PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nout);
usr.bin/vmstat/vmstat.c
1577
PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nitems);
usr.bin/vmstat/vmstat.c
1579
PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagealloc);
usr.bin/vmstat/vmstat.c
1580
PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagefree);
usr.bin/vmstat/vmstat.c
1581
PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pool_totals.pt_npages);
usr.bin/vmstat/vmstat.c
1666
PRWORD(ovflw, "%-*s", wide ? 16 : 11, 0, name);
usr.bin/vmstat/vmstat.c
1667
PRWORD(ovflw, " %*u", wide ? 9 : 5, 1, pp->pr_size);
usr.bin/vmstat/vmstat.c
1668
PRWORD(ovflw, " %*lu", wide ? 13 : 9, 1, pp->pr_nget);
usr.bin/vmstat/vmstat.c
1670
PRWORD(ovflw, " %*lu", wide ? 8 : 5, 1, pp->pr_nfail);
usr.bin/vmstat/vmstat.c
1672
PRWORD(ovflw, " %*lu", wide ? 13 : 9, 1, pp->pr_nput);
usr.bin/vmstat/vmstat.c
1675
PRWORD(ovflw, " %*u", 9, 1, pp->pr_nout);
usr.bin/vmstat/vmstat.c
1677
PRWORD(ovflw, " %*u", 9, 1, pp->pr_nitems);
usr.bin/vmstat/vmstat.c
1680
PRWORD(ovflw, " %*lu", wide ? 11 : 6, 1, pp->pr_npagealloc);
usr.bin/vmstat/vmstat.c
1682
PRWORD(ovflw, " %*lu", wide ? 11 : 6, 1, pp->pr_npagefree);
usr.bin/vmstat/vmstat.c
1684
PRWORD(ovflw, " %*u", wide ? 9 : 6, 1, pp->pr_npages);
usr.bin/vmstat/vmstat.c
1687
PRWORD(ovflw, " %*u", 9, 1, pa.pa_pagesz);
usr.bin/vmstat/vmstat.c
1688
PRWORD(ovflw, " %*u", wide ? 8 : 6, 1, pp->pr_hiwat);
usr.bin/vmstat/vmstat.c
1689
PRWORD(ovflw, " %*u", 6, 1, pp->pr_minpages);
usr.bin/vmstat/vmstat.c
1690
PRWORD(ovflw, " %*s", wide ? 9 : 6, 1, maxp);
usr.bin/vmstat/vmstat.c
1691
PRWORD(ovflw, " %*lu", wide ? 8 : 5, 1, pp->pr_nidle);
usr.bin/vmstat/vmstat.c
1693
PRWORD(ovflw, " 0x%0*x", 6, 1,
usr.bin/vmstat/vmstat.c
1721
PRWORD(ovflw, "%-*s", wide ? 16 : 11, 0, "Totals");
usr.bin/vmstat/vmstat.c
1722
PRWORD(ovflw, " %*s", wide ? 9 : 5, 1, "");
usr.bin/vmstat/vmstat.c
1723
PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nget);
usr.bin/vmstat/vmstat.c
1724
PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pool_totals.pt_nfail);
usr.bin/vmstat/vmstat.c
1725
PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nput);
usr.bin/vmstat/vmstat.c
1727
PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nout);
usr.bin/vmstat/vmstat.c
1728
PRWORD(ovflw, " %*" PRIu64, 9, 1, pool_totals.pt_nitems);
usr.bin/vmstat/vmstat.c
1730
PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagealloc);
usr.bin/vmstat/vmstat.c
1731
PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagefree);
usr.bin/vmstat/vmstat.c
1732
PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pool_totals.pt_npages);
usr.bin/vmstat/vmstat.c
1784
PRWORD(ovflw, "%-*s", MIN((int)sizeof(pp->pr_wchan), 13), 1,
usr.bin/vmstat/vmstat.c
1786
PRWORD(ovflw, " %*" PRIu64, 6, 1, pp->pr_cache_ncontended);
usr.bin/vmstat/vmstat.c
1787
PRWORD(ovflw, " %*" PRIu64, 6, 1, pp->pr_cache_meta_size);
usr.bin/vmstat/vmstat.c
1788
PRWORD(ovflw, " %*" PRIu64, 5, 1, pp->pr_cache_nfull);
usr.bin/vmstat/vmstat.c
1789
PRWORD(ovflw, " %*" PRIu64, 5, 1, pp->pr_cache_nempty);
usr.bin/vmstat/vmstat.c
1790
PRWORD(ovflw, " %*" PRIu64, 10, 1, pp->pr_cache_nmiss_global);
usr.bin/vmstat/vmstat.c
1794
PRWORD(ovflw, " %*" PRIu64, 11, 1, tot);
usr.bin/vmstat/vmstat.c
1795
PRWORD(ovflw, " %*.1f", 6, 1, p);
usr.bin/vmstat/vmstat.c
1799
PRWORD(ovflw, " %*" PRIu64, 12, 1, tot);
usr.bin/vmstat/vmstat.c
1800
PRWORD(ovflw, " %*.1f", 6, 1, p);
usr.bin/vmstat/vmstat.c
1876
PRWORD(ovflw, "%-*s", 13, 1, name);
usr.bin/vmstat/vmstat.c
1877
PRWORD(ovflw, " %*llu", 6, 1, (long long)contended);
usr.bin/vmstat/vmstat.c
1878
PRWORD(ovflw, " %*u", 6, 1, pc->pc_pcgsize);
usr.bin/vmstat/vmstat.c
1879
PRWORD(ovflw, " %*u", 5, 1, nfull);
usr.bin/vmstat/vmstat.c
1880
PRWORD(ovflw, " %*u", 5, 1, 0);
usr.bin/vmstat/vmstat.c
1881
PRWORD(ovflw, " %*llu", 10, 1, (long long)pcmiss);
usr.bin/vmstat/vmstat.c
1885
PRWORD(ovflw, " %*llu", 11, 1, (long long)tot);
usr.bin/vmstat/vmstat.c
1886
PRWORD(ovflw, " %*.1f", 6, 1, p);
usr.bin/vmstat/vmstat.c
1890
PRWORD(ovflw, " %*llu", 12, 1, (long long)tot);
usr.bin/vmstat/vmstat.c
1891
PRWORD(ovflw, " %*.1f", 6, 1, p);
usr.bin/vmstat/vmstat.c
794
PRWORD(ovflw, " %*d", 2, 1, total.t_rq - 1);
usr.bin/vmstat/vmstat.c
795
PRWORD(ovflw, " %*d", 2, 1, total.t_dw + total.t_pw);
usr.bin/vmstat/vmstat.c
798
PRWORD(ovflw, " %*ld", 9, 1, pgtok(total.t_avm));
usr.bin/vmstat/vmstat.c
799
PRWORD(ovflw, " %*ld", 7, 1, pgtok(total.t_free));
usr.bin/vmstat/vmstat.c
800
PRWORD(ovflw, " %*ld", 5, 1,
usr.bin/vmstat/vmstat.c
802
PRWORD(ovflw, " %*ld", 4, 1,
usr.bin/vmstat/vmstat.c
804
PRWORD(ovflw, " %*ld", 4, 1,
usr.bin/vmstat/vmstat.c
806
PRWORD(ovflw, " %*ld", 5, 1,
usr.bin/vmstat/vmstat.c
808
PRWORD(ovflw, " %*ld", 5, 1,
usr.bin/vmstat/vmstat.c
810
PRWORD(ovflw, " %*ld", 6, 2,
usr.bin/vmstat/vmstat.c
813
PRWORD(ovflw, " %*ld", 5, 1,
usr.bin/vmstat/vmstat.c
815
PRWORD(ovflw, " %*ld", 5, 1,
usr.bin/vmstat/vmstat.c
817
PRWORD(ovflw, " %*ld", 4, 1,
usr.sbin/pstat/pstat.c
444
PRWORD(ovflw, "%*lx", PTRSTRWIDTH, 0, (long)avnode);
usr.sbin/pstat/pstat.c
445
PRWORD(ovflw, " %*s", 4, 1, type);
usr.sbin/pstat/pstat.c
446
PRWORD(ovflw, " %*s", 6, 1, flags);
usr.sbin/pstat/pstat.c
448
PRWORD(ovflw, " %*d", 5, 1, vp->v_usecount & VUSECOUNT_MASK);
usr.sbin/pstat/pstat.c
449
PRWORD(ovflw, " %*d", 5, 1, vp->v_holdcnt);
usr.sbin/pstat/pstat.c
450
PRWORD(ovflw, " %*d", 4, 1, vp->v_tag);
usr.sbin/pstat/pstat.c
451
PRWORD(ovflw, " %*d", 6, 1, vp->v_uobj.uo_npages);
usr.sbin/pstat/pstat.c
508
PRWORD(ovflw, " %*llu", 7, 1, (unsigned long long)ip->i_number);
usr.sbin/pstat/pstat.c
509
PRWORD(ovflw, " %*s", 6, 1, flags);
usr.sbin/pstat/pstat.c
517
PRWORD(ovflw, " %*s", 8, 1, name);
usr.sbin/pstat/pstat.c
519
PRWORD(ovflw, " %*lld", 8, 1, (long long)ip->i_size);
usr.sbin/pstat/pstat.c
542
PRWORD(ovflw, " %*llu", 7, 1, (unsigned long long)ip->i_number);
usr.sbin/pstat/pstat.c
543
PRWORD(ovflw, " %*s", 6, 1, flags);
usr.sbin/pstat/pstat.c
551
PRWORD(ovflw, " %*s", 8, 1, name);
usr.sbin/pstat/pstat.c
553
PRWORD(ovflw, " %*u", 8, 1, (u_int)dip.e2di_size);
usr.sbin/pstat/pstat.c
589
PRWORD(ovflw, " %*ld", 7, 1, (long)va.va_fileid);
usr.sbin/pstat/pstat.c
590
PRWORD(ovflw, " %*s", 6, 1, flags);
usr.sbin/pstat/pstat.c
603
PRWORD(ovflw, " %*s", 8, 1, name);
usr.sbin/pstat/pstat.c
606
PRWORD(ovflw, " %*lld", 8, 1, (long long)np->n_size);
usr.sbin/pstat/pstat.c
626
PRWORD(ovflw, " %*lx", PTRSTRWIDTH + 1, 1, (long)lp->layer_lowervp);
usr.sbin/pstat/pstat.c
850
PRWORD(ovflw, "%-*s", 7, 0, name);
usr.sbin/pstat/pstat.c
851
PRWORD(ovflw, " %*d", 3, 1, tp->t_rawq.c_cc);
usr.sbin/pstat/pstat.c
852
PRWORD(ovflw, " %*d", 4, 1, tp->t_canq.c_cc);
usr.sbin/pstat/pstat.c
853
PRWORD(ovflw, " %*d", 4, 1, tp->t_outq.c_cc);
usr.sbin/pstat/pstat.c
854
PRWORD(ovflw, " %*d", 5, 1, tp->t_hiwat);
usr.sbin/pstat/pstat.c
855
PRWORD(ovflw, " %*d", 4, 1, tp->t_lowat);
usr.sbin/pstat/pstat.c
856
PRWORD(ovflw, " %*d", 8, 1, tp->t_column);
usr.sbin/pstat/pstat.c
862
PRWORD(ovflw, " %-*s", 7, 1, state);
usr.sbin/pstat/pstat.c
863
PRWORD(ovflw, " %*lX", PTRSTRWIDTH + 1, 1, (u_long)tp->t_session);
usr.sbin/pstat/pstat.c
867
PRWORD(ovflw, " %*d", 6, 1, pgid);
usr.sbin/pstat/pstat.c
925
PRWORD(ovflw, "%*lx", PTRSTRWIDTH, 0, (long)ki->ki_fileaddr);
usr.sbin/pstat/pstat.c
926
PRWORD(ovflw, " %-*s", 9, 1, dtypes[ki->ki_ftype]);
usr.sbin/pstat/pstat.c
927
PRWORD(ovflw, " %*s", 6, 1, flags);
usr.sbin/pstat/pstat.c
928
PRWORD(ovflw, " %*d", 5, 1, ki->ki_count);
usr.sbin/pstat/pstat.c
929
PRWORD(ovflw, " %*d", 5, 1, ki->ki_msgcount);
usr.sbin/pstat/pstat.c
930
PRWORD(ovflw, " %*lx", PTRSTRWIDTH + 1, 2, (long)ki->ki_fdata);
usr.sbin/pstat/pstat.c
931
PRWORD(ovflw, " %*x", 5, 1, 0);
usr.sbin/pstat/pstat.c
933
PRWORD(ovflw, " %-*lld\n", PTRSTRWIDTH + 1, 2,
usr.sbin/pstat/pstat.c
936
PRWORD(ovflw, " %-*lld\n", PTRSTRWIDTH + 1, 2,