Searched refs:total (Results 101 - 125 of 250) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dlgrp_topo.c844 int total; local
847 count = total = 0;
930 total += count;
941 total += lgrp_proprogate(newleaf, child, latency,
1004 total += lgrp_proprogate(newleaf, child,
1031 total++;
1044 total += lgrp_new_parent(child, latency, rset,
1082 total += lgrp_proprogate(newleaf, child, latency,
1105 total += lgrp_collapse_dups(collapse, lgrp_collapse_equidist,
1113 total, (u_longlong_
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c159 * n1 ... nN N c1 m1 ... cM mM total regions legend -
613 long total; /* expect this many patterns */ local
649 total = rows * columns;
660 while ( patcount != total && fscanf(fp_in, "%f", &element) != EOF ) {
667 if ( total != patcount )
1126 int total; /* number of elements in the window */ local
1140 total = (wlist[2] - wlist[0] + 1) * (wlist[3] - wlist[1] + 1);
1152 fprintf(fp_out, "%d %d legend\n", total, regions);
/opensolaris-onvv-gate/usr/src/lib/libvrrpadm/common/
H A Dlibvrrpadm.c551 size_t len, cur_size = 0, total; local
558 total = sizeof (vrrp_queryinfo_t);
559 while (cur_size < total) {
560 len = read(sock, (char *)qinfo + cur_size, total - cur_size);
579 total += out_cnt * sizeof (vrrp_addr_t);
581 while (cur_size < total) {
582 len = read(sock, (char *)qinfo + cur_size, total - cur_size);
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/libntfs/
H A Drunlist.c1038 s64 bytes_read, to_read, ofs, total; local
1053 for (total = 0LL; count; rl++, ofs = 0) {
1064 total += to_read;
1077 total += bytes_read;
1090 return total;
1092 if (total)
1093 return total;
1122 s64 written, to_write, ofs, total; local
1137 for (total = 0LL; count; rl++, ofs = 0) {
1173 total
[all...]
H A Dvolume.c788 s64 br, total = 0; local
797 br = ntfs_attr_pread(vol->mftbmp_na, total,
801 total += br;
808 if (!total || br < 0) {
829 s64 br, total = 0; local
838 br = ntfs_attr_pread(vol->lcnbmp_na, total,
842 total += br;
849 if (!total || br < 0) {
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c177 int total = 0; local
194 total += msgq_check_for_waiters(&msqid->msg_cpy_block,
196 total += msgq_check_for_waiters(msqid->msg_wait_snd_ngt,
200 total += msgq_check_for_waiters(&msqid->msg_wait_rcv,
205 total += msgq_check_for_waiters(msqid->msg_wait_snd,
208 mdb_printf("Total number of waiters: %d\n", total);
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_ht.c153 * Return the total number of items in the table. Returns -1 if the
592 size_t total; local
625 total = handle->ht_table_size;
626 for (index = iterator->hti_index + 1; index < total; ++index) {
/opensolaris-onvv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java299 double total = 0;
333 total += Math.abs((double)v);
354 printDistributionLine(v, total, positives, negatives);
359 printDistributionLine(long val, double total, boolean positives, argument
366 assert (!(total == 0 && (positives || negatives)));
369 assert (!(val != 0 && total == 0));
373 f = (Math.abs((double)val) * (double)len) / total;
385 f = (Math.abs((double)val) * (double)len) / total;
404 f = (Math.abs((double)val) * (double)len) / total;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvars.pm75 cannot duplicate the effect of package lexicals (total transparency
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/include/
H A Dbtree_auto.h101 int32_t total; member in struct:_bam_cadjust_args
/opensolaris-onvv-gate/usr/src/cmd/zinject/
H A Dzinject.c398 int count = 0, total = 0; local
402 total += count;
409 total += count;
416 return (count + total);
/opensolaris-onvv-gate/usr/src/lib/libast/common/include/
H A Dtm.h103 int total; /* inclusive total since epoch */ member in struct:__anon2866
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dcksum.c50 "[a:all?List the checksum for all files. Use with \b--total\b to list both"
51 " individual and total checksums and block counts.]"
83 "[t:total?List only the total checksum and block count of all files."
84 " \b--all\b \b--total\b lists each checksum and the total. The"
85 " total checksum and block count may be different from the checksum"
137 int total; /* list totals only */ member in struct:State_s
231 if (!state->total || state->all)
506 state.total
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dconnection.c423 unsigned int total = 0; local
449 total++;
450 if (total <= len)
461 lens->nr = total;
/opensolaris-onvv-gate/usr/src/cmd/busstat/
H A Dbusstat.c780 evt_node->total = 0;
1111 evt_node->total = 0;
1124 evt_node->total = 0;
1154 /* Update count total */
1155 evt_node->total += delta_count;
1163 evt_node->evt_name, evt_node->total);
1241 evt_node->total = 0;
1244 /* Update count total */
1245 evt_node->total += delta_count;
1252 evt_node->evt_name, evt_node->total);
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME26 resource management control, so that the total resources used by Apache can be
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c230 int n, fd, total = 0; local
237 n = readn_nointr(fd, &buf[total], buflen - total);
238 if (n != (buflen - total))
241 total += n;
242 } while (total < buflen);
245 total = -1;
249 return (total);
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dinterface_cmp.pl228 my ($top, $direct, $total, $symhash, $inheritarr) =
296 # (top, new, total, symhashref, inheritarrref)
301 # total - Number of symbols included in version, both new,
430 my ($top, $direct, $total, $symhash, $inheritarr) =
/opensolaris-onvv-gate/usr/src/uts/common/io/drm/
H A Ddrm_bufs.c445 buf->total = alignment;
545 buf->total = alignment;
839 if (DRM_COPY_TO_USER(&list32[i].total,
840 &dma->buflist[i]->total,
841 sizeof (list32[0].total))) {
864 if (DRM_COPY_TO_USER(&request.list[i].total,
865 &dma->buflist[i]->total, sizeof (request.list[0].total))) {
/opensolaris-onvv-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c599 blkaddr_t total; local
602 for (i = srt_ind, first_ind = srt_ind, total = 0;
605 total = 0;
609 total++;
610 if (total == cnt)
/opensolaris-onvv-gate/usr/src/cmd/format/
H A Dix_altsctr.c619 blkaddr_t total; local
622 for (i = srt_ind, first_ind = srt_ind, total = 0;
625 total = 0;
629 total++;
630 if (total == cnt)
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c83 static int nparts = -1; /* total number of parts */
108 fsblkcnt_t total; local
138 total = 0;
162 total +=
164 total +=
166 if (total > *plimit) {
/opensolaris-onvv-gate/usr/src/lib/libldap4/ber/
H A Dio.c284 size_t need, have, total; local
291 total = have * EXBUFSIZ + need * EXBUFSIZ;
296 if ( (ber->ber_buf = (char *) malloc( (size_t)total )) == NULL )
299 (size_t)total )) == NULL )
302 ber->ber_end = ber->ber_buf + total;
/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dipv4.c79 uint_t total = 0; local
89 total += (fragment[i].iplen - fragment[i].iphlen);
91 printf("Total length is: %d. It should be: %d\n\n", total, size);
207 int16_t actual, total; local
236 total = fragment[last_frag].offset + fragment[last_frag].iplen -
243 frag_disp(total);
246 return (total == actual);
301 /* Fix the total length in the IP header. */
/opensolaris-onvv-gate/usr/src/uts/sun4u/io/
H A Drmc_comm_dp.c554 int total, cur; local
560 total = dp_msgp->length;
563 while (total > 0) {
567 while ((cur < total) &&
576 total -= cur;
581 * If total > 0 at this point, we need to send an
584 while ((total > 0) &&
590 total--;

Completed in 141 milliseconds

12345678910