Home
last modified time | relevance | path

Searched refs:output (Results 226 – 250 of 6070) sorted by relevance

12345678910>>...243

/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/files/
H A Drun-ptest4 perl $case >$case.output 2>&1
6 cat $case.output
9 elif grep -i 'SKIP' $case.output; then
15 rm -f $case.output
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdata/files/
H A Drun-ptest4 perl $case >$case.output 2>&1
6 cat $case.output
9 elif grep -i 'SKIP' $case.output; then
15 rm -f $case.output
/openbmc/openbmc/poky/meta/files/ptest-perl/
H A Drun-ptest4 perl -I . $case >$case.output 2>&1
6 cat $case.output
9 elif grep -i 'SKIP' $case.output; then
15 rm -f $case.output
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtext/libtext-diff-perl/
H A Drun-ptest4 perl $case >$case.output 2>&1
6 cat $case.output
9 elif grep -i 'SKIP' $case.output; then
15 rm -f $case.output
/openbmc/linux/tools/build/feature/
H A Dtest-cxa-demangle.cpp9 char *output = (char*)malloc(len); in main() local
12 output = abi::__cxa_demangle("FieldName__9ClassNameFd", output, &len, &status); in main()
14 printf("demangled symbol: {%s}\n", output); in main()
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/PLDM/
H A Dmeson.build6 output: [ 'Event.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'PDR.md' ],
25 '--output', meson.current_build_dir(),
37 output: [ 'Requester.md' ],
41 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/
H A Dmeson.build5 output: [ 'error.cpp', 'error.hpp', ],
9 '--output', meson.current_build_dir(),
22 output: [ 'Item.md' ],
26 '--output', meson.current_build_dir(),
37 output: [ 'Manager.md' ],
41 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Dump/
H A Dmeson.build6 output: [ 'Create.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'Entry.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'NewDump.md' ],
40 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/BIOSConfig/
H A Dmeson.build6 output: [ 'Common.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'Manager.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'Password.md' ],
40 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/org/open_power/OCC/
H A Dmeson.build6 output: [ 'Device.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'PassThrough.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'Status.md' ],
40 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Attestation/
H A Dmeson.build6 output: [ 'ComponentIntegrity.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'IdentityAuthentication.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'MeasurementSet.md' ],
40 '--output', meson.current_build_dir(),
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Drecipetool.py83 return bbappendfile, result.output
114 self.assertNotIn('WARNING: ', output)
192 self.assertNotIn('WARNING: ', output)
207 self.assertNotIn('WARNING: ', output)
214 self.assertNotIn('WARNING: ', output)
221 self.assertNotIn('WARNING: ', output)
228 self.assertNotIn('WARNING: ', output)
241 self.assertNotIn('WARNING: ', output)
248 self.assertNotIn('WARNING: ', output)
268 for line in output.splitlines():
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.cpp518 json output; in dump() local
520 output["active"] = _isActive; in dump()
521 output["floor"] = _floor; in dump()
522 output["ceiling"] = _ceiling; in dump()
523 output["target"] = _target; in dump()
524 output["increase_delta"] = _incDelta; in dump()
525 output["decrease_delta"] = _decDelta; in dump()
532 output["floor_change"] = _floorChange; in dump()
535 output["target_holds"] = _targetHolds; in dump()
536 output["floor_holds"] = _floorHolds; in dump()
[all …]
/openbmc/u-boot/common/
H A Dcli_simple.c60 void cli_simple_process_macros(const char *input, char *output) in cli_simple_process_macros() argument
71 char __maybe_unused *output_start = output; in cli_simple_process_macros()
101 *(output++) = c; in cli_simple_process_macros()
111 *(output++) = '$'; in cli_simple_process_macros()
115 *(output++) = c; in cli_simple_process_macros()
138 *(output++) = *(envval++); in cli_simple_process_macros()
149 *(output++) = c; in cli_simple_process_macros()
158 *output = 0; in cli_simple_process_macros()
160 *(output - 1) = 0; in cli_simple_process_macros()
/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_writeback.c115 vkms_set_composer(&vkmsdev->output, false); in vkms_wb_cleanup_job()
125 struct vkms_output *output = &vkmsdev->output; in vkms_wb_atomic_commit() local
126 struct drm_writeback_connector *wb_conn = &output->wb_connector; in vkms_wb_atomic_commit()
128 struct vkms_crtc_state *crtc_state = output->composer_state; in vkms_wb_atomic_commit()
139 vkms_set_composer(&vkmsdev->output, true); in vkms_wb_atomic_commit()
144 spin_lock_irq(&output->composer_lock); in vkms_wb_atomic_commit()
147 spin_unlock_irq(&output->composer_lock); in vkms_wb_atomic_commit()
168 struct drm_writeback_connector *wb = &vkmsdev->output.wb_connector; in vkms_enable_writeback_connector()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Djson_utils.cpp37 std::string output; in escapeJSON() local
45 output += "\\\""; in escapeJSON()
48 output += "\\/"; in escapeJSON()
51 output += "\\b"; in escapeJSON()
54 output += "\\f"; in escapeJSON()
57 output += "\\n"; in escapeJSON()
60 output += "\\r"; in escapeJSON()
63 output += "\\t"; in escapeJSON()
66 output += "\\\\"; in escapeJSON()
69 output += c; in escapeJSON()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.h302 struct mod_hdcp_output *output);
306 struct mod_hdcp_output *output);
318 struct mod_hdcp_output *output);
322 struct mod_hdcp_output *output);
419 output->callback_stop = 1; in set_state_id()
420 output->watchdog_timer_stop = 1; in set_state_id()
486 output->callback_needed = 1; in fail_and_restart_in_ms()
487 output->callback_delay = time; in fail_and_restart_in_ms()
495 output->callback_needed = 1; in callback_in_ms()
496 output->callback_delay = time; in callback_in_ms()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A Drun-ptest4 bash $case python3 >$case.output 2>&1
7 cat $case.output
9 elif grep -i 'SKIP' $case.output; then
14 rm -f $case.output
/openbmc/qemu/tests/qemu-iotests/
H A D026.out1 QA output created by 026
7 write failed: Input/output error
12 write failed: Input/output error
19 write failed: Input/output error
26 write failed: Input/output error
57 write failed: Input/output error
58 read failed: Input/output error
65 write failed: Input/output error
66 read failed: Input/output error
74 read failed: Input/output error
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dfsp-3y.rst18 * in2_input 12V output voltage
19 * in3_input 5V output voltage
21 * curr2_input 12V output current
22 * curr3_input 5V output current
28 * power2_input output power
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-output.rst13 VIDIOC_G_OUTPUT - VIDIOC_S_OUTPUT - Query or select the current video output
33 Pointer to an integer with output index.
38 To query the current video output applications call the
40 stores the number of the output, as in the struct
45 To select a video output applications store the number of the desired
46 output in an integer and call the :ref:`VIDIOC_S_OUTPUT <VIDIOC_G_OUTPUT>` ioctl with a
50 effects applications must select an output before querying or
64 The number of the video output is out of bounds, or there are no
/openbmc/linux/tools/perf/Documentation/
H A Dcat-texi.perl7 my $output = $ARGV[0];
9 open my $tmp, '>', "$output.tmp";
40 open $tmp, '<', "$output.tmp";
46 unlink "$output.tmp";
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Shutdown/
H A Dmeson.build6 output: [ 'Inventory.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'Power.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'ThermalEvent.md' ],
40 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/State/Boot/
H A Dmeson.build6 output: [ 'PostCode.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'Progress.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'Raw.md' ],
40 '--output', meson.current_build_dir(),
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Connector/
H A Dmeson.build6 output: [ 'Embedded.md' ],
10 '--output', meson.current_build_dir(),
21 output: [ 'Port.md' ],
25 '--output', meson.current_build_dir(),
36 output: [ 'Slot.md' ],
40 '--output', meson.current_build_dir(),

12345678910>>...243