Searched refs:total (Results 126 - 150 of 250) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c490 uint64_t normal, long double total, char positives, char negatives)
499 assert(!(total == 0 && (positives || negatives)));
502 assert(!(val != 0 && total == 0));
506 f = (dt_fabsl((long double)val) * len) / total;
517 f = (dt_fabsl((long double)val) * len) / total;
535 f = (dt_fabsl((long double)val) * len) / total;
554 long double total = 0; local
585 total += dt_fabsl((long double)data[i]);
597 if (dt_print_quantline(dtp, fp, data[i], normal, total,
612 long double total local
489 dt_print_quantline(dtrace_hdl_t *dtp, FILE *fp, int64_t val, uint64_t normal, long double total, char positives, char negatives) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Dattrib.c98 s64 total, r; local
161 for (i = 0, total = 0; rl[i].length; i++) {
162 if (total + (rl[i].length << vol->cluster_size_bits) >=
221 memcpy(b + total, intbuf, sle64_to_cpu(a->u.nonres.data_size) -
222 total);
224 total = sle64_to_cpu(a->u.nonres.data_size);
239 b + total);
258 total += r;
261 return total;
868 s64 br, to_read, ofs, total, total local
1039 s64 written, to_write, ofs, total, old_initialized_size, old_data_size; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl748 my ($profile, $total, $count);
755 $total = 0;
772 $total += $count;
777 return if ($total == 0);
/opensolaris-onvv-gate/usr/src/cmd/cdrw/
H A Dmisc_scsi.c135 uint_t total, p_len; local
138 total = p_len + 8;
139 buf = (uchar_t *)my_zalloc(total);
152 ret = mode_select(fd, total, buf);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c635 show_inode_usage(fsfilcnt64_t total, fsfilcnt64_t free) argument
637 fsfilcnt64_t used = total - free;
638 int missing_info = ((long long)total == (long long)-1 ||
652 (void) printf("%6.0f%% ", (double)used / (double)total * 100.0);
/opensolaris-onvv-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c154 uint64_t total; local
161 total = lt_stat_list_get_gtotal(list);
163 if (total == 0) {
198 / total * 100.0);
/opensolaris-onvv-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c444 (void) printf("%9llu total address trans. faults taken\n",
451 sum_out("total reclaims", &ss->ss_agg_vm, "pgrec");
472 (void) printf("%9.0Lf total name lookups (cache hits %.0Lf%%)\n",
485 ulong_t total = 0; local
487 (void) printf("interrupt total rate\n");
494 total += ss->s_intrs[i].is_total;
498 (void) printf("Total %10lu %8.0f\n", total, total / etime);
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon2832
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon2932
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon2954
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dtm.h112 int total; /* inclusive total since epoch */ member in struct:__anon2976
/opensolaris-onvv-gate/usr/src/lib/liblgrp/common/
H A Dlgrp.c772 int total; local
796 total = 0;
808 total += ncpus;
826 return (total);
/opensolaris-onvv-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h108 uint32_t total; member in struct:iwh_beacon_missed
/opensolaris-onvv-gate/usr/src/uts/common/io/iwp/
H A Diwp_var.h108 uint32_t total; member in struct:iwp_beacon_missed
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST170 $total = @tests;
482 warn <<'SHRDLU_2' if $good / $total > 0.8;
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Dcmdarg.c196 cmd->total.args += cmd->argcount;
197 cmd->total.commands++;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c232 ber_uint_t need, have, total; local
241 total = have * EXBUFSIZ + need * EXBUFSIZ;
246 if ( (ber->ber_buf = (char *)NSLBERI_MALLOC( (size_t)total ))
255 (size_t)total )) == NULL ) {
263 ber->ber_buf,(size_t)total )) == NULL ) {
269 ber->ber_end = ber->ber_buf + total;
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c922 fileid, pgno, lsn, indx, adjust, total)
932 int32_t total;
953 + sizeof(total);
977 memcpy(bp, &total, sizeof(total));
978 bp += sizeof(total);
1028 printf("\ttotal: %ld\n", (long)argp->total);
1068 memcpy(&argp->total, bp, sizeof(argp->total));
1069 bp += sizeof(argp->total);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dmain.c2088 long total; local
2097 for (i = 0, total = 0; i <= PRMAXFAULT && !interrupt; i++) {
2099 if (total == 0) /* produce header */
2109 total += count;
2112 if (total && !interrupt)
2113 (void) printf("total:\t\t%4ld\n\n", total);
2115 for (i = 0, total = 0; i <= PRMAXSIG && !interrupt; i++) {
2117 if (total == 0) /* produce header */
2124 total
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1628 int total; /* sum total of non-zero values in array */ local
1660 for (i = 0, count = 0, total = 0; i < L4_SZ; i++) {
1663 total += (int)envstat->l4[i];
1673 envstat->l5[tmp_index] = total/count;
1686 for (i = 0, count = 0, total = 0; i < L3_SZ; i++) {
1689 total += (int)envstat->l3[i];
1699 envstat->l4[tmp_index] = total/count;
1712 for (i = 0, count = 0, total = 0; i < L2_SZ; i++) {
1715 total
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dsa.c549 dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total,
559 *total = 0;
566 *total = 0;
579 *total += attr_desc[i].sa_length;
590 *total < full_space) {
608 P2ROUNDUP(*total + hdrsize, 8) >
615 if (P2ROUNDUP(*total + hdrsize, 8) > full_space &&
624 #define BUF_SPACE_NEEDED(total, header) (total + header)
548 sa_find_sizes(sa_os_t *sa, sa_bulk_attr_t *attr_desc, int attr_count, dmu_buf_t *db, sa_buf_type_t buftype, int *index, int *total, boolean_t *will_spill) argument
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dexport.c528 int fd, n, total = 0; local
536 n = write(fd, rkey.keydata.val + total,
537 rkey.keydata.len - total);
545 total += n;
547 } while (total < rkey.keydata.len);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/
H A DStraps.pm38 my %total = $strap->total_results;
104 for use in the total report. Returns the C<%results> of the test.
246 results. It will also use that name for the total report.
667 max total tests which should have been run
668 seen total tests actually seen
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c604 * values, *total contains the number of elements in the hash table,
611 Word *nbucket, Word *nchain, size_t *total)
626 *total = 2 + *nbucket + *nchain;
1400 size_t total; local
1403 &nbucket, &nchain, &total) == 0) {
1407 sec.hash.size = total * sizeof (Word);
610 hash_size(FSTATE *fstate, SINFO *hash_sinfo, Word *nbucket, Word *nchain, size_t *total) argument
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_re.c703 snote(int total, int nlines) argument
706 if (!notable(total))
708 if (nlines != 1 && nlines != total)
724 total, nlines);
729 total);

Completed in 171 milliseconds

12345678910