| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/openvpn/ |
| H A D | openvpn_2.6.14.bb | 56 install -d ${D}/${sysconfdir}/openvpn/sample 57 …install -m 644 ${S}/sample/sample-config-files/loopback-server ${D}${sysconfdir}/openvpn/sample/l… 58 …install -m 644 ${S}/sample/sample-config-files/loopback-client ${D}${sysconfdir}/openvpn/sample/l… 59 install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-config-files 60 install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-keys 61 install -dm 755 ${D}${sysconfdir}/openvpn/sample/sample-scripts 62 …install -m 644 ${S}/sample/sample-config-files/* ${D}${sysconfdir}/openvpn/sample/sample-config-fi… 63 install -m 644 ${S}/sample/sample-keys/* ${D}${sysconfdir}/openvpn/sample/sample-keys 64 install -m 644 ${S}/sample/sample-scripts/* ${D}${sysconfdir}/openvpn/sample/sample-scripts 110 PACKAGES =+ " ${PN}-sample " [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-networking/cyrus-sasl/cyrus-sasl/ |
| H A D | 0001-sample-Rename-dprintf-to-cyrus_dprintf.patch | 4 Subject: [PATCH] sample: Rename dprintf to cyrus_dprintf 11 sample/client.c | 12 ++++++------ 12 sample/common.c | 2 +- 13 sample/common.h | 2 +- 16 diff --git a/sample/client.c b/sample/client.c 18 --- a/sample/client.c 19 +++ b/sample/client.c 63 diff --git a/sample/common.c b/sample/common.c 65 --- a/sample/common.c 66 +++ b/sample/common.c [all …]
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | draw.py | 404 … [(sample.time, sample.user + sample.sys + sample.io) for sample in trace.cpu_stats], \ 408 [(sample.time, sample.user + sample.sys) for sample in trace.cpu_stats], \ 424 [(sample.time, sample.util) for sample in trace.disk_stats], \ 431 [(sample.time, sample.tput) for sample in trace.disk_stats], \ 470 [(sample.time, sample.received_bytes) for sample in samples], \ 474 [(sample.time, sample.transmitted_bytes) for sample in samples], \ 479 [(sample.time, sample.receive_diff) for sample in samples], \ 483 [(sample.time, sample.transmit_diff) for sample in samples], \ 501 [(sample.time, sample.deltaTotal) for sample in trace.cpu_pressure], \ 507 [(sample.time, sample.avg10) for sample in trace.cpu_pressure], \ [all …]
|
| H A D | parsing.py | 212 … cpu_util = [(sample.time, sample.user + sample.sys + sample.io) for sample in self.cpu_stats] 213 disk_util = [(sample.time, sample.util) for sample in self.disk_stats] 473 sample = DiskStatSample(time) 478 sample.add_diskdata([rsect, wsect, use]) 480 disk_stat_samples.append(sample) 506 sample = MemSample(time) 508 sample.add_value(name, int(value)) 510 if sample.valid(): 511 mem_stats.append(DrawMemSample(sample)) 526 sample = MemSample(time) [all …]
|
| H A D | samples.py | 179 …ctiveCount = sum( [1 for sample in self.samples if sample.cpu_sample and sample.cpu_sample.sys + s… 180 activeCount = activeCount + sum( [1 for sample in self.samples if sample.state == 'D'] )
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/tests/ |
| H A D | parser_test.py | 72 sample = samples[index] 75 print(sample) 78 self.assertEqual(tokens[0], str(sample.time)) 79 self.assert_(floatEq(float(tokens[1]), sample.read)) 80 self.assert_(floatEq(float(tokens[2]), sample.write)) 81 self.assert_(floatEq(float(tokens[3]), sample.util)) 92 sample = samples[index] 95 print(sample) 97 self.assert_(floatEq(float(tokens[0]), sample.time)) 98 self.assert_(floatEq(float(tokens[1]), sample.user)) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
| H A D | close-RequireValidShell-check.patch | 10 sample-configurations/basic.conf | 1 + 13 diff --git a/sample-configurations/basic.conf b/sample-configurations/basic.conf 15 --- a/sample-configurations/basic.conf 16 +++ b/sample-configurations/basic.conf
|
| H A D | basic.conf.patch | 10 --- proftpd-1.3.3c.orig/sample-configurations/basic.conf 11 +++ proftpd-1.3.3c/sample-configurations/basic.conf
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/onig/onig/ |
| H A D | 0001-build-don-t-link-against-host-system-libraries.patch | 12 sample/Makefile.am | 1 - 16 diff --git a/sample/Makefile.am b/sample/Makefile.am 18 --- a/sample/Makefile.am 19 +++ b/sample/Makefile.am
|
| /openbmc/openbmc/meta-phosphor/recipes-extended/etcd/ |
| H A D | etcd_%.bbappend | 2 SRC_URI:append = " file://etcd-new.conf.sample" 5 install -m 0644 ${UNPACKDIR}/etcd-new.conf.sample -D -t ${D}${sysconfdir} 8 FILES:${PN}:append = " ${sysconfdir}/etcd-new.conf.sample"
|
| /openbmc/openbmc/poky/meta-poky/recipes-core/tiny-init/ |
| H A D | tiny-init.bb | 11 file://rc.local.sample \ 28 install -m 0755 ${S}/rc.local.sample ${D}${sysconfdir} 31 FILES:${PN} = "/init ${sysconfdir}/rc.local.sample"
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/ |
| H A D | 0001-Fix-build-with-format-string-checks.patch | 29 --- a/sample/getaddrinfo.c 30 +++ b/sample/getaddrinfo.c 40 --- a/sample/ruli-getaddrinfo.c 41 +++ b/sample/ruli-getaddrinfo.c
|
| H A D | 0001-Make-space-for-flags-from-environment.patch | 11 sample/Makefile | 20 ++++++++++---------- 15 diff --git a/sample/Makefile b/sample/Makefile 17 --- a/sample/Makefile 18 +++ b/sample/Makefile
|
| /openbmc/qemu/hw/audio/ |
| H A D | gusemu_mixer.c | 61 unsigned int sample; in gus_mixvoices() local 82 for (sample = 0; sample < numsamples; sample++) in gus_mixvoices() 174 … *(bufferpos + 2 * sample) += (int16_t) ((sample1 * PanningPos) >> 4); /* right */ in gus_mixvoices() 175 … *(bufferpos + 2 * sample + 1) += (int16_t) ((sample1 * (15 - PanningPos)) >> 4); /* left */ in gus_mixvoices()
|
| /openbmc/u-boot/board/bosch/shc/ |
| H A D | Kconfig | 52 activate, if you want to build for the B sample version 58 activate, if you want to build for the B2 sample version 64 activate, if you want to build for the C sample version 70 activate, if you want to build for the C2 sample version 76 activate, if you want to build for the C3 sample version
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7572.patch | 69 /* Store the initial sample we start with */ 71 decoded[0] = (Uint8)(state[c].sample&0xFF); 72 decoded[1] = (Uint8)(state[c].sample>>8); 99 /* Compute difference and new sample value */ 113 /* Clamp output sample */ 114 if ( state->sample > max_audioval ) {
|
| /openbmc/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | sound.txt | 10 - samsung,i2s-bits-per-sample : sample width, defalut is 16 bit 22 samsung,i2s-bits-per-sample = <16>;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/lprng/ |
| H A D | lprng_3.8.C.bb | 25 mv ${D}/etc/printcap.sample ${D}/etc/printcap 26 mv ${D}/etc/lpd/lpd.conf.sample ${D}/etc/lpd/lpd.conf 27 mv ${D}/etc/lpd/lpd.perms.sample ${D}/etc/lpd/lpd.perms
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/pgpool2/ |
| H A D | pgpool2_4.5.3.bb | 47 install -D -m 0644 ${S}/src/sample/pcp.conf.sample ${D}${sysconfdir}/pgpool-II/pcp.conf 48 … install -D -m 0644 ${S}/src/sample/pool_hba.conf.sample ${D}${sysconfdir}/pgpool-II/pool_hba.conf
|
| /openbmc/qemu/audio/ |
| H A D | mixeng.c | 413 const struct st_sample *sample = samples; in audio_sample_to_uint64() 414 sample += pos; in audio_sample_to_uint64() 415 *left = sample->l; in audio_sample_to_uint64() 416 *right = sample->r; in audio_sample_to_uint64() 428 struct st_sample *sample = samples; in audio_sample_from_uint64() 429 sample += pos; in audio_sample_from_uint64() 430 sample->l = left; in audio_sample_from_uint64() 431 sample->r = right; in audio_sample_from_uint64()
|
| /openbmc/qemu/tests/qemu-iotests/sample_images/ |
| H A D | README | 1 This is for small sample images to be used with qemu-iotests, intended for 3 the native tool to create the sample image.
|
| /openbmc/phosphor-debug-collector/tools/dreport.d/ |
| H A D | README.md | 12 The dump types are defined in [sample.conf](sample.conf): 32 [sample.conf](sample.conf).
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | tftpy_0.8.5.bb | 1 …e Python programming language. It includes client and server classes, with sample implementations." 3 includes client and server classes, with sample implementations. Hooks are \
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/ |
| H A D | tftp-0.42-tftpboot.patch | 51 diff -up tftp-hpa-0.48/tftpd/sample.rules.tftpboot tftp-hpa-0.48/tftpd/sample.rules 52 --- tftp-hpa-0.48/tftpd/sample.rules.tftpboot 2008-05-29 17:38:46.000000000 +0200 53 +++ tftp-hpa-0.48/tftpd/sample.rules 2008-05-29 17:38:05.000000000 +0200
|
| /openbmc/openbmc/poky/meta/recipes-extended/cups/cups/ |
| H A D | 0002-don-t-try-to-run-generated-binaries.patch | 22 - ./genstrings >sample.c 24 +# ./genstrings >sample.c
|