Searched refs:total (Results 151 - 175 of 250) sorted by relevance

12345678910

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dtem.c214 int total; local
237 total = width * height * tc_size;
238 ptem->tvs_fg_buf = (text_color_t *)kmem_alloc(total, KM_SLEEP);
239 ptem->tvs_bg_buf = (text_color_t *)kmem_alloc(total, KM_SLEEP);
240 ptem->tvs_color_buf_size = total;
/opensolaris-onvv-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c430 * For total utilization, add pset time to zone that
731 zs_ts_used_scale(timestruc_t *total, timestruc_t *used, uint64_t scale, argument
737 if (total->tv_sec == 0 && total->tv_nsec == 0)
740 dtotal = (double)total->tv_sec +
741 ((double)total->tv_nsec / (double)NANOSEC);
754 * Convert total and used time into percent used.
757 zs_ts_used_pct(timestruc_t *total, timestruc_t *used, boolean_t cap_at_100) argument
759 return ((uint_t)zs_ts_used_scale(total, used, ZSD_PCT_INT, cap_at_100));
763 * Convert total an
767 zs_ts_used_cpus(timestruc_t *total, timestruc_t *used, uint_t ncpus, boolean_t cap_at_100) argument
841 zs_uint64_used_scale(uint64_t total, uint64_t used, uint64_t scale, boolean_t cap_at_100) argument
865 zs_uint64_used_pct(uint64_t total, uint64_t used, boolean_t cap_at_100) argument
1198 double total; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dsfsasl.c293 size_t ret = 0, total = 0; local
333 &outbuf[total], outlen);
337 total += ret;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/instant.src/
H A DREADME157 each is used, percent of elements that this is, total char content
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DArray.pm204 Returns the total number of items in the tied array associated with
209 Sets the total number of items in the tied array associated with
/opensolaris-onvv-gate/usr/src/cmd/sa/
H A Dsadp.c1012 cylhdr(flag, total)
1013 long total;
1016 dfprintf (stderr, "cylhdr(flag 0x%x, total 0x%x)\n", flag, total);
1026 flag == CYLNO ? "transfers" : "seeks", total);
/opensolaris-onvv-gate/usr/src/cmd/sendmail/db/btree/
H A Dbt_rec.c700 if (argp->total && PGNO(pagep) == PGNO_ROOT)
705 if (argp->total && PGNO(pagep) == PGNO_ROOT)
716 if (argp->total && PGNO(pagep) == PGNO_ROOT)
721 if (argp->total && PGNO(pagep) == PGNO_ROOT)
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h89 int total; /* total messages logged */ member in struct:filed_stats
/opensolaris-onvv-gate/usr/src/lib/libcmd/common/
H A Dgrep.c76 "[t:total?Only print a single matching line count for all files.]"
127 Sfulong_t total; /* total hits */ member in struct:Item_s
159 Sfulong_t hits; /* total matched pattern count */
585 x->total += x->hits;
843 sfprintf(sfstdout, "%s:%I*u\n", x->string, sizeof(x->total), x->total);
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Daf_rds.c879 unsigned int total = 0; local
893 total++;
894 if (total <= len)
904 lens->nr = total;
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.h291 uint_t total; /* total buffers */ member in struct:xgell_rx_buffer_pool_t
306 int naddr; /* total supported addresses */
332 uint64_t rx_pkts; /* total received packets */
333 uint64_t rx_bytes; /* total received bytes */
335 int polled_bytes; /* total polled bytes */
/opensolaris-onvv-gate/usr/src/uts/common/xen/public/
H A Dsysctl.h226 uint8_t total; /* total Px states */ member in struct:pm_px_stat
/opensolaris-onvv-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c1941 Word ndx, hash, local, total; local
2004 * Determine the number of local symbols together with the total
2007 total = (Word)(shdr->sh_size / shdr->sh_entsize);
2019 if ((ifl->ifl_oldndx = libld_malloc((size_t)(total *
2030 ifl->ifl_symscnt = total;
2355 for (ndx = (int)local; ndx < total; sym++, ndx++) {
2741 (total > local)) {
2744 size_t nsize = (total - local) * sizeof (Sym_desc *);
2759 qsort(sort, (total - local), sizeof (Sym_desc *), compare);
2761 for (ndx = 0; ndx < (total
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm986 my $total = @col_widths - 1 ;
987 for ( @col_widths ) { $total += $_ }
990 while ( $total < 80 ) {
998 ++$total;
1000 if $total >= 80;
/opensolaris-onvv-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c1262 size_t total; local
1264 total = num * size;
1267 if (num != 0 && total / num != size) {
1271 if ((mp = malloc(total)) != NULL)
1272 (void) memset(mp, 0, total);
/opensolaris-onvv-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_isoch_xmit.c411 int total = 0; /* # of pkts in the chain */ local
444 while (total < icp->ic_nframes * icp->ic_npkts) {
472 if (total % icp->ic_npkts == 0) {
476 if ((total + nfull) % icp->ic_npkts == 0) {
504 total += nfull;
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c548 long long bytes_written, total; local
553 total = 0LL;
566 total += bytes_written;
572 return total;
593 s64 bytes_written, total, length, delta; local
600 total = 0LL;
606 total += length;
617 if (total + length > val_len) {
619 length = val_len - total;
627 bytes_written = dev->d_ops->write(dev, val + total,
[all...]
/opensolaris-onvv-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c130 int filefd, bytes, n, total = 0; local
171 total += n;
/opensolaris-onvv-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c228 * The total length of all auth blocks read is placed in *total.
233 const char *authblocks, size_t len, int n, size_t *total) {
327 *total = off;
232 slp_verify(struct iovec *authiov, int authiov_len, const char *authblocks, size_t len, int n, size_t *total) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1031 uint16_t total, cleaned, skipped, unhandled; local
1036 total = port->port_max_xchges - iport->iport_nslots_free;
1070 if (((cleaned + skipped) == total) && (unhandled == 0)) {
1078 unhandled, total);
2203 uint32_t total, max_active; local
2207 total = iport->iport_total_alloced_ncmds;
2210 if (total <= max_active)
2215 num_to_release = (total + 1 - max_active) / 2;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.xs130 U32 total;
168 #define g_total g_prof_state.total
/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Dinflate.c117 strm->total_in = strm->total_out = state->total = 0;
541 When returning, a "goto inf_leave" is used to update the total counters,
1107 state->total += out;
1130 if (hold != (state->total & 0xffffffffUL)) {
1155 Return from inflate(), updating the total counts and the check value.
1171 state->total += out;
/opensolaris-onvv-gate/usr/src/uts/sun4u/os/
H A Dcpr_impl.c740 pgcnt_t pages, total = 0; local
763 total++;
765 total++;
770 return (total);
1552 * total number of prom pages are:
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dfindstack.c184 size_t si_count; /* total stacks_entry_ts (incl dups) */
205 uint64_t total = depth; local
208 total += *stack;
212 return (total % STACKS_HSIZE);
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_pwr.c802 int total; local
817 total = (counters[PCIE_D0_INDEX] + counters[PCIE_UNKNOWN_INDEX] +
826 (!total || (pwr_level_allowed(pwr_p) < pwr_p->pwr_func_lvl))) {

Completed in 155 milliseconds

12345678910