Home
last modified time | relevance | path

Searched refs:stderr (Results 1 – 25 of 1731) sorted by relevance

12345678910>>...70

/openbmc/linux/samples/timers/
H A Dhpet_example.c59 fprintf(stderr, "-hpet: requires command\n"); in main()
68 fprintf(stderr, "-hpet: executing %s\n", in main()
74 fprintf(stderr, "do_hpet: command %s not implemented\n", argv[0]); in main()
85 fprintf(stderr, "hpet_open_close: device-name\n"); in hpet_open_close()
91 fprintf(stderr, "hpet_open_close: open failed\n"); in hpet_open_close()
105 fprintf(stderr, "hpet_info: device-name\n"); in hpet_info()
111 fprintf(stderr, "hpet_info: open of %s failed\n", argv[0]); in hpet_info()
116 fprintf(stderr, "hpet_info: failed to get info\n"); in hpet_info()
120 fprintf(stderr, "hpet_info: hi_irqfreq 0x%lx hi_flags 0x%lx ", in hpet_info()
122 fprintf(stderr, "hi_hpet %d hi_timer %d\n", in hpet_info()
[all …]
/openbmc/linux/scripts/
H A Drust_is_available_test.py71 def generate_bindgen_libclang(cls, stderr): argument
72 return cls.generate_bindgen(cls.bindgen_default_bindgen_version_stdout, stderr)
120 self.assertEqual(result.stderr, b"")
127 self.assertNotEqual(result.stderr, b"")
132 … self.assertIn(b"Please see Documentation/rust/quick-start.rst for details", result.stderr)
137 … self.assertIn(b"Please see Documentation/rust/quick-start.rst for details", result.stderr)
141 result.stderr = result.stderr.decode()
147 self.assertIn("Environment variable 'RUSTC' is not set.", result.stderr)
148 self.assertIn("This script is intended to be called from Kbuild.", result.stderr)
152 self.assertIn("Environment variable 'BINDGEN' is not set.", result.stderr)
[all …]
/openbmc/linux/samples/uhid/
H A Duhid-example.c165 fprintf(stderr, "Cannot write to uhid: %m\n"); in uhid_write()
168 fprintf(stderr, "Wrong size written to uhid: %zd != %zu\n", in uhid_write()
221 fprintf(stderr, "LED output report received with flags %x\n", in handle_output()
233 fprintf(stderr, "Read HUP on uhid-cdev\n"); in event()
236 fprintf(stderr, "Cannot read uhid-cdev: %m\n"); in event()
239 fprintf(stderr, "Invalid size read from uhid-dev: %zd != %zu\n", in event()
246 fprintf(stderr, "UHID_START from uhid-dev\n"); in event()
249 fprintf(stderr, "UHID_STOP from uhid-dev\n"); in event()
252 fprintf(stderr, "UHID_OPEN from uhid-dev\n"); in event()
255 fprintf(stderr, "UHID_CLOSE from uhid-dev\n"); in event()
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Ddevlink_port_split.py32 p = Popen(cmd, stdout=PIPE, stderr=PIPE, shell=True)
33 stdout, stderr = p.communicate()
34 stdout, stderr = stdout.decode(), stderr.decode()
36 if stderr != "" and not should_fail:
39 print(stderr)
40 return stdout, stderr
58 stdout, stderr = run_command(cmd)
59 assert stderr == ""
82 stdout, stderr = run_command(cmd)
83 assert stderr == ""
[all …]
H A Dpsock_fanout.c175 fprintf(stderr, "bpf verifier:\n%s\n", log_buf); in sock_fanout_set_ebpf()
242 fprintf(stderr, "info: count=%d,%d, expect=%d,%d\n", in sock_fanout_read()
247 fprintf(stderr, "warning: incorrect queue lengths\n"); in sock_fanout_read()
257 fprintf(stderr, "test: control single socket\n"); in test_control_single()
261 fprintf(stderr, "ERROR: opened socket with dual rollover\n"); in test_control_single()
271 fprintf(stderr, "test: control multiple sockets\n"); in test_control_group()
275 fprintf(stderr, "ERROR: failed to open HASH socket\n"); in test_control_group()
280 fprintf(stderr, "ERROR: joined group with wrong flag defrag\n"); in test_control_group()
285 fprintf(stderr, "ERROR: joined group with wrong flag ro\n"); in test_control_group()
289 fprintf(stderr, "ERROR: joined group with wrong mode\n"); in test_control_group()
[all …]
/openbmc/skeleton/ledctl/
H A Dled_controller.c62 fprintf(stderr, "Error. LED path is too long. :[%d]\n",len); in write_to_led()
69 fprintf(stderr,"Error:[%s] opening:[%s]\n",strerror(errno),led_path); in write_to_led()
76 fprintf(stderr, "Error:[%s] writing to :[%s]\n",strerror(errno),led_path); in write_to_led()
101 fprintf(stderr, "Error. LED path is empty"); in led_function_router()
108 fprintf(stderr, "Invalid LED name for path :[%s]\n",led_path); in led_function_router()
116 fprintf(stderr, "Null LED function specified for : [%s]\n",led_name); in led_function_router()
153 fprintf(stderr,"Invalid LED function:[%s]\n",led_function); in led_function_router()
182 fprintf(stderr,"Invalid LED stable state operation:[%s] \n",led_function); in led_stable_state_function()
193 fprintf(stderr,"Error disabling blink. Function:[%s]\n", led_function); in led_stable_state_function()
203 fprintf(stderr,"Error driving LED. Function:[%s]\n", led_function); in led_stable_state_function()
[all …]
/openbmc/phosphor-objmgr/libmapper/
H A Dapp.c41 fprintf(stderr, "Usage: %s wait OBJECTPATH...\n", argv[0]); in wait_main()
57 fprintf(stderr, "Error connecting to system bus: %s\n", in wait_main()
65 fprintf(stderr, "Error obtaining event loop: %s\n", strerror(-r)); in wait_main()
73 fprintf(stderr, in wait_main()
83 fprintf(stderr, "Error configuring waitlist: %s\n", strerror(-r)); in wait_main()
90 fprintf(stderr, "Event loop exited: %s\n", strerror(-r)); in wait_main()
96 fprintf(stderr, "Retrying in 1s\n"); in wait_main()
104 fprintf(stderr, "Giving up\n"); in wait_main()
134 fprintf(stderr, in subtree_main()
147 fprintf(stderr, "Token '%s' was not found in '%s'\n", token, argv[2]); in subtree_main()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c39 fprintf(stderr, "Error: bpf_tc_hook_destroy: %s\n", strerror(-err)); in cleanup()
40 fprintf(stderr, "Failed to destroy the TC hook\n"); in cleanup()
48 fprintf(stderr, "Error: bpf_prog_get_fd_by_id: %s\n", strerror(-prog_fd)); in cleanup()
51 fprintf(stderr, "Error: bpf_set_link_xdp_fd: %s\n", strerror(-err)); in cleanup()
52 fprintf(stderr, "Failed to detach XDP program\n"); in cleanup()
60 fprintf(stderr, "Error: bpf_set_link_xdp_fd_opts: %s\n", strerror(-err)); in cleanup()
63 fprintf(stderr, "Failed to detach XDP program\n"); in cleanup()
73 …fprintf(stderr, "Usage: %s [--iface <iface>|--prog <prog_id>] [--mss4 <mss ipv4> --mss6 <mss ipv6>… in usage()
202 fprintf(stderr, "Error: bpf_object__open_file: %s\n", strerror(-err)); in syncookie_attach()
208 fprintf(stderr, "Error: bpf_object__open_file: %s\n", strerror(-err)); in syncookie_attach()
[all …]
/openbmc/u-boot/tools/
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 …]
H A Dmkenvimage.c31 …fprintf(stderr, "%s [-h] [-r] [-b] [-p <byte>] -s <environment partition size> -o <output> <input … in usage()
60 fprintf(stderr, "Bad integer format: %s\n", s); in xstrtol()
62 fprintf(stderr, "Error while parsing %s: %s\n", s, in xstrtol()
102 fprintf(stderr, "Can't strdup() the output filename\n"); in main()
122 fprintf(stderr, "Missing argument for option -%c\n", in main()
127 fprintf(stderr, "Wrong option -%c\n", optopt); in main()
135 fprintf(stderr, "Please specify the size of the environment partition.\n"); in main()
142 fprintf(stderr, "Can't alloc %d bytes for dataptr.\n", in main()
166 fprintf(stderr, "Can't realloc memory for the input file buffer\n"); in main()
171 fprintf(stderr, "Error while reading stdin: %s\n", in main()
[all …]
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 …]
/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/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 …]
/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/u-boot/tools/patman/
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
79 if stderr == PIPE_PTY:
81 stderr = os.fdopen(stderr_pty[1])
84 stdout=stdout, stderr=stderr, shell=shell, cwd=cwd, env=env,
97 self.stderr = os.fdopen(stderr_pty[0])
147 stderr = None # Return
160 if self.stderr and self.stderr != self.stdout:
161 read_set.append(self.stderr)
162 stderr = []
203 if self.stderr in rlist:
[all …]
/openbmc/obmc-ikvm/
H A Dikvm_args.cpp65 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()
76 stderr, in printUsage()
/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
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()
154 if pipe.stderr is not None:
[all …]
/openbmc/linux/tools/testing/selftests/filesystems/
H A Ddevpts_pts.c107 fprintf(stderr, "Failed to open \"%s\": %s\n", ptmx, in do_tiocgptpeer()
118 fprintf(stderr, "Failed to unlock terminal\n"); in do_tiocgptpeer()
127 fprintf(stderr, "TIOCGPTPEER is not supported. " in do_tiocgptpeer()
131 fprintf(stderr, in do_tiocgptpeer()
147 fprintf(stderr, "Failed to setup terminal\n"); in do_tiocgptpeer()
153 fprintf(stderr, "Failed to retrieve pathname of pts " in do_tiocgptpeer()
160 fprintf(stderr, "Received invalid contents for " in do_tiocgptpeer()
166 fprintf(stderr, "Contents of \"/proc/<pid>/fd/%d\" " in do_tiocgptpeer()
196 fprintf(stderr, "Failed to unmount \"/dev/pts\": %s\n", in verify_non_standard_devpts_mount()
205 fprintf(stderr, "Failed to create temporary mountpoint: %s\n", in verify_non_standard_devpts_mount()
[all …]
/openbmc/linux/samples/landlock/
H A Dsandboxer.c100 fprintf(stderr, "Missing environment variable %s\n", env_var); in populate_ruleset()
107 fprintf(stderr, "Failed to allocate memory\n"); in populate_ruleset()
124 fprintf(stderr, "Failed to open \"%s\": %s\n", in populate_ruleset()
137 fprintf(stderr, in populate_ruleset()
190 fprintf(stderr, in main()
193 fprintf(stderr, in main()
195 fprintf(stderr, "Environment variables containing paths, " in main()
197 fprintf(stderr, in main()
200 fprintf(stderr, in main()
203 fprintf(stderr, in main()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage_rcu_tasks_trace.c41 fprintf(stderr, "invalid nr_procs\n"); in parse_arg()
49 fprintf(stderr, "invalid kthread_pid\n"); in parse_arg()
72 fprintf(stderr, "benchmark doesn't support multi-producer!\n"); in validate()
76 fprintf(stderr, "benchmark doesn't support consumer!\n"); in validate()
81 fprintf(stderr, "benchmark supports up to %u sleeper procs!\n", in validate()
99 fprintf(stderr, "couldn't open %s, exiting\n", procfs_path); in kthread_pid_ticks()
103 fprintf(stderr, "fscanf of %s failed, exiting\n", procfs_path); in kthread_pid_ticks()
138 fprintf(stderr, "Error forking sleeper proc %u of %u, exiting\n", i, in local_storage_tasks_trace_setup()
146 fprintf(stderr, "prctl failed with err %d, exiting\n", errno); in local_storage_tasks_trace_setup()
151 fprintf(stderr, "Runner died while spinning up procs, exiting\n"); in local_storage_tasks_trace_setup()
[all …]
/openbmc/linux/tools/testing/selftests/timers/
H A Drtcpie.c50 fprintf(stderr, "usage: rtctest [rtcdev] [d]\n"); in main()
66 fprintf(stderr, "\nNo periodic IRQ support\n"); in main()
72 fprintf(stderr, "\nPeriodic IRQ rate is %ldHz.\n", old_pie_rate); in main()
74 fprintf(stderr, "Counting 20 interrupts at:"); in main()
75 fflush(stderr); in main()
84 fprintf(stderr, in main()
92 fprintf(stderr, "\n%ldHz:\t", tmp); in main()
93 fflush(stderr); in main()
114 fprintf(stderr, "\nPIE delta error: %ld.%06ld should be close to 0.%06ld\n", in main()
121 fprintf(stderr, " %d",i); in main()
[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);
/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/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()

12345678910>>...70