Home
last modified time | relevance | path

Searched refs:nicenum (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c87 nicenum(vs->vs_alloc, used, sizeof (used)); in show_vdev_stats()
88 nicenum(vs->vs_space - vs->vs_alloc, avail, sizeof (avail)); in show_vdev_stats()
89 nicenum(vs->vs_ops[ZIO_TYPE_READ] / sec, rops, sizeof (rops)); in show_vdev_stats()
90 nicenum(vs->vs_ops[ZIO_TYPE_WRITE] / sec, wops, sizeof (wops)); in show_vdev_stats()
91 nicenum(vs->vs_bytes[ZIO_TYPE_READ] / sec, rbytes, in show_vdev_stats()
93 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes, in show_vdev_stats()
95 nicenum(vs->vs_read_errors, rerr, sizeof (rerr)); in show_vdev_stats()
96 nicenum(vs->vs_write_errors, werr, sizeof (werr)); in show_vdev_stats()
97 nicenum(vs->vs_checksum_errors, cerr, sizeof (cerr)); in show_vdev_stats()
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzutil.h141 #define nicenum(num, buf, size) zfs_nicenum(num, buf, size) macro
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c690 nicenum(zo->zo_vdev_size, nice_vdev_size, sizeof (nice_vdev_size)); in usage()
691 nicenum(zo->zo_metaslab_force_ganging, nice_force_ganging, in usage()
4013 nicenum(old_class_space, oldnumbuf, sizeof (oldnumbuf)); in ztest_vdev_LUN_growth()
4014 nicenum(new_class_space, newnumbuf, sizeof (newnumbuf)); in ztest_vdev_LUN_growth()
7913 nicenum(zs->zs_space, numbuf, sizeof (numbuf)); in main()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c926 nicenum(num, buf, sizeof (buf)); in zdb_nicenum()