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

12345678910

/opensolaris-onvv-gate/usr/src/uts/common/io/drm/
H A Ddrm.h530 int total; /**< Buffer size */ member in struct:drm_buf_pub
H A DdrmP.h362 int total; /* Buffer size */ member in struct:drm_buf
363 int order; /* log-base-2(total) */
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/drv/
H A Dxgell.c438 for (i = bf_pool->total; i > 0; i--) {
455 bf_pool->total--;
487 bf_pool->total = 0;
517 bf_pool->total++;
/opensolaris-onvv-gate/usr/src/cmd/fs.d/
H A Ddf.c1251 * The statvfs() implementation allows us to return only two values, the total
1252 * number of blocks and the number of blocks free. The equation 'used = total -
1255 * results for 'used' and 'available', but not 'total'. This function will open
1259 adjust_total_blocks(struct df_request *dfrp, fsblkcnt64_t *total, argument
1270 * We want to get the total size for this filesystem as bounded by any
1316 * Modify total only if we managed to get some stats from libzfs.
1319 *total = quota / blocksize;
1369 SET_STR_LEN("total blocks", total_blocks);
1372 SET_STR_LEN("total files", total_files);
1458 * If the free block count is -1, don't trust anything but the total
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c3138 int total, alloc_size; local
3155 total = memlist_count(iolist);
3156 total += memlist_count(memlist);
3157 total += memlist_count(pmemlist);
3160 if (total == 0)
3163 alloc_size = total *
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dkmem.c367 "BUFTOTL\tcurrent total buffers in cache (allocated and free)\n");
375 uint64_t total; local
383 total = 0;
385 total += ks_bucket[i];
415 dist_print_bucket(complete, 0, ks_bucket, total, LABEL_WIDTH);
424 dist_print_bucket(distarray, i, ks_bucket, total, LABEL_WIDTH);
461 uint64_t ks_unused_buffers; /* total unused buffers in cache */
1203 dprintf(("buf total is %d\n", cp->cache_buftotal));
3947 * track the total bytes of all such allocations, and the number of allocations
H A Dgenunix.c1905 { " buf", " total", "------", "%6u " },
1916 { " memory", " total", "-----------", "%10llu%c " },
1983 int avail, alloc, total; local
1995 total = cp->cache_buftotal;
2017 mdb_printf((dfp++)->fmt, total - avail);
2018 mdb_printf((dfp++)->fmt, total);
/opensolaris-onvv-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c230 static int sys_msg_count = 0; /* total msgs rcvd from local log */
232 static int net_msg_count = 0; /* total msgs rcvd from net */
1607 f->f_stat.total++;
1632 f->f_stat.total++;
1639 f->f_stat.total++;
3190 f->f_stat.total, f->f_stat.dups,
3383 f->f_stat.total = 0;
/opensolaris-onvv-gate/usr/src/cmd/zpool/
H A Dzpool_main.c3247 uint64_t pass_exam, examined, total; local
3313 total = ps->pss_to_examine;
3314 fraction_done = (double)examined / total;
3322 mins_left = ((total - examined) / rate) / 60;
3326 zfs_nicenum(total, total_buf, sizeof (total_buf));
/opensolaris-onvv-gate/usr/src/uts/common/io/hxge/
H A Dhxge_main.c470 (void) hxge_pfc_num_macs_get(hxgep, &hxgep->mmac.total);
471 hxgep->mmac.available = hxgep->mmac.total;
472 for (i = 0; i < hxgep->mmac.total; i++) {
2776 for (i = 0; i < hxgep->mmac.total; i++) {
2819 for (i = 0; i < hxgep->mmac.total; i++) {
4188 "block enable - status 0x%x total inums #%d\n",
4195 "total inums %d enable inum #%d\n",
H A Dhxge_kstats.c1350 mmac_kstatsp->mmac_max_addr_cnt.value.ul = hxgep->mmac.total;
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c664 // If unable to construct a legal domain name (i.e. label more than 63 bytes, or total more than 255 bytes)
686 // If unable to construct a legal domain name (i.e. label more than 63 bytes, or total more than 255 bytes)
728 // If unable to construct a legal domain name (i.e. label more than 63 bytes, or total more than 255 bytes)
782 // If unable to construct a legal domain name (i.e. label more than 63 bytes, or total more than 255 bytes)
1758 mDNSu16 total = 0; local
1771 if (total + 1 + len >= MAX_DOMAIN_NAME) // Remember: expect at least one more byte for the root label
1774 total += 1 + len;
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_output.c661 * SCTP requires every chunk to be padded so that the total length
692 sctp_find_fast_rexmit_mblks(sctp_t *sctp, int *total, sctp_faddr_t **fp) argument
749 if (*total + msglen + extra >
772 *total += msglen + extra;
/opensolaris-onvv-gate/usr/src/uts/common/io/aac/
H A Daac.c2445 * more than 128KB of total transfer size to the adapters because
3531 int i, count, total; local
3538 for (i = total = 0; i < count; i++) {
3543 total++;
3563 AACDB_PRINT(softs, CE_CONT, "?Total %d container(s) found", total);
7458 int index, total; local
7467 total = 0;
7474 total++;
7479 "?Total %d phys. device(s) found", total);
/opensolaris-onvv-gate/usr/src/uts/intel/io/drm/
H A Dradeon_cp.c2219 if (DRM_COPY_TO_USER(&d->request_sizes[i], &buf->total,
2220 sizeof (buf->total)))
/opensolaris-onvv-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c88 int total; member in struct:idmap_busy
341 busy->total = 0;
344 if (busy->total > 1000 * busy->sec) {
356 busy->total += delay;
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsamr_clnt.c727 arg.total = 1;
/opensolaris-onvv-gate/usr/src/uts/i86pc/vm/
H A Dhat_i86.c1212 size_t total = 0; local
1216 total += (hat->hat_pages_mapped[l] << LEVEL_SHIFT(l));
1217 total += hat->hat_ism_pgcnt;
1219 return (total);
/opensolaris-onvv-gate/usr/src/uts/i86xpv/io/
H A Dprivcmd_hcall.c450 maxs = dop.u.get_pmstat.u.getpx.total;
/opensolaris-onvv-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c2682 uint32_t total = impl->pf_total; local
2950 "remainder", DATA_TYPE_UINT32, --total,
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/ndl/
H A Dsamrpc.ndl1041 IN DWORD total;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm149 topbucket topbucket_ev topbucket_odd total total_chain total_sbrk totfree
/opensolaris-onvv-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c889 int total; local
904 total = 0;
911 total++;
922 "!%s: %s: %d buffers freeed, total: %d free",
923 dp->name, __func__, total, dp->rx_buf_freecnt));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm50 croak("$pack: dw_size may not be larger than total memory allocation\n");
55 $opts{deferred_s} = 0; # count of total bytes in ->{deferred}
794 $delta_recs += @data - $nrecs; # net change in total number of records
973 # the offsets table has one entry more than the total number of records
1393 # Total size of deferbuffer should match internal total
1407 my $total = $deferred_s + $cached;
1408 _ci_warn("total stored data size is $total which exceeds the limit of $self->{memory}");
1644 # Return total amount of cached data
2202 total memor
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4385 u_offset_t io_off, total; local
4416 for (total = io_off + io_len; io_off < total; io_off += PAGESIZE) {

Completed in 312 milliseconds

12345678910