Searched refs:total (Results 76 - 100 of 354) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_leapsec.c65 int16_t base_tai; /* total leaps before first entry */
606 int total,
625 || !leapsec_raw(pt, &tt64, total, FALSE) )
630 pt->lsig.taiof = (int16_t)total;
/freebsd-11-stable/sbin/sconfig/
H A Dsconfig.c456 /* Print total statistics. */
458 print_frac (0, st.total.uas, st.totsec);
459 print_frac (1, 60 * st.total.dm, st.totsec);
461 print_frac (0, st.total.bpv, st.totsec);
462 print_frac (1, st.total.fse, st.totsec);
464 print_frac (0, st.total.crce, st.totsec);
465 print_frac (1, st.total.rcrce, st.totsec);
467 print_frac (0, st.total.es, st.totsec);
468 print_frac (1, st.total.les, st.totsec);
470 print_frac (0, st.total
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_pax.c347 * total length past 100, requiring an extra digit. The next
1268 * - Get the total size of available data of sparse.
1339 * Overwrite a file size by the total size of sparse blocks and
1826 size_t total; local
1846 total = 0;
1847 while (total < s) {
1858 return (total);
1860 p = ((const unsigned char *)buff) + total;
1861 ws = s - total;
1869 total
[all...]
H A Darchive_ppmd7_private.h68 UInt32 (*GetThreshold)(void *p, UInt32 total);
/freebsd-11-stable/lib/libc/stdio/
H A Dfread.c69 size_t total; local
98 total = resid;
108 return ((total - resid) / size);
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c538 uint64_t total; local
572 total = params->sectors;
574 total = (uint64_t)params->cylinders *
577 bd->bd_sectors = total;
/freebsd-11-stable/usr.bin/vmstat/
H A Dvmstat.c589 xo_errx(1, "vm.total size mismatch");
656 struct vmtotal total; local
772 fill_vmtotal(&total);
775 "{:swapped-out/%ld}", total.t_rq - 1, total.t_dw +
776 total.t_pw, total.t_sw);
784 total.t_avm * (uint64_t)sum.v_page_size, 5);
787 total.t_free * (uint64_t)sum.v_page_size, 5);
792 vmstat_pgtok(total
1166 double lpct, total; local
1189 double lpct, total; local
[all...]
/freebsd-11-stable/sys/dev/md/
H A Dmd.c194 u_int total; member in struct:indir
252 ip->total = NINDIR;
307 ip->total = NINDIR;
/freebsd-11-stable/stand/fdt/
H A Dfdt_loader_cmd.c1848 int i, total; local
1852 total = fdt_num_mem_rsv(fdtp);
1853 if (total > 0) {
1856 for (i = 0; i < total; i++) {
/freebsd-11-stable/contrib/unbound/util/storage/
H A Dslabhash.c147 size_t i, total = 0; local
150 total += sl->array[i]->space_max;
153 return total;
171 size_t i, total = sizeof(*sl); local
172 total += sizeof(struct lruhash*)*sl->size;
174 total += lruhash_get_mem(sl->array[i]);
176 return total;
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.h104 * @param total: sum of the two entries.
107 void server_stats_add(struct ub_stats_info* total, struct ub_stats_info* a);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-smb.c1114 int total, i; local
1150 total = ancount + nscount + arcount;
1152 if (qdcount > 100 || total > 100) {
1168 if (total) {
1170 for (i = 0; i < total; i++) {
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c153 * by the ratio of ticks to the tick total. NHALF priorities at the start
159 * PRI_TICKS: Compute a priority in PRI_RANGE from the ticks count and total.
672 int cpu, i, hload, lload, load, total, rnd; local
674 total = 0;
741 total += load;
771 return (total);
1710 * the total history exceeds the maximum. We keep a sliding history of
2751 * Return the total system load.
2757 int total; local
2760 total
[all...]
/freebsd-11-stable/sys/compat/linprocfs/
H A Dlinprocfs.c144 unsigned long memtotal; /* total memory in bytes */
148 unsigned long long swaptotal; /* total swap space in bytes */
447 uintmax_t total, used; local
455 total = (uintmax_t)xsw.xsw_nblks * PAGE_SIZE / 1024;
463 devname, total, used);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c188 u_int plen; /* total payload (sum of all packets) */
1876 const u_int total = G_RSPD_LEN(len_newbuf); local
1880 MPASS(fl->m0->m_pkthdr.len == total);
1881 MPASS(fl->remaining < total);
1906 m0 = get_scatter_segment(sc, fl, 0, total);
1909 remaining = total - m0->m_len;
1914 m = get_scatter_segment(sc, fl, total - remaining, remaining);
2564 u_int total, remaining; /* # of packets */ local
2573 total = 0;
2584 total
[all...]
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h125 u64 total; member in struct:c4iw_stat
H A Ddevice.c129 rdev->stats.pd.total = T4_MAX_NUM_PD;
130 rdev->stats.stag.total = sc->vres.stag.size;
131 rdev->stats.pbl.total = sc->vres.pbl.size;
132 rdev->stats.rqt.total = sc->vres.rq.size;
133 rdev->stats.qid.total = sc->vres.qp.size;
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh433 total=$(wc -l /COPYRIGHT | sed 's/[^0-9]//g')
437 # match the total line count and as long as they don't match each other.
441 atf_check -o not-inline:"${total}" cat xpositive.count
442 atf_check -o not-inline:"${total}" cat xnegative.count
/freebsd-11-stable/contrib/tcsh/
H A DMAKESHAR52 $WC $files | $GREP -v total | $SORT +2 | $AWK '
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c6122 * Reports progress in the form "(current/total)". Not thread-safe.
6125 report_mount_progress(int current, int total) argument
6134 } else if (current != total && last_progress_time + MOUNT_TIME >= now) {
6141 (void) sprintf(info, "(%d/%d)", current, total);
6143 if (current == total)
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_ix.c1298 u32 missed_rx = 0, bprc, lxon, lxoff, total; local
1359 total = lxon + lxoff;
1364 stats->gptc -= total;
1365 stats->mptc -= total;
1366 stats->ptc64 -= total;
1367 stats->gotc -= total * ETHER_MIN_LEN;
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c265 static void infile_set(const char *newinfile, off_t total);
273 static off_t infile_total; /* total expected to read/write */
1266 infile_set(const char *newinfile, off_t total) argument
1272 infile_total = total;
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h776 __le16 total; member in struct:i40e_aqc_switch_resource_alloc_element_resp
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c3870 misses, le32toh(miss->total));
5742 int i, total, nbant, noise; local
5744 total = nbant = 0;
5748 total += noise;
5752 return (nbant == 0) ? -127 : (total / nbant) - 107;
6264 "%s: time delta: %d; cck=%d, ofdm=%d, ht=%d, total=%d, thresh=%d\n",
6709 * Limit the total dwell time to 85% of the beacon interval.
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c3142 int i, total, nbant, noise; local
3144 total = nbant = noise = 0;
3153 total += noise;
3158 IWM_DPRINTF(sc, IWM_DEBUG_RECV, "%s: nbant=%d, total=%d\n",
3159 __func__, nbant, total);
3162 return (nbant == 0) ? -127 : (total / nbant) - 107;

Completed in 322 milliseconds

1234567891011>>