Searched refs:stderr (Results 1 - 25 of 210) sorted by relevance

123456789

/fuchsia/zircon/system/uapp/disk-pave/
H A Dpave-logging.h10 #define ERROR(fmt, ...) fprintf(stderr, PAVER_PREFIX "[%s] " fmt, __FUNCTION__, ##__VA_ARGS__);
11 #define LOG(fmt, ...) fprintf(stderr, PAVER_PREFIX "[%s] " fmt, __FUNCTION__, ##__VA_ARGS__);
/fuchsia/zircon/third_party/ulib/musl/src/signal/
H A Dpsignal.c8 fprintf(stderr, "%s: %s\n", msg, s);
10 fprintf(stderr, "%s\n", s);
H A Dpsiginfo.c8 fprintf(stderr, "%s: %s\n", msg, s);
10 fprintf(stderr, "%s\n", s);
/fuchsia/zircon/system/uapp/suspendtest/
H A Dsuspendtest.c13 fprintf(stderr, "Usage: %s <device path>\n", argv[0]);
21 fprintf(stderr, "could not open %s\n", path);
28 fprintf(stderr, "suspend failed: %d\n", ret);
37 fprintf(stderr, "resume failed: %d\n", ret);
/fuchsia/zircon/system/utest/fs-host/
H A Dutil.cpp18 fprintf(stderr, "Unable to create disk for test filesystem\n");
23 fprintf(stderr, "Unable to truncate disk\n");
28 fprintf(stderr, "Unable to close disk\n");
33 fprintf(stderr, "Unable to run mkfs\n");
38 fprintf(stderr, "Unable to run mount\n");
53 fprintf(stderr, "Unable to open disk for fsck\n");
59 fprintf(stderr, "error: minfs could not find end of file/device\n");
64 fprintf(stderr, "Invalid disk\n");
72 fprintf(stderr, "error: cannot create block cache\n");
/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dherror.c6 fprintf(stderr, "%s%s%s", msg ? msg : "", msg ? ": " : "", hstrerror(h_errno));
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dtrace.h24 #define FS_TRACE_ERROR(fmt...) fprintf(stderr, fmt)
25 #define FS_TRACE_WARN(fmt...) fprintf(stderr, fmt)
/fuchsia/zircon/system/uapp/watch/
H A Dwatch.c16 fprintf(stderr, "watch: added '%s/%s'\n", path, fn);
19 fprintf(stderr, "watch: removed '%s/%s'\n", path, fn);
22 fprintf(stderr, "watch: waiting...\n");
35 fprintf(stderr, "cannot open directory '%s'\n", argv[1]);
40 fprintf(stderr, "fdio watch directory failed: %d\n", status);
/fuchsia/zircon/system/host/fvm/
H A Dmain.cpp16 fprintf(stderr, "usage: fvm [ output_path ] [ command ] [ <flags>* ] [ <input_paths>* ]\n");
17 fprintf(stderr, "fvm performs host-side FVM and sparse file creation\n");
18 fprintf(stderr, "Commands:\n");
19 fprintf(stderr, " create : Creates an FVM partition\n");
20 fprintf(stderr, " add : Adds a Minfs or Blobfs partition to an FVM (input path is"
22 fprintf(stderr, " extend : Extends an FVM container to the specified size (length is"
24 fprintf(stderr, " sparse : Creates a sparse file. One or more input paths are required.\n");
25 fprintf(stderr, " verify : Report basic information about sparse/fvm files and run fsck on"
27 fprintf(stderr, " decompress : Decompresses a compressed sparse file. --sparse input path is"
29 fprintf(stderr, "Flag
[all...]
/fuchsia/zircon/system/uapp/psutils/
H A Dresources.c19 fprintf(stderr, "ERROR: Cannot open sysinfo: %s (%d)\n",
28 fprintf(stderr, "ERROR: Cannot obtain root resource: %s (%zd)\n",
32 fprintf(stderr, "ERROR: Cannot obtain root resource (%zd != %zd)\n",
H A Dkill.c25 fprintf(stderr, "usage: %s <task id>...\n", argv[0]);
40 fprintf(stderr, "\"%s\" is not a valid task id\n", arg);
47 fprintf(stderr, "task %lu not found\n", task_id);
/fuchsia/zircon/system/uapp/traceme/
H A Dtraceme.c19 fprintf(stderr, "cannot open trace device\n");
26 fprintf(stderr, "cannot get ktrace handle\n");
33 fprintf(stderr, "cannot register ktrace probe\n");
/fuchsia/zircon/third_party/ulib/backtrace/
H A Dprint.c66 /* Print errors to stderr. */
74 fprintf (stderr, "%s: ", pdata->state->filename);
75 fprintf (stderr, "libbacktrace: %s", msg);
77 fprintf (stderr, ": %s", strerror (errnum));
78 fputc ('\n', stderr);
H A Dbtest.c138 fprintf (stderr, "%s: [%d]: missing file name or function name\n",
145 fprintf (stderr, "%s: [%d]: got %s expected test.c\n", name, index,
151 fprintf (stderr, "%s: [%d]: got %d expected %d\n", name, index,
157 fprintf (stderr, "%s: [%d]: got %s expected %s\n", name, index,
174 fprintf (stderr, "callback_one: callback called too many times\n");
207 fprintf (stderr, "%s", msg);
209 fprintf (stderr, ": %s", strerror (errnum));
210 fprintf (stderr, "\n");
223 fprintf (stderr, "callback_two: callback called too many times\n");
241 fprintf (stderr, "
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/exit/
H A Dassert.c6 fprintf(stderr, "Assertion failed: %s (%s: %s: %d)\n", expr, file, func, line);
/fuchsia/zircon/system/uapp/fs-mkfs/
H A Dmain.c32 fprintf(stderr, "usage: mkfs [ <option>* ] devicepath filesystem\n");
33 fprintf(stderr, " -h|--help Print this message\n");
34 fprintf(stderr, " -v|--verbose Verbose mode\n");
35 fprintf(stderr,
39 fprintf(stderr, " values for 'filesystem' include:\n");
41 fprintf(stderr, " '%s'\n", FILESYSTEMS[i].name);
66 fprintf(stderr, "Invalid Args: %s\n", strerror(errno));
78 fprintf(stderr, "Invalid Args: Missing devicepath.\n");
83 fprintf(stderr, "Invalid Args: Missing filesystem.\n");
95 fprintf(stderr, "fs_mkf
[all...]
/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Derr.c9 fprintf(stderr, "%s: ", __progname);
11 vfprintf(stderr, fmt, ap);
12 fputs(": ", stderr);
18 fprintf(stderr, "%s: ", __progname);
20 vfprintf(stderr, fmt, ap);
21 putc('\n', stderr);
/fuchsia/zircon/system/uapp/dd/
H A Dmain.c18 fprintf(stderr, "usage: dd [OPTIONS]\n");
19 fprintf(stderr, "dd can be used to convert and copy files\n");
20 fprintf(stderr, " bs=BYTES : read and write BYTES bytes at a time\n");
21 fprintf(stderr, " count=N : copy only N input blocks\n");
22 fprintf(stderr, " ibs=BYTES : read BYTES bytes at a time (default: 512)\n");
23 fprintf(stderr, " if=FILE : read from FILE instead of stdin\n");
24 fprintf(stderr, " obs=BYTES : write BYTES bytes at a time (default: 512)\n");
25 fprintf(stderr, " of=FILE : write to FILE instead of stdout\n");
26 fprintf(stderr, " seek=N : skip N obs-sized blocks at start of output\n");
27 fprintf(stderr, " ski
[all...]
/fuchsia/zircon/system/uapp/lz4/
H A Dmain.c35 fprintf(stderr, "could not open %s: %s\n", infile, strerror(errno));
41 fprintf(stderr, "could not open %s: %s\n", outfile, strerror(errno));
49 fprintf(stderr, "could not initialize decompression: %s\n", LZ4F_getErrorName(errc));
64 fprintf(stderr, "could not read from %s", infile);
66 fprintf(stderr, ": %s", strerror(errno));
68 fprintf(stderr, "\n");
73 fprintf(stderr, "could not decompress %s: %s\n", infile, LZ4F_getErrorName(to_read));
89 fprintf(stderr, "could not decompress %s: %s\n", infile, LZ4F_getErrorName(to_read));
96 fprintf(stderr, "could not write to %s", outfile);
98 fprintf(stderr, "
[all...]
/fuchsia/zircon/system/host/bootserver/
H A Dnetboot.c42 fprintf(stderr, "\n%s: error: Socket read error %d\n", appname, errno);
46 fprintf(stderr, "\n%s: error: Read too short\n", appname);
55 fprintf(stderr, "\n%s: error: Bad magic\n", appname);
60 fprintf(stderr, "\n%s: error: Bad cookie\n", appname);
71 fprintf(stderr, "\n%s: error: Generic error\n", appname);
74 fprintf(stderr, "\n%s: error: Bad command\n", appname);
77 fprintf(stderr, "\n%s: error: Bad parameter\n", appname);
80 fprintf(stderr, "\n%s: error: File too large\n", appname);
83 fprintf(stderr, "\n%s: error: Bad file\n", appname);
86 fprintf(stderr, "\
[all...]
/fuchsia/zircon/system/uapp/ethtool/
H A Dethtool.c38 fprintf(stderr, "usage: ethtool <network-device> <time> <actions>\n");
39 fprintf(stderr, " network-device must start with '/dev/')\n");
40 fprintf(stderr, " time = how many seconds to hold the fd (before exiting)\n");
41 fprintf(stderr, "Actions: one of\n");
42 fprintf(stderr, " promisc on : Promiscuous mode on\n");
43 fprintf(stderr, " promisc off : Promiscuous mode off\n");
44 fprintf(stderr, " filter n.n.n.n.n.n n.n.n.n.n.n ... : multicast filter these addresses\n");
45 fprintf(stderr, " dump : Dump regs of chip\n");
46 fprintf(stderr, " (empty list is valid)\n");
47 fprintf(stderr, "
[all...]
/fuchsia/zircon/system/ulib/runtests-utils/
H A Ddiscover-and-run-tests.cpp24 // The name of the file containing stdout and stderr of a test.
25 constexpr char kOutputFileName[] = "stdout-and-stderr.txt";
35 fprintf(stderr,
46 fprintf(stderr,
49 fprintf(stderr, " %s\n", test_dir.c_str());
52 fprintf(stderr,
105 fprintf(stderr, "Warning: Could not open %s for syncing: %s", p, strerror(errno));
108 fprintf(stderr, "Warning: Could not sync %s: %s", p, strerror(errno));
111 fprintf(stderr, "Warning: Could not close %s: %s", p, strerror(errno));
141 fprintf(stderr, "verbos
[all...]
/fuchsia/zircon/system/ulib/xdc-host-utils/
H A Dclient.cpp22 fprintf(stderr, "Could not create socket, err: %s\n", strerror(errno));
30 fprintf(stderr, "Could not connect to server: %s, err: %s\n",
37 fprintf(stderr, "Write failed, expected %lu written, got %ld, err: %s\n",
45 fprintf(stderr, "Read failed, expected %lu read, got %ld, err: %s\n",
50 fprintf(stderr, "Stream id %u was already taken, exiting\n", stream_id);
/fuchsia/zircon/system/uapp/kstress/
H A Dmain.cpp31 fprintf(stderr, "ERROR: Cannot open sysinfo: %s (%d)\n",
42 fprintf(stderr, "ERROR: Cannot obtain root resource: %s (%zd)\n",
46 fprintf(stderr, "ERROR: Cannot obtain root resource (%zd != %zd)\n",
67 fprintf(stderr, "ZX_INFO_KMEM_STATS returns %d (%s)\n",
100 fprintf(stderr, "bad time argument\n");
101 print_help(argv, stderr);
111 fprintf(stderr, "Unknown option\n");
112 print_help(argv, stderr);
121 fprintf(stderr, "error reading kmem stats\n");
136 fprintf(stderr, "erro
[all...]
/fuchsia/zircon/system/uapp/lsdev/
H A Dlsdev.c17 fprintf(stderr, "usage: %s <device path>\n", argv[0]);
23 fprintf(stderr, "could not open %s: %s\n", argv[1], strerror(errno));
30 fprintf(stderr, "could not get topological path for %s: %s\n",

Completed in 143 milliseconds

123456789