Home
last modified time | relevance | path

Searched refs:diffs (Results 1 – 19 of 19) sorted by relevance

/dflybsd-src/usr.bin/top/
H A Dm_dragonfly.c219 struct kinfo_cputime diffs; in cputime_percentages() local
225 diffs.cp_user = new->cp_user - old->cp_user; in cputime_percentages()
226 diffs.cp_nice = new->cp_nice - old->cp_nice; in cputime_percentages()
227 diffs.cp_sys = new->cp_sys - old->cp_sys; in cputime_percentages()
228 diffs.cp_intr = new->cp_intr - old->cp_intr; in cputime_percentages()
229 diffs.cp_idle = new->cp_idle - old->cp_idle; in cputime_percentages()
230 total_change = diffs.cp_user + diffs.cp_nice + diffs.cp_sys + in cputime_percentages()
231 diffs.cp_intr + diffs.cp_idle; in cputime_percentages()
245 out[0] = ((diffs.cp_user * 1000LL + half_total) / total_change); in cputime_percentages()
246 out[1] = ((diffs.cp_nice * 1000LL + half_total) / total_change); in cputime_percentages()
[all …]
H A Dutils.c423 percentages(int cnt, int *out, long *new, long *old, long *diffs) in percentages() argument
434 dp = diffs; in percentages()
459 *out++ = (int)((*diffs++ * 1000 + half_total) / total_change); in percentages()
/dflybsd-src/usr.sbin/cron/doc/
H A DTHANKS15 its brothers and sisters; he also sent some diffs that lead cron toward compil-
22 of diffs I got from anybody. Changes attributable to Scott are:
H A DCHANGES21 I also added a "-e" option to crontab(1). Nine people also sent me diffs
H A DMAIL355 << That's what I like about PD software. Please send me the diffs! >>
/dflybsd-src/sys/dev/pccard/pccbb/
H A Dpccbb.c1077 uint32_t diffs[2]; in cbb_cardbus_auto_open() local
1080 diffs[0] = diffs[1] = 0xffffffff; in cbb_cardbus_auto_open()
1082 diffs[0] = rman_get_start(rle->res) - ends[0]; in cbb_cardbus_auto_open()
1084 diffs[0] = starts[0] - rman_get_end(rle->res); in cbb_cardbus_auto_open()
1086 diffs[1] = rman_get_start(rle->res) - ends[1]; in cbb_cardbus_auto_open()
1088 diffs[1] = starts[1] - rman_get_end(rle->res); in cbb_cardbus_auto_open()
1090 win = (diffs[0] <= diffs[1])?0:1; in cbb_cardbus_auto_open()
/dflybsd-src/contrib/ee/
H A Dcreate.make285 diffs="`cmp make.lcl.old make.local`"
286 if [ -n "${diffs}" ]
/dflybsd-src/sys/vfs/ufs/
H A DREADME202 The kernel changes are packaged as a set of diffs. As I am
203 doing my development in BSD/OS, the diffs are relative to the
212 version with the diffs merged in, and the diffs between the
220 to the utilities. There are diffs to three utilities enclosed:
270 included the diffs for ffs_softdep.c. I hope to make a pass over
272 so that these diffs are less painful to incorporate.
/dflybsd-src/share/dict/
H A Dfreebsd136 diffs
/dflybsd-src/contrib/cryptsetup/
H A DINSTALL29 diffs or instructions to the address given in the `README' so they can
/dflybsd-src/usr.bin/telnet/
H A DREADME601 This file contains the diffs for the changes needed for the
/dflybsd-src/contrib/tcpdump/
H A DCHANGES713 Test subsystem now table driven, and saves outputs and diffs to one place
1466 Contact Jeffrey Honig (jch@MITCHELL.CIT.CORNELL.EDU) for the diffs.
/dflybsd-src/contrib/tcsh-6/
H A Dcomplete.tcsh288 p/1/"(admin cdc check clean comb deledit delget delta diffs edit enter \
/dflybsd-src/contrib/binutils-2.27/binutils/doc/
H A Dbinutils.texi5055 If you wish to suggest changes to the source, send us context diffs, as
5057 option. Always send diffs from the old file to the new file. If you
/dflybsd-src/contrib/dialog/
H A DCHANGES2111 + add a sample dialog rc-file slackware.rc based on diffs in hdasetup
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Das.texinfo8009 diffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or @samp{-p}
8010 option. Always send diffs from the old file to the new file. If you even
/dflybsd-src/contrib/binutils-2.27/ld/
H A Dld.texinfo8233 diffs, as generated by @code{diff} with the @samp{-u}, @samp{-c}, or
8234 @samp{-p} option. Always send diffs from the old file to the new file.
/dflybsd-src/sys/contrib/dev/acpica/
H A Dchanges.txt15482 each module, thus causing a huge number of diffs. There are a few small
/dflybsd-src/contrib/ncurses/misc/
H A Dterminfo.src25274 # * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD