Home
last modified time | relevance | path

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

/NextBSD/cddl/contrib/dtracetoolkit/Apps/
HDnfswizard.d54 @wbytes = sum(args[0]->b_flags & B_READ ? 0 : args[0]->b_bcount);
77 printa("Write: %@d bytes ", @wbytes);
78 normalize(@wbytes, 1000000);
79 printa("(%@d Mb)\n\n", @wbytes);
85 denormalize(@wbytes);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
87 printa("Write: %@d Kb/sec\n\n", @wbytes);
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Dnfswizard.d54 @wbytes = sum(args[0]->b_flags & B_READ ? 0 : args[0]->b_bcount);
77 printa("Write: %@d bytes ", @wbytes);
78 normalize(@wbytes, 1000000);
79 printa("(%@d Mb)\n\n", @wbytes);
85 denormalize(@wbytes);
86 normalize(@wbytes, (timestamp - timestart) / 1000000);
87 printa("Write: %@d Kb/sec\n\n", @wbytes);
/NextBSD/usr.bin/vtfontcvt/
HDvtfontcvt.c53 static unsigned int width = 8, wbytes, height = 16; variable
168 hash = fnv_32_buf(bytes, wbytes * height, FNV1_32_INIT) % FONTCVT_NHASH; in add_glyph()
170 if (memcmp(gl->g_data, bytes, wbytes * height) == 0) { in add_glyph()
177 gl->g_data = xmalloc(wbytes * height); in add_glyph()
178 memcpy(gl->g_data, bytes, wbytes * height); in add_glyph()
232 if (wbytes == 1) { in parse_bitmap_line()
234 } else if (wbytes == 2) { in parse_bitmap_line()
238 errx(1, "Unsupported wbytes %u!\n", wbytes); in parse_bitmap_line()
252 uint8_t bytes[wbytes * height], bytes_r[wbytes * height]; in parse_bdf()
273 if (parse_bitmap_line(bytes + i * wbytes, in parse_bdf()
[all …]
/NextBSD/cddl/contrib/opensolaris/lib/libzpool/common/
HDutil.c76 char rops[6], wops[6], rbytes[6], wbytes[6], rerr[6], werr[6], cerr[6]; in show_vdev_stats() local
103 nicenum(vs->vs_bytes[ZIO_TYPE_WRITE] / sec, wbytes); in show_vdev_stats()
115 rops, wops, rbytes, wbytes, rerr, werr, cerr); in show_vdev_stats()