Lines Matching defs:wide
338 int c, todo, verbose, wide;
346 reps = todo = verbose = wide = 0;
406 wide++;
484 dopool(verbose, wide);
1458 dopool_sysctl(int verbose, int wide)
1487 wide ? 16 : 11, "Name",
1488 wide ? 9 : 5, "Size",
1489 wide ? 13 : 9, "Requests",
1490 wide ? 8 : 5, "Fail",
1491 wide ? 13 : 9, "Releases",
1492 wide ? " InUse" : "",
1493 wide ? " Avail" : "",
1494 wide ? 11 : 6, "Pgreq",
1495 wide ? 11 : 6, "Pgrel",
1496 wide ? 9 : 6, "Npage",
1497 wide ? " PageSz" : "",
1498 wide ? 8 : 6, "Hiwat",
1500 wide ? 9 : 6, "Maxpg",
1501 wide ? 8 : 5, "Idle",
1502 wide ? " Flags" : "",
1503 wide ? " Util" : "",
1504 wide ? " TotalKB" : "");
1506 name_len = MIN((int)sizeof(pp->pr_wchan), wide ? 16 : 11);
1518 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 5, 1, pp->pr_size);
1519 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pp->pr_nget);
1521 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pp->pr_nfail);
1523 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pp->pr_nput);
1525 if (wide) {
1531 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pp->pr_npagealloc);
1533 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pp->pr_npagefree);
1535 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pp->pr_npages);
1537 if (wide)
1539 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 6, 1, pp->pr_hiwat);
1541 PRWORD(ovflw, " %*s", wide ? 9 : 6, 1, maxp);
1542 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pp->pr_nidle);
1543 if (wide)
1560 if (wide) {
1573 PRWORD(ovflw, " %*s", wide ? 9 : 5, 1, "");
1574 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nget);
1575 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pool_totals.pt_nfail);
1576 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nput);
1577 if (wide) {
1581 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagealloc);
1582 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagefree);
1583 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pool_totals.pt_npages);
1597 dopool(int verbose, int wide)
1618 dopool_sysctl(verbose, wide);
1640 wide ? 16 : 11, "Name",
1641 wide ? 9 : 5, "Size",
1642 wide ? 13 : 9, "Requests",
1643 wide ? 8 : 5, "Fail",
1644 wide ? 13 : 9, "Releases",
1645 wide ? " InUse" : "",
1646 wide ? " Avail" : "",
1647 wide ? 11 : 6, "Pgreq",
1648 wide ? 11 : 6, "Pgrel",
1649 wide ? 9 : 6, "Npage",
1650 wide ? " PageSz" : "",
1651 wide ? 8 : 6, "Hiwat",
1653 wide ? 9 : 6, "Maxpg",
1654 wide ? 8 : 5, "Idle",
1655 wide ? " Flags" : "",
1656 wide ? " Util" : "",
1657 wide ? " TotalKB" : "");
1668 PRWORD(ovflw, "%-*s", wide ? 16 : 11, 0, name);
1669 PRWORD(ovflw, " %*u", wide ? 9 : 5, 1, pp->pr_size);
1670 PRWORD(ovflw, " %*lu", wide ? 13 : 9, 1, pp->pr_nget);
1672 PRWORD(ovflw, " %*lu", wide ? 8 : 5, 1, pp->pr_nfail);
1674 PRWORD(ovflw, " %*lu", wide ? 13 : 9, 1, pp->pr_nput);
1676 if (wide) {
1682 PRWORD(ovflw, " %*lu", wide ? 11 : 6, 1, pp->pr_npagealloc);
1684 PRWORD(ovflw, " %*lu", wide ? 11 : 6, 1, pp->pr_npagefree);
1686 PRWORD(ovflw, " %*u", wide ? 9 : 6, 1, pp->pr_npages);
1688 if (wide)
1690 PRWORD(ovflw, " %*u", wide ? 8 : 6, 1, pp->pr_hiwat);
1692 PRWORD(ovflw, " %*s", wide ? 9 : 6, 1, maxp);
1693 PRWORD(ovflw, " %*lu", wide ? 8 : 5, 1, pp->pr_nidle);
1694 if (wide)
1711 if (wide) {
1723 PRWORD(ovflw, "%-*s", wide ? 16 : 11, 0, "Totals");
1724 PRWORD(ovflw, " %*s", wide ? 9 : 5, 1, "");
1725 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nget);
1726 PRWORD(ovflw, " %*" PRIu64, wide ? 8 : 5, 1, pool_totals.pt_nfail);
1727 PRWORD(ovflw, " %*" PRIu64, wide ? 13 : 9, 1, pool_totals.pt_nput);
1728 if (wide) {
1732 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagealloc);
1733 PRWORD(ovflw, " %*" PRIu64, wide ? 11 : 6, 1, pool_totals.pt_npagefree);
1734 PRWORD(ovflw, " %*" PRIu64, wide ? 9 : 6, 1, pool_totals.pt_npages);