/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/runtime/cases/ |
H A D | ftpm.py | 19 status, output = self.target.run(cmd, timeout=90) 20 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 24 status, output = self.target.run(cmd, timeout=60) 25 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 26 self.assertEqual(output, "2", msg='\n'.join([cmd, output])) 30 status, output = self.target.run(cmd, timeout=60) 31 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 35 status, output = self.target.run(cmd, timeout=60) 36 self.assertEqual(status, 0, msg='\n'.join([cmd, output])) 40 status, output = self.target.run(cmd, timeout=60) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/ |
H A D | oe_syslog.py | 18 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 D | runlevel.py | 15 (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 D | gcc.py | 36 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 D | tripwire.py | 15 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 D | suricata.py | 32 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 D | apparmor.py | 15 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 D | stat-display.c | 192 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 1249 FILE *output = config->output; in print_header_interval_std() local 1294 FILE *output = config->output; in print_header_std() local [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | curve25519-hacl64.c | 133 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 D | auto-mode.c | 304 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 D | gth.c | 191 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 D | parsec.py | 39 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 D | meson.build | 6 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-logging/test/ |
H A D | serialization_test_properties.cpp | 31 auto output = std::make_unique<Entry>( in TEST_F() local 33 deserialize(path, *output); in TEST_F() 35 EXPECT_EQ(input->id(), output->id()); in TEST_F() 36 EXPECT_EQ(input->severity(), output->severity()); in TEST_F() 37 EXPECT_EQ(input->timestamp(), output->timestamp()); in TEST_F() 38 EXPECT_EQ(input->message(), output->message()); in TEST_F() 39 EXPECT_EQ(input->additionalData(), output->additionalData()); in TEST_F() 41 EXPECT_EQ(input->resolved(), output->resolved()); in TEST_F() 42 EXPECT_EQ(input->associations(), output->associations()); in TEST_F() 43 EXPECT_EQ(input->version(), output->version()); in TEST_F() [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Common/ |
H A D | meson.build | 20 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 D | nuvoton-npcm750-runbmc-olympus-pincfg.dtsi | 9 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 D | meson.build | 7 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/linux/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_output.c | 35 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 D | meson.build | 6 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 D | pid.cpp | 79 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/linux/arch/arm/boot/dts/ti/keystone/ |
H A D | keystone-clocks.dtsi | 20 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/ui/ |
H A D | vnc-enc-zlib.c | 54 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 D | oe-setup-layers.py | 22 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") 102 self._write_json(json, output + ".json") 103 logger.info('Created {}.json'.format(output)) [all …]
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | v69_hvx.c | 45 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 …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | keystone-clocks.dtsi | 23 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 …]
|