Searched refs:FATAL (Results 1 - 25 of 51) sorted by relevance

123

/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h44 // FATAL()
63 #define FATAL(x) { __out("udf: "); __out x; } macro
75 #define FATAL(x) { __out("udf: "); __out x; } macro
/haiku/src/servers/registrar/
H A DDebug.h25 // FATAL()
56 #define FATAL(x...) { __out(DEBUG_APP ": " x); } macro
69 #define FATAL(x...) { __out(DEBUG_APP ": " x); } macro
/haiku/src/tools/fs_shell/
H A Dmodule.cpp29 #define FATAL(x) fssh_dprintf x macro
141 FATAL(("Duplicate module name (%s) detected... ignoring new one\n", info->name));
212 FATAL(("circular reference to %s\n", module->name));
216 FATAL(("tried to load module %s which is currently unloading\n", module->name));
220 FATAL(("cannot load module %s because its earlier unloading failed\n", module->name));
265 FATAL(("Error unloading module %s (%s)\n", module->name, fssh_strerror(status)));
391 FATAL(("module: We don't seem to have a reference to module %s\n", path));
/haiku/src/system/runtime_loader/
H A Delf_haiku_version.cpp30 FATAL("%s: Cannot handle section headers bigger than %lu bytes\n",
38 FATAL("%s: Could not read section headers: %s\n", image->path,
48 FATAL("%s: Buffer not big enough for section string section\n",
57 FATAL("%s: Could not read section string section: %s\n", image->path,
77 FATAL("%s: Could not find .comment section\n", image->path);
87 FATAL("%s: Could not read .comment section: %s\n", image->path,
246 FATAL("%s: Failed to get gcc version.\n", image->path);
H A Delf_versioning.cpp23 FATAL("%s: No version information available (required by %s)\n",
44 FATAL("%s: version \"%s\" not found (required by %s)\n", image->path,
68 FATAL("%s: Unsupported version definition revision: %u\n",
86 FATAL("%s: Unsupported version needed revision: %u\n",
113 FATAL("Memory shortage in init_image_version_infos()");
182 FATAL("%s: Version dependency \"%s\" not found", image->path,
H A Delf_load_image.cpp95 FATAL("%s: Unhandled pheader type in count 0x%" B_PRIx32 "\n",
229 FATAL("%s: Unhandled pheader type in parse 0x%" B_PRIx32 "\n",
351 FATAL("Static TLS model is not supported.\n");
541 FATAL("Cannot open file %s (needed by %s): %s\n", name, requestingObjectPath, strerror(fd));
569 FATAL("%s: Troubles reading ELF header\n", path);
575 FATAL("%s: Incorrect ELF header\n", path);
581 FATAL("%s: Cannot handle program headers bigger than %lu\n",
589 FATAL("%s: Could not read program headers: %s\n", path,
598 FATAL("%s: Troubles parsing Program headers, numRegions = %" B_PRId32
606 FATAL("
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp38 # define FATAL(x...) dprintf("\33[34mext2:\33[0m " x) macro
140 FATAL("Volume::Mount(): couldn't open device\n");
150 FATAL("Volume::Mount(): Identify() failed\n");
172 FATAL("Volume::Mount(): can't mount R/W, volume not clean\n");
175 FATAL("Volume::Mount(): warning: volume not clean\n");
184 FATAL("blocksize not supported!\n");
203 FATAL("zero blocksPerGroup or fragmentsPerGroup!\n");
207 FATAL("blocksPerGroup is not equal to fragmentsPerGroup!\n");
245 FATAL("diskSize is too small for the number of blocks!\n");
285 FATAL("coul
[all...]
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h39 // FATAL()
55 #define FATAL(x) { __out("bfs: "); __out x; } macro
70 // #define FATAL(x) { panic x; }
71 #define FATAL(x) { __out("bfs: "); __out x; } macro
H A DVolume.cpp162 FATAL(("Disk corrupted... switch to read-only mode!\n"));
191 FATAL(("invalid superblock!\n"));
205 FATAL(("Disk size (%" B_PRIdOFF " bytes) < file system size (%"
223 FATAL(("could not initialize journal: %s!\n", strerror(status)));
230 FATAL(("Replaying log failed, data may be corrupted, volume "
241 FATAL(("could not initialize block bitmap allocator!\n"));
273 FATAL(("could not create root node: publish_vnode() failed!\n"));
279 FATAL(("could not create root node!\n"));
329 FATAL(("*** invalid run(%d,%d,%d)\n", (int)run.AllocationGroup(),
H A DCheckVisitor.cpp151 FATAL(("error writing bitmap: %s\n", strerror(status)));
191 FATAL(("CheckVisitor didn't run through\n"));
225 FATAL(("Names differ: tree \"%s\", inode \"%s\"\n", treeName,
255 FATAL(("inode at %" B_PRIdOFF " is of wrong type: %o (parent "
339 FATAL(("Could not open inode at %" B_PRIdOFF ": %s\n", id,
371 FATAL(("Could not open b+tree from inode at %" B_PRIdOFF "\n",
427 FATAL(("invalid check_control!\n"));
662 FATAL(("%s: block_run(%d, %u, %u): blocks %" B_PRIdOFF
687 FATAL(("check: Could not open index at %" B_PRIdOFF "\n",
H A DIndex.cpp91 FATAL(("fatal error at Index::InitCheck(), get_vnode() returned "
129 FATAL(("index has unknown type!\n"));
160 FATAL(("index has unknown type!\n"));
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp20 # define FATAL(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h99 FATAL(("WARNING: bad dir entry %" B_PRId32 " "
167 FATAL(("WARNING: bad dir item %" B_PRId32 " "
H A DBlock.cpp287 FATAL(("WARNING: bad node %" B_PRIu64
355 FATAL(("WARNING: bad internal node %" B_PRIu64
428 FATAL(("WARNING: bad leaf node %" B_PRIu64
H A DItem.cpp209 FATAL(("WARNING: bad item %" B_PRId32
H A DVolume.cpp349 FATAL(("Couldn't find stat item for node "
367 FATAL(("failed to find `..' entry for dir node "
523 FATAL(("The superblock indicates a non-valid FS! Bailing out."));
528 FATAL(("The superblock indicates a version greater than 2 (%u)! "
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h198 #define FATAL(x) { \ macro
219 #define FATAL(x) { __out("session: fatal error: "); __out x; } macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h205 #define FATAL(x) { \ macro
227 #define FATAL(x) { __out("udf: fatal error: "); __out x; } macro
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h87 // FATAL()
150 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
164 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h78 // FATAL()
117 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
131 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h87 // FATAL()
151 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
165 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/servers/package/
H A DDebugSupport.h91 // FATAL()
155 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
169 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h85 // FATAL()
118 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
131 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DRequestPortPool.cpp95 FATAL(("Inconsistent request port pool: We acquired the free port "
/haiku/src/apps/cortex/Persistence/
H A DExportContext.cpp356 m_error << "FATAL ERROR: ";

Completed in 326 milliseconds

123