Searched refs:sample (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Bin/
H A Dthreaded.d3 * threaded.d - sample multi-threaded CPU usage.
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
63 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
65 trunc(@sample);
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
14 * cpuwalk.d # sample until Ctrl-C is hit
55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1);
71 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Proc/
H A Dthreaded.d3 * threaded.d - sample multi-threaded CPU usage.
54 @sample[pid, execname] = lquantize(tid, 0, 128, 1);
63 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
65 trunc(@sample);
/freebsd-10.0-release/usr.sbin/lpr/filters.ru/
H A DMakefile5 FILES= bjc-240.sh.sample
/freebsd-10.0-release/cddl/contrib/dtracetoolkit/Cpu/
H A Dcpuwalk.d13 * cpuwalk.d 10 # sample for 10 seconds
14 * cpuwalk.d # sample until Ctrl-C is hit
55 @sample[pid, execname] = lquantize(cpu, 0, MAXCPUID, 1);
71 printa("\n PID: %-8d CMD: %s\n%@d", @sample);
/freebsd-10.0-release/contrib/amd/scripts/
H A DMakefile.am23 amd.conf-sample \
24 lostaltmail.conf-sample
45 amd.conf-sample \
46 lostaltmail.conf-sample \
/freebsd-10.0-release/share/examples/smbfs/print/
H A DMakefile5 FILES= lj6l ljspool printcap.sample tolj
/freebsd-10.0-release/contrib/apr-util/crypto/
H A Dapr_passwd.c79 char sample[200]; local
87 if (_crypt_blowfish_rn(passwd, hash, sample, sizeof(sample)) == NULL)
94 apr_md5_encode(passwd, hash, sample, sizeof(sample));
97 apr_sha1_base64(passwd, (int)strlen(passwd), sample); local
177 return (strcmp(sample, hash) == 0) ? APR_SUCCESS : APR_EMISMATCH;
/freebsd-10.0-release/sys/dev/adlink/
H A Dadlink.c39 * One channel active (ie: 2 bytes per sample = 10MB/sec) on a 660MHz
96 uint64_t *sample; member in struct:pgstat
113 uint64_t sample; member in struct:softc
141 sc->sample += sc->p0->chunksize / 2;
143 *(pg->sample) = sc->sample;
156 *(pg->sample) = 0;
199 uint64_t *sample; local
243 if (sc->nchunks * sizeof (*pg->sample) +
247 sample
[all...]
/freebsd-10.0-release/share/examples/ipfilter/
H A DMakefile5 # dist sample files
15 # ftp://ftp.OpenBSD.org/pub/OpenBSD/src/share/ipf/ sample files.
18 ipf.conf.sample ipnat.conf.sample
23 # http://coombs.anu.edu.au/~avalon/ sample files
/freebsd-10.0-release/etc/
H A Drpc51 sample 100113 na.sample
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-profiler.c165 * Add new sample to the buffer and increment the head pointer and
166 * global sample count(i.e sum total of samples collected on all cores)
195 cvmx_sample_entry_t *sample = (cvmx_sample_entry_t *) cpu_buf->pcpu_blk_info.data; local
196 sample->pc = epc;
197 sample->core = cpu;
204 /* Increment the global sample count i.e sum total of samples on all cores*/
207 PRINTF("the core%d:pc 0x%016lx, sample_count=%ld\n", cpu, sample->pc, cpu_buf->pcpu_blk_info.sample_count);
H A Dcvmx-smix-defs.h211 uint64_t sample_hi : 5; /**< When to sample read data (extended bits) */
217 of MDC. This is edge2. Octeon can sample the
219 0=[SAMPLE_HI,SAMPLE] specify the sample time
221 1=[SAMPLE_HI,SAMPLE] specify the sample time
229 uint64_t sample : 4; /**< When to sample read data member in struct:cvmx_smix_clk::cvmx_smix_clk_s
238 uint64_t sample : 4;
252 uint64_t sample_hi : 5; /**< When to sample read data (extended bits) */
258 of MDC. This is edge2. Octeon can sample the
260 0=[SAMPLE_HI,SAMPLE] specify the sample tim
267 uint64_t sample : 4; /**< When to sample read data member in struct:cvmx_smix_clk::cvmx_smix_clk_cn30xx
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_irig.c61 * the codec sample frequency error less than 250 PPM (.025 percent).
141 * frequency vernier for broken codec sample frequency.
151 #define SECOND 8000 /* nominal sample rate (Hz) */
153 #define OFFSET 128 /* companded sample offset */
200 l_fp timestamp; /* audio sample timestamp */
201 l_fp tick; /* audio sample increment */
218 int clipcnt; /* sample clipped count */
233 double lastsig; /* last carrier sample */
235 int decim; /* sample decimation factor */
424 double sample; /* code local
[all...]
H A Drefclock_chu.c207 #define SECOND 8000 /* nominal sample rate (Hz) */
209 #define OFFSET 128 /* companded sample offset */
282 double dist; /* sample distance */
349 int clipcnt; /* sample clip count */
355 l_fp tick; /* audio sample increment */
637 double sample; /* codec sample */ local
655 sample = up->comp[~*dpt++ & 0xff];
662 if (sample > MAXAMP) {
663 sample
[all...]
H A Drefclock_wwv.c79 #define SECOND 8000 /* second epoch (sample rate) (Hz) */
81 #define OFFSET 128 /* companded sample offset */
502 l_fp timestamp; /* audio sample timestamp */
503 l_fp tick; /* audio sample increment */
519 int clipcnt; /* sample clipped count */
533 int rphase; /* second sample counter */
534 long mphase; /* minute sample counter */
783 * track the A/D sample clock by dropping or duplicating codec samples.
799 double sample; /* codec sample */ local
[all...]
/freebsd-10.0-release/usr.bin/gprof/
H A Dgprof.c312 printf( "[openpfile] sample rate %ld\n" , hz );
406 intmax_t sample; local
411 errx(0, "no room for %d sample pc's", nsamples);
414 fread(&sample, histcounter_size, 1, pfile);
419 samples[i] += *(int8_t *)&sample;
422 samples[i] += *(u_int8_t *)&sample;
425 samples[i] += *(int16_t *)&sample;
428 samples[i] += *(u_int16_t *)&sample;
431 samples[i] += *(int32_t *)&sample;
434 samples[i] += *(u_int32_t *)&sample;
[all...]
/freebsd-10.0-release/sys/geom/sched/
H A Dgs_scheduler.h198 g_savg_add_sample(struct g_savg *ss, uint64_t sample) argument
202 ss->gs_avg = sample + ss->gs_avg - (ss->gs_avg >> 3);
/freebsd-10.0-release/etc/mail/
H A DMakefile142 .if (exists(${_f}.sample) && !exists(${_f}))
143 ${_f}: ${_f}.sample
/freebsd-10.0-release/contrib/ntp/scripts/monitoring/
H A Dlr.pl32 ;# sample(x, y, tag); enter sample
55 sub sample($$) subroutine
H A Dntploopwatch101 $deltaT = 512; # indicate sample data gaps greater than $deltaT seconds
581 $l = ($EndTime-$StartTime) -$[+1 +1; # worst case: 1 sample per second
1110 $lo->sample(($time[$i]-$timebase)/3600,$offs[$i]),$i++
1156 $lf->sample(($time[$i]-$timebase)/3600,$freq[$i]-$minfreq),
1306 $lo->sample(0,1);
1307 $lo->sample(1,1);
1308 $lf->sample(0,2);
1309 $lf->sample(1,2);
1363 ;# if the offset of the first sample used is within
1367 ;# a valid sample fro
[all...]
/freebsd-10.0-release/share/examples/
H A DMakefile136 ppp/ppp.conf.sample \
139 ppp/ppp.linkdown.sample \
142 ppp/ppp.linkup.sample \
145 ppp/ppp.secret.sample \
/freebsd-10.0-release/sys/modules/ath/
H A DMakefile32 ATH_RATE?= sample # tx rate control algorithm
137 .if ${ATH_RATE} == "sample"
138 .PATH: ${.CURDIR}/../../dev/ath/ath_rate/sample
139 SRCS+= sample.c
/freebsd-10.0-release/sys/geom/raid/
H A Dmd_ddf.c562 ddf_meta_create(struct g_raid_disk *disk, struct ddf_meta *sample) argument
575 if (sample->hdr == NULL)
576 sample = NULL;
585 meta->bigendian = sample ? sample->bigendian : mdi->mdio_bigendian;
592 if (sample) {
593 memcpy(meta->hdr, sample->hdr, sizeof(struct ddf_header));
594 if (ss != sample->sectorsize) {
596 (GET32(sample, hdr->WorkSpace_Length) *
597 sample
842 ddf_vol_meta_create(struct ddf_vol_meta *meta, struct ddf_meta *sample) argument
[all...]
/freebsd-10.0-release/sys/boot/arm/uboot/
H A DMakefile145 # Put sample loader.rc and menu.rc on disk but don't enable them
148 FILESNAME_loader.rc= loader.rc.sample
150 FILESNAME_menu.rc= menu.rc.sample

Completed in 444 milliseconds

12