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

12345678910

/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c2584 *pSize = (tableSize * 4); /* return the total Dump Table size */
2795 uint32_t total = 0; local
2888 total += byteCount;
2890 "Dump: addr=%x count=%d total=%d", offset,
2891 byteCount, total);
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dvm_anon.c646 * Determine the total number of pages needed in the new
666 * oldamp_pgs/newamp_pgs are the total numbers of pages represented
741 pgcnt_t total = 0; local
758 total += ani_free_pool[ix].ani_count;
761 k_anoninfo.ani_free = total;
1170 * In case of shared mappings total anon map size may not be
H A Dvm_page.c85 pgcnt_t total_pages = 0; /* total number of pages (used by /proc) */
1348 * sets freemem to the total of all NCPU buckets. It is called from
1544 pgcnt_t total; local
1567 pcf_decrement_multiple(&total, npages, 0))
1572 * to satisfy the request (npages < total).
1584 freemem = total;
7499 * be set to the total number of pages in all the pcf
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpd.c330 off_t data_count_total = 0; /* total number of data bytes */
333 off_t byte_count_total = 0; /* total number of general traffic */
336 int file_count_total = 0; /* total number of data files */
339 int xfer_count_total = 0; /* total number of transfers */
3746 int total; local
3828 total = 0;
3852 total += s.st_blocks;
3892 sec_fprintf(out, "total %u\r\n", total);
3894 fprintf(out, "total
[all...]
/opensolaris-onvv-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3981 size_t total, size; local
3993 total = 0;
4002 total += size;
4005 request_size = REP_PROTOCOL_TRANSACTION_COMMIT_SIZE(total);
4026 assert(new_total == total);
6678 * total number of matching keys.
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c9738 uint32_t bucket, cnt, total = 0; local
9761 total += cnt;
9765 ASSERT(total == htblp->ht_count);
9767 htblp, htblp->ht_nbuckets, total);
9781 ASSERT(total == cnt);
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1912 int n, total = 0; local
1920 total++;
1925 total++;
1933 if (total != fas->f_ncmds) {
1934 IPRINTF2("fas_check_ncmds: total=%x, ncmds=%x\n",
1935 total, fas->f_ncmds);
3309 * calculate total dma amount:
7239 "total=%d, cmds=%d fas-rd=%d, fas-wrt=%d, dma-rd=%d, dma-wrt=%d\n",
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1999 "Checking %d entrys total with %d densities\n", list_len, list[4]);
12587 int total, retries, param_code; local
12589 total = -1;
12617 total = (sensep[i++] << 24);
12618 total += (sensep[i++] << 16);
12619 total += (sensep[i++] << 8);
12620 total += sensep[i];
12639 if (total > 0 && retries > 0) {
12642 "total xferred (%s) =%x, retries=%x\n",
12644 total, retrie
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s349 ldub [%o1+1], %o3 ! repeat for a total of 4 bytes
536 * and total data to move is between SMALL_MAX and ALIGNED8_FPCOPY_THRESHOLD
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcpy.s370 ldub [%o1+1], %o3 ! repeat for a total of 4 bytes
554 * and total data to move is between SMALL_MAX and MED_MAX bytes
/opensolaris-onvv-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c122 * the total number of bytes that can be allocated by a process
536 size_t total = 0; local
585 total += sp->sd_pre_approved_amount;
603 total += (cm->cm_session_table_count * sizeof (void *));
604 CRYPTO_DECREMENT_RCTL(total);
2172 /* total up the size of all attributes in the container */
/opensolaris-onvv-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c10197 size_t total; local
10241 total = needed + (offs & (align - 1));
10250 offs + total > buf->dtb_size) {
10253 if (offs + total > buf->dtb_size) {
10258 if (total > buf->dtb_size) {
10301 total = needed;
10327 while (offs + total > woffs) {
10367 woffs = total;
11442 dtrace_dof_error(dof, "section entry size exceeds total size");
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge.c4695 /* increment the total number of addresses in multicast list */
4700 "total %d\n", __func__, qlge->instance, index,
4734 uint32_t total = qlge->multicast_list_count; local
4740 for (i = 0; i < total; i++) {
4747 length = ((total -1) -i) * sizeof (ql_multicast_addr);
5342 "total length: %d\n", frags, nbyte));
5370 QL_PRINT(DBG_TX, ("total requested sending data length: %d, in %d segs,"
5385 * DMA map mode must be used when the total msg length is more than the
5551 QL_PRINT(DBG_TX, ("total tx_dma_handle_used %d cookies %d \n",
5798 " to free list %d\n total
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DTemp.pm2059 translated to Perl for total control of the code's
/opensolaris-onvv-gate/usr/src/head/
H A Dmeta.h273 size_t total; member in struct:__anon2512
/opensolaris-onvv-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s305 ! %i2 = total length
/opensolaris-onvv-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c661 myri10ge_add_jbufs(struct myri10ge_slice_state *ss, int num, int total) argument
669 * if total is set, user wants "num" jbufs in the pool,
673 if (total && jpool->num_alloc) {
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Doverload.pm1432 used in places. It would seem a total rewrite is needed.
H A Dperl5db.pl5441 from the most current. C<count> determines the total number of frames to
/opensolaris-onvv-gate/usr/src/uts/common/io/iwp/
H A Diwp.c2732 LE_32(miss->total));
/opensolaris-onvv-gate/usr/src/uts/common/io/uath/
H A Duath.c703 "rxblock flags=0x%x total=%d\n",
793 txblock.total = BE_32(fw_size);
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire_copy.s818 ! %i2 = total length
2650 ! %i2 = total length
3891 ! %i2 = total length
/opensolaris-onvv-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s639 * and total data to move is less than FP_COPY bytes
717 ldub [%o0+1], %o4 ! repeat for total of 4 bytes
3028 * and total data to move is less than FP_COPY bytes
3101 ldub [%o0+1], %o4 ! repeat for total of 4 bytes
5220 * and total data to move is less than FP_COPY bytes
5293 lduba [%o0+1]%asi, %o4 ! repeat for total of 4 bytes
/opensolaris-onvv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp1187 { DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Inflated total %lu->%lu bytes\n", soap->d_stream->total_in, soap->d_stream->total_out));
2133 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Push block of %u bytes (%u bytes total)\n", (unsigned int)n, (unsigned int)b->size + (unsigned int)n));
6575 soap->dime.size = 0; /* accumulate total size of attachments */
7694 DBGLOG(TEST, SOAP_MESSAGE(fdebug, "Deflated total %lu->%lu bytes\n", soap->d_stream->total_in, soap->d_stream->total_out));
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex2589 % Numbers following @columnfractions are the percent of the total

Completed in 527 milliseconds

12345678910