Home
last modified time | relevance | path

Searched +full:no +full:- +full:output (Results 1 – 25 of 1068) sorted by relevance

12345678910>>...43

/openbmc/qemu/tests/qemu-iotests/
H A D026.out1 QA output created by 026
7 write failed: Input/output error
8 No errors were found on the image.
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
12 write failed: Input/output error
13 No errors were found on the image.
17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
19 write failed: Input/output error
20 No errors were found on the image.
[all …]
H A D026.out.nocache1 QA output created by 026
7 write failed: Input/output error
8 No errors were found on the image.
11 Event: l1_update; errno: 5; imm: off; once: on; write -b
12 write failed: Input/output error
13 No errors were found on the image.
17 qemu-io: Failed to flush the L2 table cache: Input/output error
18 qemu-io: Failed to flush the refcount block cache: Input/output error
19 write failed: Input/output error
20 No errors were found on the image.
[all …]
H A D060.out1 QA output created by 060
12 write failed: Input/output error
25 qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write
26 no file open, try 'help open'
40 write failed: Input/output error
53 No errors were found on the image.
73 This means waste of disk space, but no harm to data.
76 write failed: Input/output error
89 No errors were found on the image.
96 No errors were found on the image.
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblogging.py4 # SPDX-License-Identifier: MIT
14 …self.assertEqual(item.count(entry), count, msg="Output:\n'''\n%s\n'''\ndoesn't contain %d copies o…
17 # no logs, no verbose
19 result = bitbake("logging-test -c shelltest -f", ignore_status = True)
20 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
21 self.assertNotIn("This is shell stdout", result.output)
22 self.assertNotIn("This is shell stderr", result.output)
25 # logs, no verbose
27 result = bitbake("logging-test -c shelltest -f", ignore_status = True)
28 self.assertIn("ERROR: Logfile of failure stored in:", result.output)
[all …]
H A Dbbtests.py4 # SPDX-License-Identifier: MIT
18 for l in res.output.split('\n'):
25 self.assertEqual(bitbake('-e').status, 0, msg = "bitbake couldn't run from \"conf\" dir")
32 …self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from builddir's …
39 … self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from /tmp/")
44 result = bitbake('selftest-hello-native')
45 … = re.search(r"NOTE: Test for bb\.event\.BuildStarted(\n.*)*NOTE: Executing.*Tasks", result.output)
46 …eted = re.search(r"Tasks Summary:.*(\n.*)*NOTE: Test for bb\.event\.BuildCompleted", result.output)
47 self.assertTrue(find_build_started, msg = "Match failed in:\n%s" % result.output)
48 self.assertTrue(find_build_completed, msg = "Match failed in:\n%s" % result.output)
[all …]
/openbmc/linux/tools/perf/Documentation/
H A DMakefile1 # SPDX-License-Identifier: GPL-2.0-only
10 $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
11 $(wildcard perf-*.txt)) \
20 MAN_XML=$(addprefix $(OUTPUT),$(_MAN_XML))
21 MAN_HTML=$(addprefix $(OUTPUT),$(_MAN_HTML))
25 DOC_HTML=$(addprefix $(OUTPUT),$(_DOC_HTML))
31 DOC_MAN1=$(addprefix $(OUTPUT),$(_DOC_MAN1))
32 DOC_MAN5=$(addprefix $(OUTPUT),$(_DOC_MAN5))
33 DOC_MAN7=$(addprefix $(OUTPUT),$(_DOC_MAN7))
40 htmldir?=$(prefix)/share/doc/perf-doc
[all …]
/openbmc/linux/include/linux/
H A Dzlib.h1 /* zlib.h -- interface of the 'zlib' general purpose compression library
3 Copyright (C) 1995-2005 Jean-loup Gailly and Mark Adler
5 This software is provided 'as-is', without any express or implied
6 warranty. In no event will the authors be held liable for any damages
21 Jean-loup Gailly Mark Adler
44 this checks there is no more input data available and the next data
53 The 'zlib' compression library provides in-memory compression and
62 application must provide more input and/or consume the output
63 (providing more output space) before each call.
65 The compressed data format used by default by the in-memory functions is
[all …]
/openbmc/entity-manager/
H A DDoxyfile16 #---------------------------------------------------------------------------
18 #---------------------------------------------------------------------------
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
27 DOXYFILE_ENCODING = UTF-8
30 # double-quotes, unless you are using Doxywizard) that should identify the
52 # the logo to the output directory.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64 # directories (in 2 levels) under the output directory of each output format and
69 # The default value is: NO.
[all …]
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dstat_output.sh2 # SPDX-License-Identifier: GPL-2.0
7 [ "$(id -u)" != 0 ] && [ "$(cat /proc/sys/kernel/perf_event_paranoid)" -gt $1 ]
13 echo -n "Checking $1 output: no args "
15 commachecker --no-args
21 echo -n "Checking $1 output: system wide "
27 perf stat -a $2 true
28 commachecker --system-wide
34 echo -n "Checking $1 output: system wide no aggregation "
40 perf stat -A -a --no-merge $2 true
41 commachecker --system-wide-no-aggr
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Doe_syslog.py4 # SPDX-License-Identifier: MIT
16 @OEHasPackage(["busybox-syslog", "sysklogd", "rsyslog", "syslog-ng"])
18 status, output = self.target.run(self.tc.target_cmds['ps'])
21 msg = "No syslog daemon process; %s output:\n%s" % (self.tc.target_cmds['ps'], output)
22 hasdaemon = "syslogd" in output or "syslog-ng" in output or "svlogd" in output
29 status, err_output = self.target.run('kill -0 %s' %pid)
50 status, output = self.target.run(restart_cmd)
52 … msg = ('Could not restart %s service. Status and output: %s and %s' % (names, status, output))
64 # Verify the previous ones are no longer running
86 status, output = self.target.run('logger foobar')
[all …]
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fbuf.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_FBUF - VIDIOC_S_FBUF - Get or set frame buffer overlay parameters
40 :ref:`Video Overlay <overlay>` or :ref:`Video Output Overlay <osd>`
42 output device) and can be determined with the
46 The V4L2 API distinguishes destructive and non-destructive overlays. A
48 of a graphics card. A non-destructive overlay blends video images into a
49 VGA signal or graphics into a video signal. *Video Output Overlays* are
50 always non-destructive.
53 this is no longer needed, and it was always a very dangerous feature.
60 To set the parameters for a *Video Output Overlay*, applications must
[all …]
H A Dvidioc-g-audioout.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 VIDIOC_G_AUDOUT - VIDIOC_S_AUDOUT - Query or select the current audio output
38 To query the current audio output applications zero out the ``reserved``
42 has no audio inputs, or none which combine with the current video
43 output.
45 Audio outputs have no writable properties. Nevertheless, to select the
46 current audio output applications can initialize the ``index`` field and
49 ``VIDIOC_S_AUDOUT`` ioctl. Drivers switch to the requested output or
51 write-only ioctl, it does not return the current audio output attributes
63 .. flat-table:: struct v4l2_audioout
[all …]
H A Dvidioc-g-output.rst1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
13 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
42 fail only when there are no video outputs, returning the ``EINVAL`` error
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
59 On success 0 is returned, on error -1 and the ``errno`` variable is set
[all …]
/openbmc/linux/Documentation/arch/sparc/oradax/
H A Ddax-hv-api.txt3 Publication date 2017-09-25 08:21
5 Extracted via "pdftotext -f 547 -l 572 -layout sun4v_20170925.pdf"
16 live-migration and other system management activities.
20 …high speed processoring of database-centric operations. The coprocessors may support one or more of
28 …e Completion Area and, unless execution order is specifically restricted through the use of serial-
38 …There is no fixed limit on the number of outstanding CCBs guest software may have queued in the vi…
45 …device node in the guest MD (Section 8.24.17, “Database Analytics Accelerators (DAX) virtual-device
51 36.1.1.1. "ORCL,sun4v-dax" Device Compatibility
54No-op/Sync
77 …See Section 36.2.1, “Query CCB Command Formats” for the corresponding CCB input and output formats.
[all …]
/openbmc/linux/tools/perf/tests/shell/
H A Dstat+json_output.sh2 # perf stat JSON output linter
3 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
4 # Checks various perf stat JSON output commands for the
7 set -e
29 rm -f "${stat_output}"
31 trap - EXIT TERM INT
43 [ "$(id -u)" != 0 ] && [ "$(cat /proc/sys/kernel/perf_event_paranoid)" -gt $1 ]
48 echo -n "Checking json output: no args "
49 perf stat -j -o "${stat_output}" true
50 $PYTHON $pythonchecker --no-args --file "${stat_output}"
[all …]
/openbmc/u-boot/test/py/tests/
H A Dtest_fpga.py1 # SPDX-License-Identifier: GPL-2.0
56 'mkimage_fit': 'download-fit.ub',
69 pytest.skip('No FPGA to test')
71 dev = f.get('dev', -1)
73 pytest.fail('No dev specified via env__fpga_under_test')
80 addr = f.get('addr', -1)
82 pytest.fail('No address specified via env__fpga_under_test')
90 output = u_boot_console.run_command('tftpboot %x %s' % (addr, bit))
91 assert expected_tftp in output
96 expected_usage = 'fpga - loadable FPGA image support'
[all …]
H A Dtest_tpm2.py1 # SPDX-License-Identifier: GPL-2.0+
26 """When a test fails, U-Boot is reset. Because TPM stack must be initialized
28 trying any command or they will fail with no reason. Executing 'tpm init'
29 twice will spawn an error used to detect that the TPM was not reset and no
32 output = u_boot_console.run_command('tpm2 init')
33 if force or not 'Error' in output:
34 u_boot_console.run_command('echo --- start of init ---')
38 output = u_boot_console.run_command('echo $?')
39 if not output.endswith('0'):
41 u_boot_console.run_command('echo --- end of init ---')
[all …]
H A Dtest_net.py1 # SPDX-License-Identifier: GPL-2.0
4 # Test various network-related functionality, such as the dhcp, ping, and
44 'fn': 'ubtest-readable.bin',
53 'fn': 'ubtest-readable.bin',
87 pytest.skip('No DHCP server available')
89 u_boot_console.run_command('setenv autoload no')
90 output = u_boot_console.run_command('dhcp')
91 assert 'DHCP client bound to address ' in output
106 pytest.skip('No static network configuration is defined')
120 ping command's output.
[all …]
H A Dtest_efi_loader.py1 # SPDX-License-Identifier: GPL-2.0
79 pytest.skip('No DHCP server available')
81 u_boot_console.run_command('setenv autoload no')
82 output = u_boot_console.run_command('dhcp')
83 assert 'DHCP client bound to address ' in output
98 pytest.skip('No static network configuration is defined')
117 pytest.skip('No %s binary specified in environment' % env_conf)
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)
[all …]
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_config.robot11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION
19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True
27 ... Execute Command lshw -short | grep memory | wc -l return_stderr=True
42 ${dimm_count} ${stderr}= Execute Command lshw -short | grep DIMM | wc -l
56 Verify Opal-Prd Installed
57 [Documentation] Check whether opal-prd.service is running on OS.
58 ${output} ${stderr}= Execute Command systemctl status opal-prd.service
61 Log ${\n}${output} console=yes
62 Should Not Contain ${output} could not be found
63 ... msg=Error: opal-prd.service is not installed.
[all …]
/openbmc/linux/tools/lib/perf/Documentation/
H A DMakefile1 # SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause)
8 MAN7_TXT = libperf-counting.txt libperf-sampling.txt
18 MAN_XML = $(addprefix $(OUTPUT),$(_MAN_XML))
19 MAN_HTML = $(addprefix $(OUTPUT),$(_MAN_HTML))
20 MAN_3 = $(addprefix $(OUTPUT),$(_MAN_3))
21 MAN_7 = $(addprefix $(OUTPUT),$(_MAN_7))
38 ASCIIDOC_EXTRA = --unsafe -f asciidoc.conf
40 MANPAGE_XSL = manpage-normal.xsl
45 RM ?= rm -f
48 # -7.1.2, no extra settings are needed.
[all …]
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dtlv320aic31xx.txt1 Texas Instruments - tlv320aic31xx Codec module
7 - compatible - "string" - One of:
8 "ti,tlv320aic310x" - Generic TLV320AIC31xx with mono speaker amp
9 "ti,tlv320aic311x" - Generic TLV320AIC31xx with stereo speaker amp
10 "ti,tlv320aic3100" - TLV320AIC3100 (mono speaker amp, no MiniDSP)
11 "ti,tlv320aic3110" - TLV320AIC3110 (stereo speaker amp, no MiniDSP)
12 "ti,tlv320aic3120" - TLV320AIC3120 (mono speaker amp, MiniDSP)
13 "ti,tlv320aic3111" - TLV320AIC3111 (stereo speaker amp, MiniDSP)
14 "ti,tlv320dac3100" - TLV320DAC3100 (no ADC, mono speaker amp, no MiniDSP)
15 "ti,tlv320dac3101" - TLV320DAC3101 (no ADC, stereo speaker amp, no MiniDSP)
[all …]
/openbmc/linux/include/sound/
H A Dak4113.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 /* input/output control */
18 /* input/output control */
50 /* Q-subcode address + control */
52 /* Q-subcode track */
54 /* Q-subcode index */
56 /* Q-subcode minute */
58 /* Q-subcode second */
60 /* Q-subcode frame */
62 /* Q-subcode zero */
[all …]
/openbmc/qemu/include/crypto/
H A Dhash.h25 #include "qapi/qapi-types-crypto.h"
72 * @result: pointer to hold output hash
74 * @errp: pointer to a NULL-initialized error object
79 * If @result_len is set to a non-zero value by the caller, then
81 * @result_len match the size of the hash output. The digest will
85 * a buffer to hold the hash output digest, storing a pointer to
88 * to g_free() when no longer required by the caller.
90 * Returns: 0 on success, -1 on error
104 * @result: pointer to hold output hash
106 * @errp: pointer to a NULL-initialized error object
[all …]
/openbmc/libcper/cli-app/
H A Dcper-convert.c2 * A user-space application linking to the CPER-JSON conversion library which allows for easy
3 * conversion between CPER and CPER-JSON formats.
13 #include <libcper/cper-parse.h>
14 #include <libcper/json-schema.h>
24 if (argc == 2 && strcmp(argv[1], "--help") == 0) { in main()
31 printf("Invalid number of arguments. See 'cper-convert --help' for command information.\n"); in main()
32 return -1; in main()
42 if (strcmp(argv[i], "--out") == 0 && i < argc - 1) { in main()
43 //Output file. in main()
46 } else if (strcmp(argv[i], "--specification") == 0 && in main()
[all …]

12345678910>>...43