Home
last modified time | relevance | path

Searched refs:total (Results 76 – 100 of 259) sorted by relevance

1234567891011

/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100_hw.c234 uint32_t total; in ipw2100_table2_getbuf() local
242 total = cnt * size; in ipw2100_table2_getbuf()
244 if (total > *len) { in ipw2100_table2_getbuf()
251 *len = total; in ipw2100_table2_getbuf()
252 ipw2100_imem_getbuf(sc, addr, buf, total); in ipw2100_table2_getbuf()
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dfs109 unsigned long f_blocks; /* total # of blocks of f_frsize on fs */
110 unsigned long f_bfree; /* total # of free blocks of f_frsize */
112 unsigned long f_files; /* total # of file nodes (inodes) */
113 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_sync.c450 u_long total; local
474 loop: total = mp->stat.st_page_clean + mp->stat.st_page_dirty;
475 if (total == 0 || mp->stat.st_page_dirty == 0 ||
476 (mp->stat.st_page_clean * 100) / total >= (u_long)pct) {
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dfs109 unsigned long f_blocks; /* total # of blocks of f_frsize on fs */
110 unsigned long f_bfree; /* total # of free blocks of f_frsize */
112 unsigned long f_files; /* total # of file nodes (inodes) */
113 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dfs109 unsigned long f_blocks; /* total # of blocks of f_frsize on fs */
110 unsigned long f_bfree; /* total # of free blocks of f_frsize */
112 unsigned long f_files; /* total # of file nodes (inodes) */
113 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c45 size_t total; in chfiles() local
49 total = 0; in chfiles()
105 total += stbuf.st_size; in chfiles()
107 return(total); in chfiles()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java298 double total = 0; in printDistribution() local
333 total += Math.abs((double)v); in printDistribution()
359 printDistributionLine(v, total, positives, negatives); in printDistribution()
364 printDistributionLine(long val, double total, boolean positives, in printDistributionLine() argument
371 assert (!(total == 0 && (positives || negatives))); in printDistributionLine()
374 assert (!(val != 0 && total == 0)); in printDistributionLine()
378 f = (Math.abs((double)val) * (double)len) / total; in printDistributionLine()
390 f = (Math.abs((double)val) * (double)len) / total; in printDistributionLine()
409 f = (Math.abs((double)val) * (double)len) / total; in printDistributionLine()
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c176 int total = 0; in msq_print() local
193 total += msgq_check_for_waiters(&msqid->msg_cpy_block, in msq_print()
195 total += msgq_check_for_waiters(msqid->msg_wait_snd_ngt, in msq_print()
199 total += msgq_check_for_waiters(&msqid->msg_wait_rcv, in msq_print()
204 total += msgq_check_for_waiters(msqid->msg_wait_snd, in msq_print()
207 mdb_printf("Total number of waiters: %d\n", total); in msq_print()
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dfs113 unsigned long f_blocks; /* total # of blocks of f_frsize on fs */
114 unsigned long f_bfree; /* total # of free blocks of f_frsize */
116 unsigned long f_files; /* total # of file nodes (inodes) */
117 unsigned long f_ffree; /* total # of free file nodes */
/illumos-gate/usr/src/cmd/diskinfo/
H A Ddiskinfo.c287 uint64_t size, total; in enumerate_disks() local
392 total = size * blocksize; in enumerate_disks()
396 "%llu", total); in enumerate_disks()
398 total_in_GiB = (double)total / in enumerate_disks()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dselect.c88 nfds_t total = 0; in fd_sets_count() local
98 total++; in fd_sets_count()
102 return (total); in fd_sets_count()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c149 total += (long double)lquanta[i + 1] * (long double)base; in dt_aggregate_lquantizedsum()
151 return (total + (long double)lquanta[levels + 1] * in dt_aggregate_lquantizedsum()
229 long double total; in dt_aggregate_llquantizedsum() local
244 total += (long double)llquanta[bin++] * (long double)(value); in dt_aggregate_llquantizedsum()
1303 dtrace_aggdata_t **total; in dt_aggregate_total() local
1333 if (total == NULL) in dt_aggregate_total()
1365 if (total[agg->dtagd_varid] == NULL) { in dt_aggregate_total()
1366 total[agg->dtagd_varid] = aggdata; in dt_aggregate_total()
1369 aggdata = total[agg->dtagd_varid]; in dt_aggregate_total()
1398 if ((t = total[agg->dtagd_varid]) == NULL || aggdata == t) in dt_aggregate_total()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libsum/
H A Dsum-lmd.c37 unsigned char total[64]; \
75 lmd->total[i] ^= lmd->data[i]; in lmd_done()
86 d = (flags & SUM_TOTAL) ? lmd->total : lmd->data; in lmd_print()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.flat.blurb3 % the percentage of the total running time of the
20 total the average number of milliseconds spent in this
H A Dgprof.callg.blurb10 %time the percentage of the total time of the program
50 total* the number of times this function was called by
76 total* the number of times this child is called by all
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c108 fsblkcnt_t total; in splpkgmap() local
138 total = 0; in splpkgmap()
162 total += in splpkgmap()
164 total += in splpkgmap()
166 if (total > *plimit) { in splpkgmap()
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c782 evt_node->total = 0; in modify_evt_node()
1113 evt_node->total = 0; in read_r_evt_node()
1126 evt_node->total = 0; in read_r_evt_node()
1157 evt_node->total += delta_count; in read_r_evt_node()
1165 evt_node->evt_name, evt_node->total); in read_r_evt_node()
1243 evt_node->total = 0; in read_w_evt_node()
1247 evt_node->total += delta_count; in read_w_evt_node()
1254 evt_node->evt_name, evt_node->total); in read_w_evt_node()
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c423 unsigned int total = 0; in rdsv3_conn_message_info() local
449 total++; in rdsv3_conn_message_info()
450 if (total <= len) in rdsv3_conn_message_info()
461 lens->nr = total; in rdsv3_conn_message_info()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/end/
H A Derr.D_IDENT_UNDEF.timespent.d40 total = timestamp - start;
/illumos-gate/usr/src/lib/libmalloc/common/
H A Dmalloc.c847 size_t total; in calloc() local
850 total = 0; in calloc()
852 total = num * size; in calloc()
855 if ((total / num) != size) { in calloc()
861 mp = malloc(total); in calloc()
864 (void) memset(mp, 0, total); in calloc()
/illumos-gate/usr/src/cmd/format/
H A Dix_altsctr.c623 blkaddr_t total; in altsmap_alloc() local
626 for (i = srt_ind, first_ind = srt_ind, total = 0; in altsmap_alloc()
629 total = 0; in altsmap_alloc()
633 total++; in altsmap_alloc()
634 if (total == cnt) in altsmap_alloc()
/illumos-gate/usr/src/cmd/zinject/
H A Dzinject.c474 int count = 0, total = 0; in print_all_handlers() local
478 total += count; in print_all_handlers()
485 total += count; in print_all_handlers()
492 total += count; in print_all_handlers()
499 return (count + total); in print_all_handlers()
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dlibumem.c221 int avail, alloc, total, nptc = 0; in umastat_cache() local
233 total = cp->cache_buftotal; in umastat_cache()
270 mdb_printf((dfp++)->fmt, total - avail); in umastat_cache()
272 mdb_printf((dfp++)->fmt, total); in umastat_cache()
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A Dcksum.c137 int total; /* list totals only */ member
231 if (!state->total || state->all) in pr()
506 state.total = 1; in b_cksum()
625 if (state.total) in b_cksum()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c590 size_t total; in ht_findnext() local
623 total = handle->ht_table_size; in ht_findnext()
624 for (index = iterator->hti_index + 1; index < total; ++index) { in ht_findnext()

1234567891011