Home
last modified time | relevance | path

Searched refs:output (Results 76 – 100 of 4790) sorted by relevance

12345678910>>...192

/openbmc/u-boot/arch/arm/dts/
H A Dkeystone-clocks.dtsi23 clock-output-names = "mainmuxclk";
32 clock-output-names = "chipclk1";
178 clock-output-names = "usb";
219 clock-output-names = "pa";
239 clock-output-names = "sa";
249 clock-output-names = "pcie";
259 clock-output-names = "sr";
269 clock-output-names = "gem0";
369 clock-output-names = "usim";
379 clock-output-names = "i2c";
[all …]
H A Dkeystone-k2hk-clocks.dtsi60 clock-output-names = "tsip";
70 clock-output-names = "srio";
90 clock-output-names = "gem1";
100 clock-output-names = "gem2";
110 clock-output-names = "gem3";
120 clock-output-names = "gem4";
130 clock-output-names = "gem5";
140 clock-output-names = "gem6";
150 clock-output-names = "gem7";
170 clock-output-names = "tac";
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dsamhain.py17 …status, output = self.target.run('echo "127.0.0.1 %s.localdomain %s" >> /etc/hosts' % (machine, m…
19 'Status and output:%s and %s' % (status, output))
22 status, output = self.target.run('samhain --help')
24 'Status and output:%s and %s' % (status, output))
29 status, output = self.target.run('samhain -t init')
30 match = re.search('FAILED: 0 ', output)
33 'Status and output:%s and %s' % (status, output))
38 status, output = self.target.run('samhain -t check')
39 match = re.search('FAILED: 0 ', output)
42 'Status and output:%s and %s' % (status, output))
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Ddate.py28 (status, output) = self.target.run('date +"%Y-%m-%d %T"')
29 msg = 'Failed to get initial date, output: %s' % output
31 oldDate = output
34 (status, output) = self.target.run("date -s @%d" % sampleTimestamp)
35 self.assertEqual(status, 0, msg='Date set failed, output: %s' % output)
37 (status, output) = self.target.run('date +"%s"')
38 msg = 'The date was not set correctly, output: %s' % output
39 self.assertTrue(int(output) - sampleTimestamp < 300, msg=msg)
41 (status, output) = self.target.run('date -s "%s"' % oldDate)
42 msg = 'Failed to reset date, output: %s' % output
H A Dstorage.py20 cls.assertFalse(output, msg = msg)
22 (status, output) = cls.target.run('cat /proc/mounts')
23 match = re.search('%s' % cls.device, output)
30 (status, output) = cls.target.run('rm -f %s/*' % cls.test_dir)
32 cls.assertFalse(output, msg = msg)
41 (status, output) = cls.target.run('mv %s/%s %s/%s1' %
52 (status, output) = cls.target.run('cat %s/%s' %
55 match = re.search('%s' % cls.test_msg, output)
61 (status, output) = cls.target.run('echo "%s" > %s/%s' %
77 (status, output) = cls.target.run('cat /proc/mounts')
[all …]
H A Dksample.py18 status, output = self.target.run(cmd)
21 msg = '%s failed, %s' % (cmd, output)
25 result = ("%s" % match_string) in output
26 msg = output
31 status, output = self.target.run("uname -m")
32 result = ("%s" % output) in archset
38 status, output = self.target.run(cmd)
39 result = ("%s=y" % config_opt) in output
46 status, output = self.target.run(cmd)
147 if " foo_bar" in output:
[all …]
/openbmc/u-boot/test/py/tests/
H A Dtest_net.py90 output = u_boot_console.run_command('dhcp')
91 assert 'DHCP client bound to address ' in output
126 output = u_boot_console.run_command('ping $serverip')
127 assert 'is alive' in output
151 output = u_boot_console.run_command('tftpboot %s' % (fn))
158 assert expected_text in output
167 output = u_boot_console.run_command('crc32 $fileaddr $filesize')
168 assert expected_crc in output
193 output = u_boot_console.run_command('nfs %x %s' % (addr, fn))
198 assert expected_text in output
[all …]
H A Dtest_efi_loader.py82 output = u_boot_console.run_command('dhcp')
83 assert 'DHCP client bound to address ' in output
124 output = u_boot_console.run_command('tftpboot %x %s' % (addr, fn))
129 assert expected_text in output
138 output = u_boot_console.run_command('crc32 %x $filesize' % addr)
139 assert expected_crc in output
153 output = u_boot_console.run_command('bootefi %x' % addr)
155 assert expected_text in output
157 assert expected_text in output
167 output = u_boot_console.run_command('bootefi hello')
[all …]
/openbmc/linux/tools/perf/util/
H A Dzstd.c63 ZSTD_outBuffer output; in zstd_compress_stream_to_records() local
72 output = (ZSTD_outBuffer){ dst, (dst_size > max_record_size) ? in zstd_compress_stream_to_records()
74 ret = ZSTD_compressStream(data->cstream, &output, &input); in zstd_compress_stream_to_records()
75 ZSTD_flushStream(data->cstream, &output); in zstd_compress_stream_to_records()
82 size = output.pos; in zstd_compress_stream_to_records()
97 ZSTD_outBuffer output = { dst, dst_size, 0 }; in zstd_decompress_stream() local
100 ret = ZSTD_decompressStream(data->dstream, &output, &input); in zstd_decompress_stream()
103 src_size, output.size, dst_size, ZSTD_getErrorName(ret)); in zstd_decompress_stream()
106 output.dst = dst + output.pos; in zstd_decompress_stream()
107 output.size = dst_size - output.pos; in zstd_decompress_stream()
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D14655 $QEMU_IMG map --output=json --image-opts \
63 $QEMU_IMG map --output=json --image-opts \
71 $QEMU_IMG map --output=json --image-opts \
82 $QEMU_IMG map --output=json --image-opts \
90 $QEMU_IMG map --output=json --image-opts \
98 $QEMU_IMG map --output=json --image-opts \
109 $QEMU_IMG map --output=json --image-opts \
117 $QEMU_IMG map --output=json --image-opts \
125 $QEMU_IMG map --output=json --image-opts \
143 $QEMU_IMG map --output=json --image-opts \
[all …]
H A D17861 $QEMU_IMG measure --output foo # invalid output format
97 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 0
98 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 2G
99 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 64G
100 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 256G
101 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 1T
102 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 2P
103 $QEMU_IMG measure --output=$ofmt -O "$IMGFMT" --size 7E
145 $QEMU_IMG measure --output=$ofmt -o backing_file=x \
151 $QEMU_IMG measure --output=$ofmt \
[all …]
H A D004.out1 QA output created by 004
9 write failed: Input/output error
12 write failed: Input/output error
15 write failed: Input/output error
18 write failed: Input/output error
21 writev failed: Input/output error
28 read failed: Input/output error
31 read failed: Input/output error
34 read failed: Input/output error
37 read failed: Input/output error
[all …]
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp60 output.data(), &mdLen) == NULL) in TEST()
71 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST()
108 output.data(), &mdLen) == NULL) in TEST()
119 packet.insert(packet.end(), output.begin(), output.end()); in TEST()
234 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST()
283 packet.insert(packet.end(), output.begin(), output.end()); in TEST()
387 std::vector<uint8_t> output( in TEST() local
400 output.resize(outputLen); in TEST()
432 std::vector<uint8_t> output( in TEST() local
435 if (!RAND_bytes(output.data(), in TEST()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/
H A Dmeson.build6 output: [ 'BMC.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'BMCRedundancy.md' ],
25 '--output', meson.current_build_dir(),
37 output: [ 'Chassis.md' ],
41 '--output', meson.current_build_dir(),
53 output: [ 'Drive.md' ],
68 output: [ 'Host.md' ],
84 output: [ 'PowerOnHours.md' ],
115 output: [ 'SystemdTarget.md' ],
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Certs/
H A Dmeson.build5 output: [ 'error.cpp', 'error.hpp', ],
9 '--output', meson.current_build_dir(),
20 output: [ 'Authority.md' ],
24 '--output', meson.current_build_dir(),
35 output: [ 'CSR.md' ],
50 output: [ 'Certificate.md' ],
65 output: [ 'Entry.md' ],
80 output: [ 'Install.md' ],
95 output: [ 'InstallAll.md' ],
110 output: [ 'Replace.md' ],
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Network/
H A Dmeson.build6 output: [ 'Client.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'DHCPConfiguration.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'EthernetInterface.md' ],
52 output: [ 'IP.md' ],
67 output: [ 'MACAddress.md' ],
82 output: [ 'Neighbor.md' ],
97 output: [ 'StaticGateway.md' ],
112 output: [ 'SystemConfiguration.md' ],
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2hk-clocks.dtsi57 clock-output-names = "tsip";
67 clock-output-names = "srio";
87 clock-output-names = "gem1";
97 clock-output-names = "gem2";
107 clock-output-names = "gem3";
117 clock-output-names = "gem4";
127 clock-output-names = "gem5";
137 clock-output-names = "gem6";
147 clock-output-names = "gem7";
167 clock-output-names = "tac";
[all …]
/openbmc/openbmc/poky/meta-selftest/lib/oeqa/runtime/cases/
H A Dvirgl.py10 status, output = self.target.run('dmesg|grep virgl')
11 …Equal(status, 0, "Checking for virgl driver in dmesg returned non-zero: %d\n%s" % (status, output))
12 …self.assertIn("features: +virgl", output, "virgl acceleration seems to be disabled:\n%s" %(output))
16 status, output = self.target.run('kmscube')
17 ….assertEqual(status, 0, "kmscube exited with non-zero status %d and output:\n%s" %(status, output))
18 … self.assertIn('renderer: "virgl', output, "kmscube does not seem to use virgl:\n%s" %(output))
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/
H A Dima.py23 status, output = cls.tc.target.run("find %s -type f" % l)
24 cls.binaries.extend(output.split("\n"))
35 status, output = self.target.run("dmesg | grep -n '%s'" % ima_search)
50 ima_id = int(output.split(":")[0])
53 init_id = int(output.split(":")[0])
67 status, output = self.target.run("sha256sum %s" %filename)
69 current_hash = output.split()[0]
73 status, output = self.target.run("cat %s | grep -e '%s'" \
77 tokens = output.split("\n")[-1].split()[3]
99 status, output = self.target.run("evmctl ima_verify %s" % b)
[all …]
/openbmc/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_display.c134 output->needs_modeset = true; in virtio_gpu_crtc_atomic_flush()
162 struct virtio_gpu_output *output = in virtio_gpu_conn_get_modes() local
167 if (output->edid) { in virtio_gpu_conn_get_modes()
173 width = le32_to_cpu(output->info.r.width); in virtio_gpu_conn_get_modes()
196 struct virtio_gpu_output *output = in virtio_gpu_conn_mode_valid() local
200 width = le32_to_cpu(output->info.r.width); in virtio_gpu_conn_mode_valid()
230 struct virtio_gpu_output *output = in virtio_gpu_conn_detect() local
233 if (output->info.enabled) in virtio_gpu_conn_detect()
260 struct drm_crtc *crtc = &output->crtc; in vgdev_output_init()
263 output->index = index; in vgdev_output_init()
[all …]
/openbmc/linux/drivers/hwtracing/stm/
H A Dcore.c214 output->nr_chans = 0; in stm_output_disclaim()
302 spin_lock(&output->lock); in stm_output_assign()
311 output->master = midx; in stm_output_assign()
312 output->channel = cidx; in stm_output_assign()
313 output->nr_chans = width; in stm_output_assign()
332 output->nr_chans = 0; in stm_output_assign()
334 spin_unlock(&output->lock); in stm_output_assign()
343 spin_lock(&output->lock); in stm_output_free()
344 if (output->nr_chans) in stm_output_free()
348 spin_unlock(&output->lock); in stm_output_free()
[all …]
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfb_i2c.c144 dinfo->output[i].type = INTELFB_OUTPUT_ANALOG; in intelfb_create_i2c_busses()
161 dinfo->output[i].type = INTELFB_OUTPUT_DVO; in intelfb_create_i2c_busses()
177 dinfo->output[i].type = INTELFB_OUTPUT_SDVO; in intelfb_create_i2c_busses()
185 dinfo->output[i].type = INTELFB_OUTPUT_SDVO; in intelfb_create_i2c_busses()
186 dinfo->output[i].i2c_bus = dinfo->output[i - 1].i2c_bus; in intelfb_create_i2c_busses()
200 if (dinfo->output[i].i2c_bus.dinfo) { in intelfb_delete_i2c_busses()
201 i2c_del_adapter(&dinfo->output[i].i2c_bus.adapter); in intelfb_delete_i2c_busses()
202 dinfo->output[i].i2c_bus.dinfo = NULL; in intelfb_delete_i2c_busses()
204 if (dinfo->output[i].ddc_bus.dinfo) { in intelfb_delete_i2c_busses()
205 i2c_del_adapter(&dinfo->output[i].ddc_bus.adapter); in intelfb_delete_i2c_busses()
[all …]
/openbmc/telemetry/tests/src/
H A Dtest_transform.cpp14 std::vector<std::string> output = in TEST() local
17 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
18 ASSERT_THAT(output, ElementsAre("1", "2", "3")); in TEST()
24 std::set<std::string> output = in TEST() local
27 EXPECT_FALSE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
28 ASSERT_THAT(output, ElementsAre("1", "2", "3")); in TEST()
34 std::vector<std::string> output = utils::transform<std::vector>( in TEST() local
37 EXPECT_TRUE(utils::detail::has_member_reserve<decltype(output)>); in TEST()
38 ASSERT_THAT(output, ElementsAre("1", "2", "3")); in TEST()
/openbmc/phosphor-net-ipmid/
H A Dintegrity_algo.cpp24 std::vector<uint8_t> output(SHA_DIGEST_LENGTH); in generateHMAC() local
27 if (HMAC(EVP_sha1(), k1.data(), k1.size(), input, len, output.data(), in generateHMAC()
37 output.resize(authCodeLength); in generateHMAC()
39 return output; in generateHMAC()
47 auto output = generateHMAC( in verifyIntegrityData() local
52 return (std::equal(output.begin(), output.end(), integrityDataBegin, in verifyIntegrityData()
90 std::vector<uint8_t> output(SHA256_DIGEST_LENGTH); in generateHMAC() local
103 output.resize(authCodeLength); in generateHMAC()
105 return output; in generateHMAC()
113 auto output = generateHMAC( in verifyIntegrityData() local
[all …]
/openbmc/u-boot/scripts/coccinelle/net/
H A Dmdio_register.cocci36 - outputT *output
50 identifier update_read_sig.output;
59 + outputT output = 0;
63 + return *output;
70 + return *output;
76 + return *output;
82 identifier update_read_sig.output;
89 - *output
90 + output
92 - output
[all …]

12345678910>>...192