Home
last modified time | relevance | path

Searched full:stderr (Results 1 – 25 of 1246) sorted by relevance

12345678910>>...50

/openbmc/u-boot/tools/patman/
H A Dcros_subprocess.py37 both stdout and stderr while it is running. We do this so we can monitor
42 Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
65 stderr: See subprocess.Popen(), except that we support the sentinel
79 if stderr == PIPE_PTY:
81 stderr = os.fdopen(stderr_pty[1])
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
92 # Note that if stderr is STDOUT, then self.stderr will be set to None by
97 self.stderr = os.fdopen(stderr_pty[0])
104 """Interact with process: Read data from stdout and stderr.
[all …]
H A Dcommand.py15 stderr: stderr obtained from command, as a string
21 self.stderr = None
26 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
29 self.stderr = stderr
56 capture_stderr: True to capture stderr
75 kwargs['stderr'] = None
87 kwargs['stderr'] = cros_subprocess.PIPE
99 result.stdout, result.stderr, result.combined = (
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
46 self.stderr = stderr
51 if self.stderr:
52 message += self.stderr
65 "stderr": subprocess.PIPE,
87 if pipe.stderr is not None:
88 bb.utils.nonblockingfd(pipe.stderr.fileno())
89 rin.append(pipe.stderr)
130 if pipe.stderr in r:
131 data = stderrbuf + pipe.stderr.read()
[all …]
/openbmc/u-boot/tools/gdb/
H A Derror.c20 fprintf(stderr, "%s: WARNING: ", pname); in Warning()
23 vfprintf(stderr, fmt, args); in Warning()
26 fprintf(stderr, "\n"); in Warning()
34 fprintf(stderr, "%s: ERROR: ", pname); in Error()
37 vfprintf(stderr, fmt, args); in Error()
40 fprintf(stderr, "\n"); in Error()
52 fprintf(stderr, "%s: ERROR: ", pname); in Perror()
55 vfprintf(stderr, fmt, args); in Perror()
59 fprintf(stderr, ": Unknown Error (%d)\n", e); in Perror()
61 fprintf(stderr, ": %s\n", p); in Perror()
/openbmc/openbmc-test-automation/lib/
H A Dos_utils_config.robot11 ${version} ${stderr}= Execute Command pflash -r /dev/stdout -P VERSION
13 Should Be Empty ${stderr}
19 ${inventory} ${stderr}= Execute Command lshw -short return_stderr=True
20 Should Be Empty ${stderr}
26 ${memory_count} ${stderr}=
28 Should Be Empty ${stderr}
42 ${dimm_count} ${stderr}= Execute Command lshw -short | grep DIMM | wc -l
44 Should Be Empty ${stderr}
58 ${output} ${stderr}= Execute Command systemctl status opal-prd.service
60 Should Be Empty ${stderr}
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/pngcheck/pngcheck/
H A D10-pngsplit-format-strings.patch16 - fprintf(stderr, pngsplit_hdr);
17 - fprintf(stderr, pngsplit_usage);
18 + fprintf(stderr, "%s", pngsplit_hdr);
19 + fprintf(stderr, "%s", pngsplit_usage);
20 fflush(stderr);
27 - fprintf(stderr, pngsplit_hdr);
28 - fprintf(stderr, pngsplit_usage);
29 + fprintf(stderr, "%s", pngsplit_hdr);
30 + fprintf(stderr, "%s", pngsplit_usage);
31 fflush(stderr);
H A D0001-png-fix-IDAT-windowsize-Fix-format-string-errors-in-.patch19 fprintf(stderr, " Compiled with zlib %s; using zlib %s.\n",
21 fprintf(stderr, "\n");
22 - fprintf(stderr, png_fix_IDAT_windowsize_usage);
23 + fprintf(stderr, "%s", png_fix_IDAT_windowsize_usage);
24 fflush(stderr);
31 - fprintf(stderr, png_fix_IDAT_windowsize_usage);
32 + fprintf(stderr, "%s", png_fix_IDAT_windowsize_usage);
33 fflush(stderr);
/openbmc/phosphor-objmgr/libmapper/
H A Dapp.c29 fprintf(stderr, "Usage: %s wait OBJECTPATH...\n", argv[0]); in wait_main()
45 fprintf(stderr, "Error connecting to system bus: %s\n", in wait_main()
53 fprintf(stderr, "Error obtaining event loop: %s\n", strerror(-r)); in wait_main()
61 fprintf(stderr, in wait_main()
71 fprintf(stderr, "Error configuring waitlist: %s\n", strerror(-r)); in wait_main()
78 fprintf(stderr, "Event loop exited: %s\n", strerror(-r)); in wait_main()
84 fprintf(stderr, "Retrying in 1s\n"); in wait_main()
92 fprintf(stderr, "Giving up\n"); in wait_main()
122 fprintf(stderr, in subtree_main()
135 fprintf(stderr, "Token '%s' was not found in '%s'\n", token, argv[2]); in subtree_main()
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/
H A D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch24 - fprintf(stderr, "pbzip2: *WARNING: Compressed block size is large [%"PRIuMAX" bytes].\n",
25 + fprintf(stderr, "pbzip2: *WARNING: Compressed block size is large [%" PRIuMAX " bytes].\n",
27 fprintf(stderr, " If program aborts, use regular BZIP2 to decompress.\n");
33 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize);
34 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize);
42 - fprintf(stderr, " Output Size: %"PRIuMAX" bytes\n", (uintmax_t)CompressedSize);
43 + fprintf(stderr, " Output Size: %" PRIuMAX " bytes\n", (uintmax_t)CompressedSize);
51 - fprintf(stderr, "pbzip2: *ERROR: Could not initialize (OutputBuffer); size=%"PRIuMAX"! Aborting…
52 + fprintf(stderr, "pbzip2: *ERROR: Could not initialize (OutputBuffer); size=%" PRIuMAX "! Aborti…
58 fprintf(stderr, " BWT Block Size: %c00k\n", BWTblockSizeChar);
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_args.cpp64 // use fprintf(stderr to match rfbUsage() in printUsage()
65 fprintf(stderr, "OpenBMC IKVM daemon\n"); in printUsage()
66 fprintf(stderr, "Usage: obmc-ikvm [options]\n"); in printUsage()
67 fprintf(stderr, "-f frame rate try this frame rate\n"); in printUsage()
68 fprintf(stderr, "-s subsampling try this subsampling\n"); in printUsage()
69 fprintf(stderr, "-h, --help show this message and exit\n"); in printUsage()
70 fprintf(stderr, "-k device HID keyboard gadget device\n"); in printUsage()
71 fprintf(stderr, "-p device HID mouse gadget device\n"); in printUsage()
72 fprintf(stderr, in printUsage()
74 fprintf(stderr, "-v device V4L2 device\n"); in printUsage()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/cdrkit/files/
H A D0001-genisoimage-Fix-fprintf-format-errors.patch20 fprintf(stderr, "ISO9660/Rock Ridge tree sort failed.\n");
22 - fprintf(stderr, merge_warn_msg);
23 + fprintf(stderr, "%s", merge_warn_msg);
29 fprintf(stderr, "Joliet tree sort failed. The -joliet-long switch may help you.\n");
31 - fprintf(stderr, merge_warn_msg);
32 + fprintf(stderr, "%s", merge_warn_msg);
41 fprintf(stderr, "Unable to sort directory %s\n",
44 - fprintf(stderr, merge_warn_msg);
45 + fprintf(stderr, "%s", merge_warn_msg);
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot36 ${stdout} ${stderr}= Execute Command ${xcat_cmd} return_stderr=True
37 Should Be Empty ${stderr}
80 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/nodels
82 Should Be Empty ${stderr}
92 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/rpower ${node} on
94 Should Be Empty ${stderr}
103 ${stdout} ${stderr}= Execute Command ${XCAT_DIR_PATH}/rpower ${node} off
105 Should Be Empty ${stderr}
114 ${stdout} ${stderr}= Execute Command
116 Should Be Empty ${stderr}
[all …]
/openbmc/openbmc/poky/meta/recipes-core/musl/musl-legacy-error/
H A Derror.h21 fprintf(stderr, "%s: ", program_invocation_name); in error()
23 vfprintf(stderr, format, ap); in error()
26 fprintf(stderr, ": %s", strerror(errnum)); in error()
27 fprintf(stderr, "\n"); in error()
47 fprintf(stderr, "%s: %s:%u: ", program_invocation_name, filename, linenum); in error_at_line()
49 vfprintf(stderr, format, ap); in error_at_line()
52 fprintf(stderr, ": %s", strerror(errnum)); in error_at_line()
53 fprintf(stderr, "\n"); in error_at_line()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/
H A DDrop-use-of-error-h.patch35 + fprintf(stderr, USAGE);
42 + fprintf(stderr, "Emlog module not loaded\n");
46 + fprintf(stderr, "Unable to get emlog max size\n");
55 + fprintf(stderr, "Invalid size provided\n" USAGE);
59 + fprintf(stderr, "Invalid size provided\n" USAGE);
63 + fprintf(stderr, "Invalid size provided must be a value between 1 and %d\n" USAGE, emlo…
72 + fprintf(stderr, "Invalid mode provided\n" USAGE);
76 + fprintf(stderr, "Invalid mode provided\n" USAGE);
85 + fprintf(stderr, "Invalid uid provided\n" USAGE);
89 + fprintf(stderr, "Invalid uid provided\n" USAGE);
[all …]
/openbmc/u-boot/tools/
H A Ddumpimage.c47 fprintf(stderr, in dumpimage_extract_subimage()
80 fprintf(stderr, "%s: Invalid type\n", in main()
88 fprintf(stderr, in main()
109 fprintf(stderr, "%s: image file missing\n", params.cmdname); in main()
118 fprintf(stderr, "%s: unsupported type: %s\n", in main()
129 fprintf(stderr, "%s: Parameter check failed\n", in main()
136 fprintf(stderr, "%s: No output file provided\n", in main()
143 fprintf(stderr, "%s: Can't open \"%s\": %s\n", params.cmdname, in main()
149 fprintf(stderr, "%s: Can't stat \"%s\": %s\n", params.cmdname, in main()
155 fprintf(stderr, "%s: Bad size: \"%s\" is not valid image\n", in main()
[all …]
H A Drelocate-rela.c47 fprintf(stderr, "warning: unsupported relocation type %" in supported_rela()
69 fprintf(stderr, "Statically apply ELF rela relocations\n"); in main()
70 fprintf(stderr, "Usage: %s <bin file> <text base> " \ in main()
72 fprintf(stderr, "All numbers in hex.\n"); in main()
78 fprintf(stderr, "%s: Cannot open %s: %s\n", in main()
86 fprintf(stderr, "%s: bad number\n", argv[0]); in main()
92 fprintf(stderr, "%s: bad rela bounds\n", argv[0]); in main()
107 fprintf(stderr, "%s: %s: seek to %" PRIx64 in main()
113 fprintf(stderr, "%s: %s: read rela failed at %" in main()
130 fprintf(stderr, "%s: %s: bad rela at %" PRIx64 "\n", in main()
[all …]
H A Dmkimage.c58 fprintf(stderr, "\nInvalid %s, supported are:\n", in show_valid_options()
62 fprintf(stderr, "\t%-15s %s\n", in show_valid_options()
66 fprintf(stderr, "\n"); in show_valid_options()
74 fprintf(stderr, "Error: %s\n", msg); in usage()
75 fprintf(stderr, "Usage: %s -l image\n" in usage()
78 fprintf(stderr, in usage()
90 fprintf(stderr, in usage()
94 fprintf(stderr, in usage()
99 fprintf(stderr, in usage()
110 fprintf(stderr, in usage()
[all …]
/openbmc/qemu/tests/tcg/s390x/
H A Dmvc.c35 fprintf(stderr, "SIGSEGV not registered\n"); in main()
48 fprintf(stderr, "mprotect failed\n"); in main()
55 fprintf(stderr, "fault not triggered\n"); in main()
62 fprintf(stderr, "fault not triggered\n"); in main()
69 fprintf(stderr, "fault not triggered\n"); in main()
76 fprintf(stderr, "mprotect failed\n"); in main()
83 fprintf(stderr, "data modified during a fault\n"); in main()
92 fprintf(stderr, "src modified\n"); in main()
97 fprintf(stderr, "wrong dst modified\n"); in main()
102 fprintf(stderr, "wrong data moved\n"); in main()
/openbmc/qemu/hw/display/
H A Dqxl-logger.c114 fprintf(stderr, " (id %" PRIx64 " type %d flags %d width %d height %d", in qxl_log_image()
118 fprintf(stderr, ", fmt %d flags %d x %d y %d stride %d" in qxl_log_image()
126 fprintf(stderr, ")"); in qxl_log_image()
132 fprintf(stderr, " %dx%d+%d+%d", in qxl_log_rect()
143 fprintf(stderr, " src %" PRIx64, in qxl_log_cmd_draw_copy()
149 fprintf(stderr, " area"); in qxl_log_cmd_draw_copy()
151 fprintf(stderr, " rop %d", copy->rop_descriptor); in qxl_log_cmd_draw_copy()
157 fprintf(stderr, ": surface_id %d type %s effect %s", in qxl_log_cmd_draw()
171 fprintf(stderr, ": type %s effect %s", in qxl_log_cmd_draw_compat()
175 fprintf(stderr, ": bitmap %d", in qxl_log_cmd_draw_compat()
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/
H A D0001-support-cross-complication.patch23 - sys.stderr.write("This module only works on linux\n")
28 - sys.stderr.write("This module requires linux 2.6.18 or newer\n")
32 - sys.stderr.write("This module requires python 2.4 or newer\n")
37 - subprocess.call(['gcc','-v'], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
39 - sys.stderr.write("You need to install gcc to build this module\n")
42 -sp = subprocess.Popen(['cpp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI…
45 - sys.stderr.write("You need to install libc development headers to build this module\n")
48 -sp = subprocess.Popen(['cpp'], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI…
51 - sys.stderr.write("You need to install libcap development headers to build this module\n")
/openbmc/openbmc/meta-security/recipes-mac/AppArmor/files/
H A D0001-fail.py-handle-missing-cgitb.patch42 print('', file=sys.stderr)
58 print(''.join(traceback.format_exception(*exc_info)), file=sys.stderr)
59 - print('', file=sys.stderr)
60 print('An unexpected error occurred!', file=sys.stderr)
61 print('', file=sys.stderr)
62 - print('For details, see %s' % file.name, file=sys.stderr)
64 + print('For details, see %s' % file.name, file=sys.stderr)
65 …Please consider reporting a bug at https://gitlab.com/apparmor/apparmor/-/issues', file=sys.stderr)
66 - print('and attach this file.', file=sys.stderr)
68 + print('and attach this file.', file=sys.stderr)
/openbmc/skeleton/fanctl/
H A Dfan_control.c59 fprintf(stderr, in get_connection()
89 fprintf(stderr, in set_dbus_sensor()
103 fprintf(stderr, in set_dbus_sensor()
130 fprintf(stderr, in read_dbus_sensor()
145 fprintf(stderr, in read_dbus_sensor()
154 fprintf(stderr, in read_dbus_sensor()
181 fprintf(stderr, "fanctl: Failed to set fan[%d] speed[%d]\n", in fan_set_speed()
198 fprintf(stderr, "fanctl: Set fan%d to max speed\n", i); in fan_set_max_speed()
229 fprintf(stderr, "fan%d speed: %d\n", fan_id, fan_speed); in fan_get_speed()
248 fprintf(stderr, in fan_set_present()
[all …]
/openbmc/sdeventplus/example/
H A Dfollow.cpp28 fprintf(stderr, "Failed to open %s: %s\n", fifo, strerror(errno)); in reader()
35 fprintf(stderr, "Failed to close fd\n"); in reader()
43 fprintf(stderr, "Reader error: %s\n", strerror(errno)); in reader()
55 fprintf(stderr, "Failed to remove fifo %s: %s\n", fifo, in remover()
71 fprintf(stderr, "Usage: %s [named pipe to create]\n", argv[0]); in main()
81 fprintf(stderr, "Failed to populate signals: %s\n", strerror(errno)); in main()
86 fprintf(stderr, "Failed to mask signals: %s\n", strerror(errno)); in main()
92 fprintf(stderr, "Failed to mkfifo %s: %s\n", fifo, strerror(errno)); in main()
99 fprintf(stderr, "Failed to open %s: %s\n", fifo, strerror(errno)); in main()
117 fprintf(stderr, "%s\n", e.what()); in main()
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-none-tests-fdleak_cmsg.stderr.exp-adjust-tmp-paths.patch4 Subject: [PATCH] none/tests/fdleak_cmsg.stderr.exp: adjust /tmp paths
12 none/tests/fdleak_cmsg.stderr.exp | 4 ++--
15 diff --git a/none/tests/fdleak_cmsg.stderr.exp b/none/tests/fdleak_cmsg.stderr.exp
17 --- a/none/tests/fdleak_cmsg.stderr.exp
18 +++ b/none/tests/fdleak_cmsg.stderr.exp
/openbmc/u-boot/tools/env/
H A Dfw_env.c156 fprintf(stderr, in ubi_check_volume_sysfs_name()
184 fprintf(stderr, "Looking for volume name \"%s\"\n", volname); in ubi_get_volnum_by_name()
237 fprintf(stderr, "Found ubi volume \"%s:%s\" -> %s\n", in ubi_get_volume_devname()
268 fprintf(stderr, "Didn't found ubi volume \"%s\"\n", in ubi_check_dev()
306 fprintf(stderr, "Warning: end of data on ubi volume\n"); in ubi_read()
314 fprintf(stderr, "Warning: corrupted volume?\n"); in ubi_read()
320 fprintf(stderr, "Cannot read %u bytes from ubi volume, %s\n", in ubi_read()
338 fprintf(stderr, "Cannot write %u bytes to ubi volume\n", in ubi_write()
406 fprintf(stderr, "## Error: " in fw_getenv()
432 fprintf(stderr, "## Error: " in fw_getdefenv()
[all …]

12345678910>>...50