Searched refs:write_bytes (Results 1 – 6 of 6) sorted by relevance
| /onnv-gate/usr/src/uts/common/fs/sockfs/ |
| H A D | nl7curi.c | 1713 int write_bytes; in uri_rd_response() local 1738 write_bytes = P2ROUNDUP((max_mblk * 4), in uri_rd_response() 1741 if ((write_bytes = so->so_sndbuf) == 0) in uri_rd_response() 1742 write_bytes = vp->v_stream->sd_qn_maxpsz; in uri_rd_response() 1743 ASSERT(write_bytes > 0); in uri_rd_response() 1744 write_bytes = P2ROUNDUP(write_bytes, MAXBSIZE); in uri_rd_response() 1750 wsz = write_bytes; in uri_rd_response() 1771 write_bytes); in uri_rd_response()
|
| /onnv-gate/usr/src/cmd/stat/fsstat/ |
| H A D | fsstat.c | 250 writethruput = DELTA(write_bytes); in dflt_display() 288 PRINTSTAT(niceflag, "%5s ", "%lld:", DELTA(write_bytes), ' ', buf); in io_display()
|
| /onnv-gate/usr/src/cmd/fm/modules/common/event-transport/ |
| H A D | etm.c | 136 fmd_stat_t write_bytes; member 1288 ADDSTAT(Etm_stats.write_bytes.fmds_value.ui64, nvsize); in etm_send()
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | vnode.h | 79 kstat_named_t write_bytes; member
|
| /onnv-gate/usr/src/uts/common/fs/ |
| H A D | vnode.c | 448 kstat_named_init(&vsp->write_bytes, "write_bytes", KSTAT_DATA_UINT64); in create_vopstats_template() 3249 write_bytes, (resid_start - uiop->uio_resid)); in fop_write()
|
| /onnv-gate/usr/src/cmd/cpio/ |
| H A D | cpio.c | 2315 write_bytes(int ofd, char *buf, size_t maxwrite, data_in_t *data_in_info) in write_bytes() function 2374 rv = write_bytes(ofd, buf, in rdwr_bytes() 2416 rv = write_bytes(ofd, buf, wrblocksz, data_in_info); in write_zeros()
|