Searched refs:stderr (Results 126 - 150 of 210) sorted by relevance

123456789

/fuchsia/zircon/system/ulib/fs-management/
H A Dfsck.cpp31 fprintf(stderr, "Failed to open device\n");
36 fprintf(stderr, "Failed to access device handle\n");
H A Dmkfs.cpp34 fprintf(stderr, "Failed to open device\n");
39 fprintf(stderr, "Failed to access device handle\n");
H A Dfvm.cpp142 fprintf(stderr, "fvm_destroy: Failed to open block device\n");
172 fprintf(stderr, "fvm_overwrite: Failed to write metadata\n");
178 fprintf(stderr, "fvm_overwrite: Failed to write metadata (secondary)\n");
202 fprintf(stderr, "fvm_destroy: Failed to open fvm driver: %s\n", driver_path);
209 fprintf(stderr, "fvm_destroy: Failed to query fvm: %ld\n", r);
/fuchsia/zircon/system/host/zbi/
H A Dzbi.cpp117 fprintf(stderr, "output size exceeds format maximum\n");
248 fprintf(stderr,
278 fprintf(stderr, "cannot create %s: %s\n",
302 fprintf(stderr, "mkdir: %s: %s\n",
339 fprintf(stderr, "no %s\n", items);
342 fprintf(stderr, "no matching %s\n", items);
419 fprintf(stderr, "%s: %s\n", #func, LZ4F_getErrorName(result)); \
562 fprintf(stderr, "decompression produced too much data\n");
580 fprintf(stderr,
655 fprintf(stderr, "mma
[all...]
/fuchsia/zircon/system/core/svchost/
H A Dsvchost.cpp155 fprintf(stderr, "svchost: error: Failed to serve outgoing directory: %d (%s).\n",
170 fprintf(stderr, "svchost: error: Failed to load service provider %zu: %d (%s).\n",
181 fprintf(stderr, "svchost: error: Failed to publish logger: %d (%s).\n",
189 fprintf(stderr, "svchost: error: Failed to publish tracelink: %d (%s).\n",
/fuchsia/zircon/system/host/kernel-buildsig/
H A Dkernel-buildsig.cpp222 fprintf(stderr, "%s: %s: %s\n",
228 fprintf(stderr, "Usage: %s [FILENAME]\n", argv[0]);
236 fprintf(stderr, "%s: %s: %s\n",
239 fprintf(stderr, "%s: %s: Cannot find a signature\n",
/fuchsia/zircon/system/uapp/psutils/
H A Dvmaps.c37 fprintf(stderr,
184 fprintf(stderr, "Usage: %s <process-koid>|help\n", argv0);
196 fprintf(stderr, "ERROR: \"%s\" is not a number\n", argv[1]);
208 fprintf(stderr,
/fuchsia/zircon/system/utest/fs/
H A Dtest-persist.cpp34 fprintf(stderr, "Filesystem cannot be mounted; cannot test persistence\n");
86 fprintf(stderr, "Filesystem cannot be mounted; cannot test persistence\n");
103 fprintf(stderr, "Filesystem cannot be mounted; cannot test persistence\n");
182 fprintf(stderr, "Filesystem cannot be mounted; cannot test persistence\n");
/fuchsia/zircon/third_party/uapp/fsck-msdosfs/
H A Dmain.c45 fprintf(stderr, "%s\n%s\n",
/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp50 fprintf(stderr, "crashanalyzer: %s:%d: ", base, line);
51 vfprintf(stderr, fmt, args);
52 fprintf(stderr, "\n");
356 fprintf(stderr, "crashanalyzer: error: %s\n", error_msg);
377 fprintf(stderr, "crashanalyzer: error: No processing of crashlog VMO supported\n");
382 fprintf(stderr, "crashanalyzer: error: %s\n", error_msg);
391 fprintf(stderr, "crashanalyzer: error: Unknown message ordinal: %d\n", message.ordinal());
/fuchsia/zircon/system/ulib/task-utils/
H A Dwalker.cpp88 fprintf(stderr,
102 fprintf(stderr,
143 fprintf(stderr,
202 fprintf(stderr,
262 fprintf(stderr,
332 fprintf(stderr, "task-utils/walker: cannot open sysinfo: %d\n", errno);
340 fprintf(stderr, "task-utils/walker: cannot obtain root job\n");
/fuchsia/zircon/third_party/lib/acpica/source/os_specific/service_layers/
H A Doslinuxtbl.c415 fprintf (stderr,
1216 fprintf (stderr, "Could not map table header at 0x%8.8X%8.8X\n",
1252 fprintf (stderr, "Could not map table at 0x%8.8X%8.8X length %8.8X\n",
1376 fprintf (stderr, "Could not open table file: %s\n", Filename);
1387 fprintf (stderr, "Could not read table header: %s\n", Filename);
1399 fprintf (stderr, "Incorrect RSDP signature: found %8.8s\n",
1407 fprintf (stderr, "Incorrect signature: Expecting %4.4s, found %4.4s\n",
1426 fprintf (stderr,
1438 fprintf (stderr, "%4.4s: Could not read table content\n",
/fuchsia/zircon/system/ulib/loader-service/
H A Dloader-service.c148 fprintf(stderr, "dlsvc: msg read error %d: %s\n", status, zx_status_get_string(status));
158 fprintf(stderr, "dlsvc: invalid message\n");
203 fprintf(stderr, "dlsvc: invalid %s '%s' is not an absolute path\n",
229 fprintf(stderr, "dlsvc: could not open '%s'\n", data);
233 fprintf(stderr, "dlsvc: unused handle (%#x) opcode=%#x data=\"%s\"\n",
246 fprintf(stderr, "dlsvc: msg write error: %d: %s\n", status, zx_status_get_string(status));
/fuchsia/zircon/system/host/fidl/formatter/
H A Dmain.cpp36 vfprintf(stderr, message, args);
45 vfprintf(stderr, message, args);
/fuchsia/zircon/system/ulib/fvm/
H A Dfvm.cpp119 fprintf(stderr, "fvm: Bad magic\n");
123 fprintf(stderr, "fvm: Header Version does not match fvm driver\n");
/fuchsia/zircon/system/utest/fuzz-utils/
H A Dtest-fuzzer.cpp55 fprintf(stderr, "%s", errbuf_);
56 fflush(stderr);
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Daslmain.c315 Gbl_Files[ASL_FILE_STDERR].Handle = stderr;
351 fprintf (stderr,
/fuchsia/zircon/system/ulib/blobfs/
H A Dblobfs.cpp363 fprintf(stderr, "Null blob metadata fail: %d\n", status);
394 fprintf(stderr, "blobfs: Failed to initalize compressor: %d\n", status);
1198 fprintf(stderr, "Blobfs::AddInodes fvm_extend failure");
1259 fprintf(stderr, "Blobfs::AddBlocks needs to increase block bitmap size\n");
1264 fprintf(stderr, "Blobfs::AddBlocks FVM Extend failure\n");
1395 fprintf(stderr, "blobfs: Check info failure\n");
1409 fprintf(stderr, "Failed to mount blobfs: Someone else is using the block device\n");
1419 fprintf(stderr, "blobfs: Could not reset block bitmap\n");
1422 fprintf(stderr, "blobfs: Could not shrink block bitmap\n");
1438 fprintf(stderr, "blobf
[all...]
/fuchsia/zircon/system/dev/block/block/
H A Dtxn-group.cpp76 fprintf(stderr, "Block Server I/O error: Could not write response\n");
/fuchsia/zircon/system/host/fidl/lib/
H A Derror_reporter.cpp89 fprintf(stderr, "%s\n", error.data());
/fuchsia/zircon/system/ulib/minfs/
H A Dallocator.cpp188 fprintf(stderr, "Minfs allocator needs to increase bitmap size\n");
199 fprintf(stderr, "minfs::Allocator::Extend failed to grow (on disk): %d\n", status);
205 fprintf(stderr, "minfs::Allocator grow callback failure: %d\n", status);
214 fprintf(stderr, "minfs::Allocator failed to Grow (in memory): %d\n", status);
/fuchsia/zircon/system/ulib/runtests-utils/
H A Druntests-utils.cpp123 fprintf(stderr, "Error: output_file was empty or all slashes: %s\n",
207 fprintf(stderr, "Error: Failed to resolve globs, error = %d\n", err);
242 fprintf(stderr, "Error: Could not open test dir %s\n", abs_test_dir);
301 // If output_dir was specified, ask |RunTest| to redirect stdout/stderr
306 fprintf(stderr, "Error: Could not create output directory %s: %s\n",
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dgetopt.c16 FILE* f = stderr;
/fuchsia/zircon/system/uapp/gfxlatency/
H A Dmain.cpp583 fprintf(stderr, "config not valid (%d)\n", check_rsp->res);
587 fprintf(stderr,
729 fprintf(stderr, "invalid vsync mode: %s\n", s);
730 print_usage(stderr);
757 fprintf(stderr, "invalid argument: %s\n", arg);
758 print_usage(stderr);
765 fprintf(stderr, "failed to open display controller\n");
771 fprintf(stderr, "failed to get display controller handle\n");
784 fprintf(stderr, "failed waiting for display\n");
788 fprintf(stderr, "displa
[all...]
/fuchsia/zircon/system/host/abigen/
H A Dtypes.cpp44 fprintf(stderr, "%s ", a.c_str());
46 fprintf(stderr, "\n");
257 fprintf(stderr, "error: %s : %s\n", name.c_str(), what);

Completed in 121 milliseconds

123456789