/titanic_44/usr/src/cmd/audio/audiotest/ |
H A D | audiotest.c | 235 long long total_bytes = 0; in testdsp() local 312 total_bytes += ccfg->len; in testdsp() 329 total_bytes -= delay; in testdsp() 330 total_bytes *= 1000; in testdsp() 332 total_bytes /= t; in testdsp() 333 total_bytes /= (tcfg->nchan * sizeof (int16_t)); in testdsp() 335 ratio = ((float)total_bytes / (float)sample_rate) * 100.0; in testdsp()
|
/titanic_44/usr/src/uts/common/crypto/api/ |
H A D | kcf_random.c | 255 int total_bytes = 0; in rngprov_getbytes() local 271 total_bytes += need; in rngprov_getbytes() 302 return (total_bytes); in rngprov_getbytes() 328 int rv, total_bytes; in rngprov_getbytes_nblk() local 338 total_bytes = 0; in rngprov_getbytes_nblk() 359 return (total_bytes); in rngprov_getbytes_nblk() 395 total_bytes += blen; in rngprov_getbytes_nblk() 399 total_bytes += len; in rngprov_getbytes_nblk() 443 return (total_bytes); in rngprov_getbytes_nblk()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_rx.c | 329 uint32_t total_bytes; in igb_rx() local 360 total_bytes = 0; in igb_rx() 382 ((pkt_len + total_bytes) > poll_bytes)) in igb_rx() 386 total_bytes += pkt_len; in igb_rx()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_dispatch.c | 828 int total_bytes; in smbsr_check_result() local 832 total_bytes = 0; in smbsr_check_result() 835 total_bytes += m->m_len; in smbsr_check_result() 839 if ((offset + 3) > total_bytes) in smbsr_check_result() 846 if ((offset + (wct * 2 + 1)) > total_bytes) in smbsr_check_result() 852 if ((offset + 2) > total_bytes) in smbsr_check_result() 860 bcc = (total_bytes - offset) - 2; in smbsr_check_result() 871 if (offset != total_bytes) in smbsr_check_result()
|
H A D | smb_common_transact.c | 457 int total_bytes, n_setup, n_param, n_data; in smb_nt_trans_dispatch() local 529 total_bytes = param_pad + n_param + data_pad + n_data; in smb_nt_trans_dispatch() 531 rc = smbsr_encode_result(sr, 18+n_setup, total_bytes, in smb_nt_trans_dispatch() 544 total_bytes, /* Total data bytes */ in smb_nt_trans_dispatch() 1471 int total_bytes, n_setup, n_param, n_data; in smb_trans_dispatch() local 1576 total_bytes = param_pad + n_param + data_pad + n_data; in smb_trans_dispatch() 1578 rc = smbsr_encode_result(sr, 10+n_setup, total_bytes, in smb_trans_dispatch() 1591 total_bytes, /* Total data bytes */ in smb_trans_dispatch() 1624 int total_bytes, n_setup, n_param, n_data; in smb_trans2_dispatch() local 1790 total_bytes = param_pad + n_param + data_pad + n_data; in smb_trans2_dispatch() [all …]
|
H A D | smb_nt_transact_quota.c | 570 uint32_t next_offset, sid_offset, total_bytes; in smb_quota_encode_quotas() local 581 total_bytes = 0; in smb_quota_encode_quotas() 622 total_bytes += next_offset; in smb_quota_encode_quotas() 626 rc = smb_mbc_encodef(&xa->rep_param_mb, "l", total_bytes); in smb_quota_encode_quotas()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 5605 kmem_cache_stats(char *title, char *name, int prefix, int64_t *total_bytes) in kmem_cache_stats() argument 5669 *total_bytes += (int64_t)buf_inuse * buf_size; in kmem_cache_stats() 5690 int64_t total_bytes = 0; in m_report() local 5698 "stream_head_cache", 0, &total_bytes); in m_report() 5699 kmem_cache_stats("queues", "queue_cache", 0, &total_bytes); in m_report() 5700 kmem_cache_stats("mblk", "streams_mblk", 0, &total_bytes); in m_report() 5701 kmem_cache_stats("dblk", "streams_dblk", 1, &total_bytes); in m_report() 5702 kmem_cache_stats("linkblk", "linkinfo_cache", 0, &total_bytes); in m_report() 5703 kmem_cache_stats("syncq", "syncq_cache", 0, &total_bytes); in m_report() 5704 kmem_cache_stats("qband", "qband_cache", 0, &total_bytes); in m_report() [all …]
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | spoolss_svc.c | 922 pinfo0->total_bytes = 1040771; in spoolss_s_GetPrinter()
|
/titanic_44/usr/src/uts/common/smbsrv/ndl/ |
H A D | spoolss.ndl | 182 DWORD total_bytes;
|