Home
last modified time | relevance | path

Searched refs:output (Results 51 – 75 of 4406) sorted by relevance

12345678910>>...177

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Doe_syslog.py18 status, output = self.target.run(self.tc.target_cmds['ps'])
22 hasdaemon = "syslogd" in output or "syslog-ng" in output or "svlogd" in output
50 status, output = self.target.run(restart_cmd)
86 status, output = self.target.run('logger foobar')
87 msg = "Can't log into syslog. Output: %s " % output
93 status, output = self.target.run('grep foobar /var/log/messages')
98 status, output = self.target.run('logread | grep foobar')
100 ' Output: %s ' % output)
127 status, output = self.target.run(cmd)
132 status, output = self.target.run(cmd)
[all …]
H A Drunlevel.py15 (status, output) = self.target.run("init 3 && sleep 5 && runlevel")
17 …self.assertEqual(output, runlevel, msg='Failed to set current runlevel to runlevel 3, current runl…
18 (status, output) = self.target.run("uname -a")
19 self.assertEqual(status, 0, msg='Failed to run uname command, output: %s' % output)
23 (status, output) = self.target.run("init 5 && sleep 5 && runlevel")
25 …self.assertEqual(output, runlevel, msg='Failed to set current runlevel to runlevel 5, current runl…
26 (status, output) = self.target.run('export DISPLAY=:0 && x11perf -aa10text')
27 self.assertEqual(status, 0, msg='Failed to run 2D graphic test, output: %s' % output)
H A Dgcc.py36 msg = 'gcc compile failed, output: %s' % output
39 status, output = self.target.run('/tmp/test')
40 msg = 'running compiled file failed, output: %s' % output
47 msg = 'g++ compile failed, output: %s' % output
50 status, output = self.target.run('/tmp/test')
51 msg = 'running compiled file failed, output: %s' % output
58 msg = 'g++ compile failed, output: %s' % output
61 status, output = self.target.run('/tmp/test')
62 msg = 'running compiled file failed, output: %s' % output
69 status, output = self.target.run('cd /tmp; make -f testmakefile')
[all …]
/openbmc/openbmc/meta-security/lib/oeqa/runtime/cases/
H A Dtripwire.py15 status, output = self.target.run('tripwire --help')
17 'Status and output:%s and %s' % (status, output))
22 status, output = self.target.run('/etc/tripwire/twinstall.sh')
23 match = re.search('The database was successfully generated.', output)
26 'Status and output:%s and %s' % (status, output))
31 …status, output = self.target.run('twadmin --create-cfgfile --cfgfile /etc/tripwire/twcfg.enc --sit…
32 …status, output = self.target.run('twadmin --create-polfile --cfgfile /etc/tripwire/twcfg.enc --pol…
33 match = re.search('Wrote policy file: /etc/tripwire/twpol.enc', output)
36 'Status and output:%s and %s' % (status, output))
43 match = re.search('The database was successfully generated.', output)
[all …]
H A Dsuricata.py32 status, output = self.target.run('suricata --help')
34 'Status and output:%s and %s' % (status, output))
41 (status, output) = self.tc.target.copyTo(self.tmp_path, dst)
42 msg = 'File could not be copied. Output: %s' % output
52 status, output = self.tc.target.run('suricata-update')
54 'Status and output:%s and %s' % (status, output))
59 status, output = self.tc.target.run('suricata-update list-sources')
61 'Status and output:%s and %s' % (status, output))
66 status, output = self.tc.target.run('suricata-update update-sources')
68 'Status and output:%s and %s' % (status, output))
[all …]
H A Dapparmor.py15 status, output = self.target.run('aa-status --help')
17 'Status and output:%s and %s' % (status, output))
22 status, output = self.target.run('aa-status')
23 match = re.search('apparmor module is loaded.', output)
26 'Status and output:%s and %s' % (status, output))
31 status, output = self.target.run('aa-complain /etc/apparmor.d/*')
32 match = re.search('apparmor module is loaded.', output)
35 'Status and output:%s and %s' % (status, output))
40 status, output = self.target.run('aa-enforce /etc/apparmor.d/*')
41 match = re.search('apparmor module is loaded.', output)
[all …]
/openbmc/linux/tools/perf/util/
H A Dstat-display.c192 FILE *output = config->output; in print_aggr_id_std() local
242 FILE *output = config->output; in print_aggr_id_csv() local
292 FILE *output = config->output; in print_aggr_id_json() local
650 FILE *output = config->output; in print_counter_value_std() local
674 FILE *output = config->output; in print_counter_value_csv() local
694 FILE *output = config->output; in print_counter_value_json() local
959 FILE *output = config->output; in print_counter_aggrdata() local
1033 FILE *output = config->output; in print_metric_end() local
1248 FILE *output = config->output; in print_header_interval_std() local
1293 FILE *output = config->output; in print_header_std() local
[all …]
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c133 output[ctr] = z; in fmul_shift_reduce()
138 output[ctr] = z; in fmul_shift_reduce()
143 output[ctr] = z; in fmul_shift_reduce()
148 output[ctr] = z; in fmul_shift_reduce()
150 output[0] = tmp; in fmul_shift_reduce()
151 b0 = output[0]; in fmul_shift_reduce()
207 i0 = output[0]; in fmul_fmul()
208 i1 = output[1]; in fmul_fmul()
264 i0 = output[0]; in fsquare_fsquare_()
265 i1 = output[1]; in fsquare_fsquare_()
[all …]
/openbmc/linux/drivers/platform/x86/amd/pmf/
H A Dauto-mode.c304 struct apmf_auto_mode output; in amd_pmf_load_defaults_auto_mode() local
311 output.balanced_to_quiet; in amd_pmf_load_defaults_auto_mode()
313 output.balanced_to_perf; in amd_pmf_load_defaults_auto_mode()
315 output.quiet_to_balanced; in amd_pmf_load_defaults_auto_mode()
317 output.perf_to_balanced; in amd_pmf_load_defaults_auto_mode()
329 output.pd_balanced_to_perf; in amd_pmf_load_defaults_auto_mode()
333 output.pd_perf_to_balanced; in amd_pmf_load_defaults_auto_mode()
340 pwr_ctrl->spl = output.spl_quiet; in amd_pmf_load_defaults_auto_mode()
358 pwr_ctrl->spl = output.spl_perf; in amd_pmf_load_defaults_auto_mode()
359 pwr_ctrl->sppt = output.sppt_perf; in amd_pmf_load_defaults_auto_mode()
[all …]
/openbmc/linux/drivers/hwtracing/intel_th/
H A Dgth.c191 if (gth->output[old_port].output->active) in master_attr_store()
198 if (!gth->output[port].output) { in master_attr_store()
206 if (gth->output[port].output->active) in master_attr_store()
478 container_of(output, struct intel_th_device, output); in intel_th_gth_stop()
497 output->port); in intel_th_gth_stop()
545 for_each_set_bit(master, gth->output[output->port].master, in intel_th_gth_disable()
599 for_each_set_bit(master, gth->output[output->port].master, in intel_th_gth_enable()
604 output->active = true; in intel_th_gth_enable()
675 if (gth->output[i].port_type != othdev->output.type) in intel_th_gth_assign()
690 gth->output[i].output = &othdev->output; in intel_th_gth_assign()
[all …]
/openbmc/openbmc/meta-security/meta-parsec/lib/oeqa/runtime/cases/
H A Dparsec.py39 self.assertEqual(status, 0, msg='File could not be copied.\n%s' % output)
51 status, output = self.target.run(self.parsec_status)
54 status, output = self.target.run('parsec-tool list-providers')
58 output, msg='%s provider is not configured.' % provider)
64 self.assertEqual(status, 0, msg='Parsec CLI tests failed.\n %s' % output)
124 status, output = self.target.run(cmd)
125 self.assertEqual(status, 0, msg='\n'.join([cmd, output]))
161 self.fail('Failed to get PKCS11 slot serial number.\n%s' % output)
178 status, output = self.target.run(self.parsec_reload)
179 self.assertEqual(status, 0, msg='Failed to reload Parsec.\n%s' % output)
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Decorator/
H A Dmeson.build6 output: [ 'Asset.md' ],
21 output: [ 'AssetTag.md' ],
36 output: [ 'CLEI.md' ],
51 output: [ 'Cacheable.md' ],
66 output: [ 'Compatible.md' ],
81 output: [ 'CoolingType.md' ],
96 output: [ 'Dimension.md' ],
111 output: [ 'I2CDevice.md' ],
141 output: [ 'ManagedHost.md' ],
201 output: [ 'Revision.md' ],
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/
H A Dmeson.build20 output: [ 'Callout.md' ],
35 output: [ 'Device.md' ],
50 output: [ 'FactoryReset.md' ],
80 output: [ 'File.md' ],
95 output: [ 'FilePath.md' ],
110 output: [ 'ObjectPath.md' ],
140 output: [ 'Priority.md' ],
155 output: [ 'Progress.md' ],
170 output: [ 'TFTP.md' ],
185 output: [ 'Threshold.md' ],
[all …]
/openbmc/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-runbmc-olympus-pincfg.dtsi9 output-low;
14 output-low;
19 output-low;
24 output-low;
44 output-high;
49 output-low;
64 output-low;
69 output-low;
74 output-low;
79 output-low;
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Control/
H A Dmeson.build7 output: [ 'CFMLimit.md' ],
22 output: [ 'ChassisCapabilities.md' ],
37 output: [ 'Device.md' ],
52 output: [ 'FanPwm.md' ],
67 output: [ 'FanRedundancy.md' ],
82 output: [ 'FanSpeed.md' ],
97 output: [ 'FieldMode.md' ],
112 output: [ 'Host.md' ],
127 output: [ 'MinimumShipLevel.md' ],
142 output: [ 'Mode.md' ],
[all …]
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py39 def log(output, msg): argument
40 if output:
41 output.write(msg + "\n")
42 output.flush()
58 if args.output:
59 output = open(args.output, "w") variable
61 output = None
77 log(output, "QEMU CMD: %s" % (cmd))
98 log(output, "GDB CMD: %s" % (gdb_cmd))
107 log(output, "GDB crashed? (%d, %d) SKIPPING" % (result, result - 128))
[all …]
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_output.c35 struct atmel_hlcdc_rgb_output *output; in atmel_hlcdc_encoder_get_bus_fmt() local
37 output = atmel_hlcdc_encoder_to_rgb_output(encoder); in atmel_hlcdc_encoder_get_bus_fmt()
39 return output->bus_fmt; in atmel_hlcdc_encoder_get_bus_fmt()
69 struct atmel_hlcdc_rgb_output *output; in atmel_hlcdc_attach_endpoint() local
86 output = devm_kzalloc(dev->dev, sizeof(*output), GFP_KERNEL); in atmel_hlcdc_attach_endpoint()
87 if (!output) { in atmel_hlcdc_attach_endpoint()
92 output->bus_fmt = atmel_hlcdc_of_bus_fmt(ep); in atmel_hlcdc_attach_endpoint()
94 if (output->bus_fmt < 0) { in atmel_hlcdc_attach_endpoint()
99 ret = drm_simple_encoder_init(dev, &output->encoder, in atmel_hlcdc_attach_endpoint()
104 output->encoder.possible_crtcs = 0x1; in atmel_hlcdc_attach_endpoint()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Software/
H A Dmeson.build6 output: [ 'Activation.md' ],
10 '--output', meson.current_build_dir(),
36 output: [ 'ActivationProgress.md' ],
51 output: [ 'ApplyOptions.md' ],
66 output: [ 'ApplyTime.md' ],
81 output: [ 'ExtendedVersion.md' ],
96 output: [ 'Image.md' ],
111 output: [ 'MinimumVersion.md' ],
156 output: [ 'Settings.md' ],
171 output: [ 'Update.md' ],
[all …]
/openbmc/phosphor-pid-control/pid/ec/
H A Dpid.cpp79 double output; in pid() local
119 coreContext.output1 = output; in pid()
121 output = clamp(output, pidinfoptr->outLim.min, pidinfoptr->outLim.max); in pid()
123 coreContext.output2 = output; in pid()
142 if (output < minOut) in pid()
144 output = minOut; in pid()
155 if (output > maxOut) in pid()
157 output = maxOut; in pid()
169 coreContext.output3 = output; in pid()
179 pidinfoptr->lastOutput = output; in pid()
[all …]
/openbmc/phosphor-logging/test/
H A Dserialization_test_properties.cpp30 auto output = std::make_unique<Entry>( in TEST_F() local
32 deserialize(path, *output); in TEST_F()
34 EXPECT_EQ(input->id(), output->id()); in TEST_F()
35 EXPECT_EQ(input->severity(), output->severity()); in TEST_F()
36 EXPECT_EQ(input->timestamp(), output->timestamp()); in TEST_F()
37 EXPECT_EQ(input->message(), output->message()); in TEST_F()
38 EXPECT_EQ(input->additionalData(), output->additionalData()); in TEST_F()
39 EXPECT_EQ(input->resolved(), output->resolved()); in TEST_F()
40 EXPECT_EQ(input->associations(), output->associations()); in TEST_F()
41 EXPECT_EQ(input->version(), output->version()); in TEST_F()
[all …]
/openbmc/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-clocks.dtsi20 clock-output-names = "mainmuxclk";
29 clock-output-names = "chipclk1";
85 clock-output-names = "paclk13";
175 clock-output-names = "usb";
216 clock-output-names = "pa";
236 clock-output-names = "sa";
246 clock-output-names = "pcie";
256 clock-output-names = "sr";
266 clock-output-names = "gem0";
376 clock-output-names = "i2c";
[all …]
/openbmc/qemu/scripts/
H A Dgensyscalls.sh10 output="$2"
19 if [ "$output" = "" ] ; then
20 output="$PWD"
96 generate_syscall_nr arm64 64 "$output/linux-user/aarch64/syscall_nr.h"
97 generate_syscall_nr nios2 32 "$output/linux-user/nios2/syscall_nr.h"
98 generate_syscall_nr openrisc 32 "$output/linux-user/openrisc/syscall_nr.h"
100 generate_syscall_nr riscv 32 "$output/linux-user/riscv/syscall32_nr.h"
101 generate_syscall_nr riscv 64 "$output/linux-user/riscv/syscall64_nr.h"
102 generate_syscall_nr hexagon 32 "$output/linux-user/hexagon/syscall_nr.h"
103 generate_syscall_nr loongarch 64 "$output/linux-user/loongarch64/syscall_nr.h"
/openbmc/qemu/ui/
H A Dvnc-enc-zlib.c54 vs->zlib.tmp = vs->output; in vnc_zlib_start()
55 vs->output = vs->zlib.zlib; in vnc_zlib_start()
64 vs->zlib.zlib = vs->output; in vnc_zlib_stop()
65 vs->output = vs->zlib.tmp; in vnc_zlib_stop()
106 zstream->next_out = vs->output.buffer + vs->output.offset; in vnc_zlib_stop()
107 zstream->avail_out = vs->output.capacity - vs->output.offset; in vnc_zlib_stop()
117 vs->output.offset = vs->output.capacity - zstream->avail_out; in vnc_zlib_stop()
128 old_offset = vs->output.offset; in vnc_zlib_send_framebuffer_update()
140 new_offset = vs->output.offset; in vnc_zlib_send_framebuffer_update()
141 vs->output.offset = old_offset; in vnc_zlib_send_framebuffer_update()
[all …]
/openbmc/openbmc/poky/meta/lib/bblayers/setupwriters/
H A Doe-setup-layers.py22 def _write_python(self, input, output): argument
25 with open(output, 'w') as f:
27 st = os.stat(output)
30 def _write_json(self, repos, output): argument
31 with open(output, 'w') as f:
67 output = args.output_prefix or "setup-layers"
68 output = os.path.join(os.path.abspath(args.destdir), output)
77 json = self._read_repo_config(output + ".json")
97 self._write_json(json, output + ".json")
98 logger.info('Created {}.json'.format(output))
[all …]
/openbmc/qemu/tests/tcg/hexagon/
H A Dv69_hvx.c45 void *pout = output; in test_vasrvuhubrndsat()
48 memset(output, 0xbb, sizeof(output)); in test_vasrvuhubrndsat()
82 void *pout = output; in test_vasrvuhubsat()
85 memset(output, 0xbb, sizeof(output)); in test_vasrvuhubsat()
119 void *pout = output; in test_vasrvwuhrndsat()
122 memset(output, 0xbb, sizeof(output)); in test_vasrvwuhrndsat()
156 void *pout = output; in test_vasrvwuhsat()
159 memset(output, 0xbb, sizeof(output)); in test_vasrvwuhsat()
195 memset(output, 0xbb, sizeof(output)); in test_vassign_tmp()
234 memset(output, 0xbb, sizeof(output)); in test_vcombine_tmp()
[all …]

12345678910>>...177