Searched refs:stderr (Results 101 - 125 of 210) sorted by relevance

123456789

/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Dosunixmap.c120 fprintf (stderr, "Cannot open %s\n", SYSTEM_MEMORY);
135 fprintf (stderr, "Cannot map %s\n", SYSTEM_MEMORY);
/fuchsia/zircon/system/uapp/blobfs/
H A Dmain.cpp64 fprintf(stderr, "blobfs: cannot find end of underlying device\n");
97 fprintf(stderr,
109 fprintf(stderr, "%9s %-10s %s\n", n ? "" : "commands:",
112 fprintf(stderr, "\n");
159 fprintf(stderr, "Unknown command: %s\n", command);
/fuchsia/zircon/system/ulib/inet6/
H A Deth-client.c15 #define IORING_TRACE(fmt...) fprintf(stderr, fmt)
38 fprintf(stderr, "eth_create: failed to get fifos: %zd\n", r);
44 fprintf(stderr, "eth_create: failed to duplicate vmo\n");
48 fprintf(stderr, "eth_create: failed to set iobuf: %zd\n", r);
53 fprintf(stderr, "eth_create: failed to set client name: %zd\n", r);
/fuchsia/zircon/system/ulib/runtests-utils/
H A Dlog-exporter.cpp202 fprintf(stderr, "log-listener: error: Log: %s\n", error_msg);
217 fprintf(stderr, "log-listener: error: LogMany: %s\n", error_msg);
256 fprintf(stderr, "Error: Could not open syslog file: %s.\n", syslog_path_str.c_str());
268 fprintf(stderr, "LaunchLogExporter: cannot create channel for logger service: %d (%s).\n",
276 fprintf(stderr, "LaunchLogExporter: cannot connect to logger service: %d (%s).\n",
286 fprintf(stderr, "LaunchLogExporter: cannot create channel for listener: %d (%s).\n",
297 fprintf(stderr, "LaunchLogExporter: cannot pass listener to logger service: %d (%s).\n",
308 fprintf(stderr, "log exporter: Failed: %d (%s).\n",
313 fprintf(stderr, "log exporter: Error writing to file: %s.\n", error);
317 fprintf(stderr, "LaunchLogExporte
[all...]
H A Dfuchsia-run-test.cpp188 fprintf(stderr,
252 // be used to tee the stdout/stderr of the test into the associated file.
257 fprintf(stderr, "FAILURE: Failed to create pipe: %s\n",
275 fprintf(stderr, "FAILURE: zx::job::create() returned %d\n", status);
283 fprintf(stderr, "FAILURE: set_property() returned %d\n", status);
295 fprintf(stderr, "FAILURE: Failed to launch %s: %d (%s): %s\n", path,
303 fprintf(stderr, "FAILURE: Could not open output file at %s: %s\n",
314 fprintf(stderr, "FAILURE: Could not close %s: %s", output_filename,
322 fprintf(stderr, "FAILURE: Failed to wait for process exiting %s: %d\n",
333 fprintf(stderr, "FAILUR
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/common/
H A Ddmtables.c347 fprintf (stderr, "Could not obtain DSDT\n");
359 fprintf (stderr, "Could not store DSDT\n");
403 fprintf (stderr, "Pass 1 parse of [%4.4s]\n", (char *) Table->Signature);
468 fprintf (stderr, "Pass 2 parse of [%4.4s]\n", (char *) Table->Signature);
487 fprintf (stderr,
491 fprintf (stderr, "\n");
497 fprintf (stderr, "Parsing completed\n");
H A Dacfileio.c118 fprintf (stderr,
133 fprintf (stderr,
270 fprintf (stderr,
414 fprintf (stderr, "Invalid table signature: 0x%8.8X\n",
424 fprintf (stderr, "Table [%4.4s] is too long for file - "
/fuchsia/zircon/system/host/bootserver/
H A Dtftp.c47 fprintf(stderr, "%s: error: Could not open file %s\n", appname, filename);
52 fprintf(stderr, "%s: error: Could not stat %s\n", appname, filename);
124 fprintf(stderr, "\n%s: Attempted to send %zu bytes\n", appname, len);
125 fprintf(stderr, "%s: Send failed with errno = %d (%s)\n", appname, errno, strerror(errno));
187 fprintf(stderr, "%s: error: Cannot create socket %d\n", appname, errno);
192 fprintf(stderr, "%s: error: Unable to set socket timeout\n", appname);
233 fprintf(stderr, "%s: error: Unable to allocate memory\n", appname);
238 fprintf(stderr, "%s: error: Unable to initialize tftp session\n", appname);
272 fprintf(stderr, "%s: %s (status = %d)\n", appname, opts.err_msg, (int)status);
/fuchsia/zircon/system/host/netprotocol/
H A Dnetcp.c194 fprintf(stderr, "%s: unable to allocate tftp session memory\n", appname);
198 fprintf(stderr, "%s: unable to initiate tftp session\n", appname);
244 fprintf(stderr, "%s: %s (status = %d)\n", appname, opts.err_msg, (int)status);
248 fprintf(stderr, "wrote %zu bytes\n", file_info.size);
254 fprintf(stderr, "usage: %s [options] [hostname:]src [hostname:]dst\n", appname);
288 fprintf(stderr, "%s: only one of src or dst can have a hostname\n", appname);
297 fprintf(stderr, "%s: either src or dst needs a hostname\n", appname);
305 fprintf(stderr, "%s: lookup of %s timed out\n", appname, hostname);
307 fprintf(stderr, "%s: failed to connect to %s: %d\n", appname, hostname, errno);
H A Dnetls.c102 fprintf(stderr, "usage: %s [options]\n", appname);
115 fprintf(stderr, "Failed to discover\n");
/fuchsia/zircon/system/host/merkleroot/
H A Dmerkleroot.cpp35 fprintf(stderr, "Usage: %s [-o OUTPUT | -m MANIFEST] FILE...\n", argv[0]);
36 fprintf(stderr, "\n\
112 fprintf(stderr, "%s: Merkle tree creation failed: %d\n",
118 fprintf(stderr, "%s: Unable to print Merkle tree root: %d\n",
/fuchsia/zircon/system/uapp/psutils/
H A Dvmos.cpp157 fprintf(stderr, "Usage: %s <process-koid>|help\n", argv0);
169 fprintf(stderr, "ERROR: \"%s\" is not a number\n", argv[1]);
181 fprintf(stderr,
193 fprintf(stderr,
/fuchsia/zircon/third_party/lib/acpica/source/components/debugger/
H A Ddbfileio.c172 fprintf (stderr,
/fuchsia/zircon/third_party/ulib/linenoise/
H A Dexample.c38 fprintf(stderr, "Usage: %s [--multiline] [--keycodes]\n", prgname);
/fuchsia/zircon/system/uapp/run-vc/
H A Dmain.c29 fprintf(stderr, "run-vc: could not connect to virtual console\n");
87 fprintf(stderr, "error %d (%s) launching: %s\n", status,
/fuchsia/zircon/system/uapp/df/
H A Dmain.cpp23 fprintf(stderr, "usage: df [ <option>* ] [paths]\n");
24 fprintf(stderr, "df displays the mounted filesystems for a list of paths\n");
25 fprintf(stderr, " -i : List inode information instead of block usage\n");
26 fprintf(stderr, " -h : Show sizes in human readable format (e.g., 1K 2M 3G)\n");
27 fprintf(stderr, " --help : Show this help message\n");
182 fprintf(stderr, "df: Could not open target: %s\n", dirs[i]);
/fuchsia/zircon/system/ulib/inspector/
H A Dutils.cpp42 fprintf(stderr, "%s:%d: %s: ", base, line, func);
43 vfprintf(stderr, fmt, args);
45 fflush(stderr); // TODO: output is getting lost
52 fprintf(stderr, "inspector: %s:%d: ", base, line);
53 vfprintf(stderr, fmt, args);
54 fprintf(stderr, "\n");
/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp101 fprintf(stderr, "worker('%s') read failed @%u: %d\n",
107 fprintf(stderr, "worker('%s) verify failed @%u\n",
113 fprintf(stderr, "worker('%s') write failed @%u: %d\n",
136 fprintf(stderr, "worker('%s') seek failed: %s\n",
162 fprintf(stderr, "worker('%s') cannot create file\n", w->name);
185 fprintf(stderr, "worker('%s') finished\n", w->name);
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c107 fprintf(stderr, "worker('%s') read failed @%u: %d\n",
112 fprintf(stderr, "worker('%s) verify failed @%u\n",
118 fprintf(stderr, "worker('%s') write failed @%u: %d\n",
141 fprintf(stderr, "worker('%s') seek failed: %s\n",
187 fprintf(stderr, "worker('%s') finished\n", w->name);
273 fprintf(stderr, "work thread(%s) started\n", w->name);
278 fprintf(stderr, "work thread(%s) %s\n", w->name,
/fuchsia/zircon/system/ulib/process-launcher/
H A Dlauncher.cpp103 fprintf(stderr, "launcher: error: Unknown message ordinal: %d\n", message.ordinal());
112 fprintf(stderr, "launcher: error: Launch: %s\n", error_msg);
143 fprintf(stderr, "launcher: error: Launch: %s\n", error_msg);
153 fprintf(stderr, "launcher: error: CreateWithoutStarting: %s\n", error_msg);
195 fprintf(stderr, "launcher: error: CreateWithoutStarting: %s\n", error_msg);
205 fprintf(stderr, "launcher: error: AddArgs: %s\n", error_msg);
216 fprintf(stderr, "launcher: error: AddEnvirons: %s\n", error_msg);
227 fprintf(stderr, "launcher: error: AddNames: %s\n", error_msg);
244 fprintf(stderr, "launcher: error: AddHandles: %s\n", error_msg);
/fuchsia/zircon/system/ulib/blobfs/
H A Dhost.cpp90 fprintf(stderr, "blobfs: cannot seek to block %" PRIu64 "\n", bno);
94 fprintf(stderr, "blobfs: cannot read block %" PRIu64 "\n", bno);
103 fprintf(stderr, "blobfs: cannot seek to block %" PRIu64 "\n", bno);
107 fprintf(stderr, "blobfs: cannot write block %" PRIu64 "\n", bno);
161 fprintf(stderr, "error: No nodes available on blobfs image\n");
172 fprintf(stderr, "error: No blocks available\n");
198 fprintf(stderr, "blobfs: cannot find end of underlying device\n");
201 fprintf(stderr, "blobfs: Info check failed\n");
217 fprintf(stderr, "blobfs: mount failed; could not create blobfs\n");
227 fprintf(stderr, "blobf
[all...]
/fuchsia/zircon/system/host/abigen/parser/
H A Dparser.h121 fprintf(stderr, "error: unable to open %s\n", input);
126 fprintf(stderr, "abigen: processing file %s\n", input);
146 fprintf(stderr, "** stopping at line %d. parsing %s failed.\n", fc.line_start, input);
/fuchsia/zircon/system/ulib/unittest/
H A Dall-tests.cpp163 fprintf(stderr, "Error: missing arg to %s\n", arg);
169 fprintf(stderr, "Error: missing arg to %s\n", arg);
199 fprintf(stderr, "Error: bad watchdog timeout\n");
/fuchsia/zircon/third_party/uapp/mkfs-msdosfs/
H A Dnewfs_msdos.c231 fprintf(stderr, "usage: mkfs [ -options ] special [disktype]\n");
232 fprintf(stderr, "where the options are:\n");
242 fprintf(stderr, "\t-%c %s\n", opts[i].o, opts[i].h);
/fuchsia/zircon/system/uapp/clock/
H A Dclock.c18 stderr,
149 fprintf(stderr, "No RTC found.\n");

Completed in 102 milliseconds

123456789