/titanic_50/usr/src/uts/common/inet/ |
H A D | tunables.c | 295 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()
|
/titanic_50/usr/src/uts/common/ipp/flowacct/ |
H A D | flowacct_impl.h | 108 ipp_named_t tbytes; /* no. of bytes in the flow table */ member 177 uint64_t tbytes; /* no. of bytes in flow tbl. */ member
|
H A D | flowacctddi.c | 110 (void) ipp_stat_named_op(&fl_stat->tbytes, &flowacct_data->tbytes, rw); in update_flowacct_kstats() 139 IPP_STAT_UINT64, &flacct_stat->tbytes)) != 0) { in global_statinit()
|
H A D | flowacct.c | 638 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()
|
/titanic_50/usr/src/lib/libipadm/common/ |
H A D | ipadm_persist.c | 303 uint_t nbytes = 0, tbytes = 0; in ipadm_nvlist2str() local 316 tbytes += nbytes; in ipadm_nvlist2str() 317 if (tbytes >= bufsize) /* buffer overflow */ in ipadm_nvlist2str() 321 tbytes += nbytes; in ipadm_nvlist2str() 322 if (tbytes >= bufsize) in ipadm_nvlist2str() 324 return (tbytes); in ipadm_nvlist2str()
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_tunables.c | 52 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()
|
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 1160 int tbytes, /* Total bytes sent */ in httpWrite() local 1198 tbytes = 0; in httpWrite() 1239 tbytes += bytes; in httpWrite() 1268 return (tbytes); in httpWrite() 1435 tbytes; /* Number of bytes all together */ in httpPrintf() local 1449 for (tbytes = 0, bufptr = buf; tbytes < bytes; tbytes += nbytes, bufptr += nbytes) in httpPrintf() 1453 nbytes = http_write_ssl(http, bufptr, bytes - tbytes); in httpPrintf() 1456 nbytes = send(http->fd, bufptr, bytes - tbytes, 0); in httpPrintf()
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tunables.c | 71 size_t nbytes = 0, tbytes = 0; in tcp_listener_conf_get() local 92 tbytes += nbytes; in tcp_listener_conf_get() 93 if (tbytes >= psize) { in tcp_listener_conf_get()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs3_vfsops.c | 1552 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 D | nfs3_srv.c | 3766 resp->resok.tbytes = (size3)sb.f_frsize * (size3)sb.f_blocks; in rfs3_fsstat() 3768 resp->resok.tbytes = (size3)sb.f_blocks; in rfs3_fsstat()
|
H A D | nfs3_xdr.c | 2552 if (!xdr_u_longlong_t(xdrs, &resokp->tbytes)) in xdr_FSSTAT3res()
|
/titanic_50/usr/src/head/rpcsvc/ |
H A D | nfs_prot.x | 1083 size3 tbytes; member
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | usage.c | 40 #define NET_RESET_TOT(tbytes, ttime, tibytes, tobytes, step) { \ argument 42 (tbytes) = 0; \
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | tables.c | 963 int j, abytes, tbytes, tbits; in token_equal() local 969 tbytes = tlen >> 3; in token_equal() 972 for (j = abytes - 1; j >= abytes - tbytes; j--) in token_equal()
|
/titanic_50/usr/src/uts/common/nfs/ |
H A D | nfs.h | 1947 size3 tbytes; member
|