Home
last modified time | relevance | path

Searched refs:tbytes (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c295 size_t nbytes = 0, tbytes = 0; in mod_get_allprop() local
331 tbytes += nbytes + 1; in mod_get_allprop()
332 if (tbytes >= psize) { in mod_get_allprop()
474 size_t nbytes = 0, tbytes = 0; in mod_get_extra_privports() local
483 tbytes = snprintf(pval, psize, "%u,%u", ULP_DEF_EPRIV_PORT1, in mod_get_extra_privports()
487 tbytes = snprintf(pval, psize, "%u", MOD_PROP_PERM_RW); in mod_get_extra_privports()
512 tbytes = snprintf(pval, psize, "%u-%u", pinfo->prop_min_uval, in mod_get_extra_privports()
525 tbytes += nbytes; in mod_get_extra_privports()
526 if (tbytes >= psize) in mod_get_extra_privports()
532 if (tbytes >= psize) in mod_get_extra_privports()
/illumos-gate/usr/src/uts/common/ipp/flowacct/
H A Dflowacct_impl.h106 ipp_named_t tbytes; /* no. of bytes in the flow table */ member
175 uint64_t tbytes; /* no. of bytes in flow tbl. */ member
H A Dflowacctddi.c108 (void) ipp_stat_named_op(&fl_stat->tbytes, &flowacct_data->tbytes, rw); in update_flowacct_kstats()
137 IPP_STAT_UINT64, &flacct_stat->tbytes)) != 0) { in global_statinit()
H A Dflowacct.c638 atomic_add_64(&flowacct_data->tbytes, header->pktlen); in flowacct_update_flows_tbl()
819 atomic_add_64(&flowacct_data->tbytes, (~item->nbytes + in flowacct_timer()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_tunables.c52 size_t nbytes = 0, tbytes = 0; in sctp_listener_conf_get() local
73 tbytes += nbytes; in sctp_listener_conf_get()
74 if (tbytes >= psize) { in sctp_listener_conf_get()
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1158 int tbytes, /* Total bytes sent */ in httpWrite() local
1196 tbytes = 0; in httpWrite()
1237 tbytes += bytes; in httpWrite()
1266 return (tbytes); in httpWrite()
1433 tbytes; /* Number of bytes all together */ in httpPrintf() local
1447 for (tbytes = 0, bufptr = buf; tbytes < bytes; tbytes += nbytes, bufptr += nbytes) in httpPrintf()
1451 nbytes = http_write_ssl(http, bufptr, bytes - tbytes); in httpPrintf()
1454 nbytes = send(http->fd, bufptr, bytes - tbytes, 0); in httpPrintf()
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c316 uint_t nbytes = 0, tbytes = 0; in ipadm_nvlist2str() local
329 tbytes += nbytes; in ipadm_nvlist2str()
330 if (tbytes >= bufsize) /* buffer overflow */ in ipadm_nvlist2str()
334 tbytes += nbytes; in ipadm_nvlist2str()
335 if (tbytes >= bufsize) in ipadm_nvlist2str()
337 return (tbytes); in ipadm_nvlist2str()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_tunables.c78 size_t nbytes = 0, tbytes = 0; in tcp_listener_conf_get() local
99 tbytes += nbytes; in tcp_listener_conf_get()
100 if (tbytes >= psize) { in tcp_listener_conf_get()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c1552 if (res.resok.tbytes == (size3)-1) in nfs3_statvfs()
1553 sbp->f_blocks = (fsblkcnt64_t)res.resok.tbytes; in nfs3_statvfs()
1556 (res.resok.tbytes / DEV_BSIZE); in nfs3_statvfs()
H A Dnfs3_srv.c3857 resp->resok.tbytes = (size3)sb.f_frsize * (size3)sb.f_blocks; in rfs3_fsstat()
3859 resp->resok.tbytes = (size3)sb.f_blocks; in rfs3_fsstat()
H A Dnfs3_xdr.c2551 if (!xdr_u_longlong_t(xdrs, &resokp->tbytes)) in xdr_FSSTAT3res()
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \ argument
42 (tbytes) = 0; \
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs_prot.x1080 size3 tbytes; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c965 int j, abytes, tbytes, tbits; in token_equal() local
971 tbytes = tlen >> 3; in token_equal()
974 for (j = abytes - 1; j >= abytes - tbytes; j--) in token_equal()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h2024 size3 tbytes; member