Home
last modified time | relevance | path

Searched refs:sample (Results 1 – 25 of 113) sorted by relevance

12345

/dragonfly/etc/mail/
H A Dvirtusertable.sample1 # $FreeBSD: src/etc/mail/virtusertable.sample,v 1.1.2.2 2000/11/03 07:23:50 dirk Exp $
2 # $DragonFly: src/etc/mail/virtusertable.sample,v 1.2 2003/06/17 04:24:47 dillon Exp $
9 username@a.sample.hostname localuser
10 username@a.sample.hostname specificuser@a.possibly.different.hostname
11 @another.sample.hostname specificuser@a.possibly.different.hostname
12 @yet.another.sample.hostname %1@a.possibly.different.hostname
H A Dmailertable.sample1 # $FreeBSD: src/etc/mail/mailertable.sample,v 1.1.2.1 2000/03/20 12:21:05 peter Exp $
2 # $DragonFly: src/etc/mail/mailertable.sample,v 1.2 2003/06/17 04:24:47 dillon Exp $
H A Daccess.sample1 # $FreeBSD: src/etc/mail/access.sample,v 1.1.2.2 2000/11/03 07:23:50 dirk Exp $
2 # $DragonFly: src/etc/mail/access.sample,v 1.2 2003/06/17 04:24:47 dillon Exp $
/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-btrace.c145 perf_event_sample_ok (const struct perf_event_sample *sample) in perf_event_sample_ok() argument
147 if (sample->header.type != PERF_RECORD_SAMPLE) in perf_event_sample_ok()
150 if (sample->header.size != sizeof (*sample)) in perf_event_sample_ok()
174 struct perf_event_sample sample; in VEC() local
192 read = sizeof (sample) - 1; in VEC()
194 for (; read < size; read += sizeof (sample)) in VEC()
199 start -= sizeof (sample); in VEC()
215 if (missing == sizeof (sample)) in VEC()
223 stack = (uint8_t *) &sample; in VEC()
227 memcpy (stack + missing, begin, sizeof (sample) - missing); in VEC()
[all …]
/dragonfly/test/testcases/
H A Dsample.run2 sample/test1/test1 userland defaults arg1 "arg 2" arg3 arg4
3 sample/test1/test1 userland make=gmake
4 sample/test2/test2 userland defaults
5 sample/test3/test3 userland defaults
6 sample/test4/test4 userland timeout=30
7 sample/test5/test5 userland defaults
8 sample/test5/test5 userland nobuild
9 sample/testk1/testk1.ko kernel defaults
10 sample/testb1/testb1 buildonly defaults
H A DMakefile1 SUBDIR+= sample
/dragonfly/libexec/dma/default-conf/
H A DMakefile6 GENFILES= auth.conf.sample dma.conf.sample
10 auth.conf.sample: ../auth.conf
13 dma.conf.sample: ../dma.conf
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dalgorithm56 /// Take a random sample from a population.
60 sample(_PopulationIterator __first, _PopulationIterator __last,
76 "sample size must be an integer type");
87 sample(_PopulationIterator __first, _PopulationIterator __last,
90 return experimental::sample(__first, __last, __out, __n,
/dragonfly/contrib/binutils-2.34/gprof/
H A Dhist.c209 record->sample = (int *) xmalloc (record->num_bins in hist_read_rec()
210 * sizeof (record->sample[0])); in hist_read_rec()
211 memset (record->sample, 0, record->num_bins * sizeof (record->sample[0])); in hist_read_rec()
233 record->sample[i] += bfd_get_16 (core_bfd, (bfd_byte *) & count[0]); in hist_read_rec()
239 record->sample[i])); in hist_read_rec()
273 bfd_put_16 (core_bfd, (bfd_vma) record->sample[i], (bfd_byte *) &count[0]); in hist_write_hist()
375 bin_count = r->sample[i]; in hist_assign_samples_1()
H A Dgmon_io.c501 histograms->sample = (int *) xmalloc (hist_num_bins * sizeof (int)); in gmon_out_read()
502 memset (histograms->sample, 0, in gmon_out_read()
535 histograms->sample[i] in gmon_out_read()
717 bfd_put_16 (core_bfd, (bfd_vma) histograms->sample[i], in gmon_out_write()
/dragonfly/contrib/binutils-2.27/gprof/
H A Dhist.c209 record->sample = (int *) xmalloc (record->num_bins in hist_read_rec()
210 * sizeof (record->sample[0])); in hist_read_rec()
211 memset (record->sample, 0, record->num_bins * sizeof (record->sample[0])); in hist_read_rec()
233 record->sample[i] += bfd_get_16 (core_bfd, (bfd_byte *) & count[0]); in hist_read_rec()
239 record->sample[i])); in hist_read_rec()
273 bfd_put_16 (core_bfd, (bfd_vma) record->sample[i], (bfd_byte *) &count[0]); in hist_write_hist()
375 bin_count = r->sample[i]; in hist_assign_samples_1()
H A Dgmon_io.c501 histograms->sample = (int *) xmalloc (hist_num_bins * sizeof (int)); in gmon_out_read()
502 memset (histograms->sample, 0, in gmon_out_read()
535 histograms->sample[i] in gmon_out_read()
717 bfd_put_16 (core_bfd, (bfd_vma) histograms->sample[i], in gmon_out_write()
/dragonfly/libexec/bootpd/
H A DInstallation15 (See bootptab.sample and bootptab.5 manual entry)
27 your syslog.conf file. (See the sample syslog.conf file here).
/dragonfly/contrib/pam_passwdqc/
H A Dpasswdqc_parse.c19 static const char *skip_prefix(const char *sample, const char *prefix) in skip_prefix() argument
23 if (strncmp(sample, prefix, len)) in skip_prefix()
25 return sample + len; in skip_prefix()
/dragonfly/etc/
H A Drpc52 sample 100113 na.sample
/dragonfly/share/examples/ppp/
H A Dppp.linkdown.sample15 # $FreeBSD: src/share/examples/ppp/ppp.linkdown.sample,v 1.3 1999/09/07 07:56:54 brian Exp $
16 # $DragonFly: src/share/examples/ppp/ppp.linkdown.sample,v 1.2 2003/06/17 04:36:57 dillon Exp $
H A Dppp.secret.sample30 # $FreeBSD: src/share/examples/ppp/ppp.secret.sample,v 1.2 1999/08/28 00:19:32 peter Exp $
31 # $DragonFly: src/share/examples/ppp/ppp.secret.sample,v 1.2 2003/06/17 04:36:57 dillon Exp $
H A Dppp.linkup.sample15 # $FreeBSD: src/share/examples/ppp/ppp.linkup.sample,v 1.2 1999/08/28 00:19:31 peter Exp $
16 # $DragonFly: src/share/examples/ppp/ppp.linkup.sample,v 1.2 2003/06/17 04:36:57 dillon Exp $
/dragonfly/etc/sendmail/
H A DMakefile.4install136 .if (exists(${_f}.sample) && !exists(${_f}))
137 ${_f}: ${_f}.sample
/dragonfly/crypto/openssh/
H A DREADME10 OpenSSH is based on the last free version of Tatu Ylonen's sample
45 repository which in turn was based on the last free sample implementation
/dragonfly/sys/dev/netif/ath/ath_rate/
H A DMakefile7 SUBDIR= sample
/dragonfly/usr.sbin/lpr/filters.ru/
H A DMakefile6 FILES= bjc-240.sh.sample
/dragonfly/share/examples/drivers/
H A DREADME12 node creation. They also create sample ioctl commands and a sample
/dragonfly/share/examples/smbfs/print/
H A DMakefile6 FILES= lj6l ljspool printcap.sample tolj
/dragonfly/share/examples/splash/
H A DREADME3 This directory contains sample boot splash BMP images.

12345