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

1234

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockAllocatorAreaBucket.cpp35 FATAL(("Area %p is in bucket %p, but thinks it is in bucket %p\n",
43 FATAL(("Area is in wrong bucket: free: %lu, min: %lu, max: %lu\n",
H A DBlockAllocatorArea.cpp61 FATAL(("kMinBlockSize is not correctly initialized! Is %lu, but should be: "
83 FATAL(("Couldn't find free block of min size %lu after "
250 FATAL(("Area ID < 0: %lx\n", fID));
257 FATAL(("Area too small to contain area header and at least one free "
264 FATAL(("Free size greater than area size: %lu vs %lu\n", fFreeBytes,
271 FATAL(("Area contains no blocks at all.\n"));
280 FATAL(("Invalid block list: first or last block NULL: first: %p, "
295 FATAL(("Encountered NULL in block list at index %ld, although "
304 FATAL(("Utterly mislocated block: %p, area: %p, "
313 FATAL(("Mislocate
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockAllocatorAreaBucket.cpp35 FATAL(("Area %p is in bucket %p, but thinks it is in bucket %p\n",
43 FATAL(("Area is in wrong bucket: free: %lu, min: %lu, max: %lu\n",
H A DBlockAllocatorArea.cpp61 FATAL(("kMinBlockSize is not correctly initialized! Is %lu, but should be: "
83 FATAL(("Couldn't find free block of min size %lu after "
250 FATAL(("Area ID < 0: %lx\n", fID));
257 FATAL(("Area too small to contain area header and at least one free "
264 FATAL(("Free size greater than area size: %lu vs %lu\n", fFreeBytes,
271 FATAL(("Area contains no blocks at all.\n"));
280 FATAL(("Invalid block list: first or last block NULL: first: %p, "
295 FATAL(("Encountered NULL in block list at index %ld, although "
304 FATAL(("Utterly mislocated block: %p, area: %p, "
313 FATAL(("Mislocate
[all...]
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h43 // FATAL()
62 #define FATAL(x) { __out("udf: "); __out x; } macro
74 #define FATAL(x) { __out("udf: "); __out x; } macro
/haiku-fatelf/src/system/runtime_loader/
H A Delf_haiku_version.cpp27 FATAL("%s: Cannot handle section headers bigger than %lu bytes\n",
35 FATAL("%s: Could not read section headers: %s\n", image->path,
45 FATAL("%s: Buffer not big enough for section string section\n",
54 FATAL("%s: Could not read section string section: %s\n", image->path,
74 FATAL("%s: Could not find .comment section\n", image->path);
84 FATAL("%s: Could not read .comment section: %s\n", image->path,
226 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",
112 FATAL("Memory shortage in init_image_version_infos()");
180 FATAL("%s: Version dependency \"%s\" not found", image->path,
H A Delf_load_image.cpp81 FATAL("%s: Unhandled pheader type in count 0x%" B_PRIx32 "\n",
200 FATAL("%s: Unhandled pheader type in parse 0x%" B_PRIx32 "\n",
364 FATAL("%s: Could not read FATELF header\n", path);
377 FATAL("%s: Could not read FATELF record at index %" B_PRIu8 "\n",
403 FATAL("%s: Short ELF header read for FATELF record %" B_PRIu8 "\n",
499 FATAL("Cannot open file %s: %s\n", name, strerror(fd));
527 FATAL("%s: Troubles reading ELF header\n", path);
539 FATAL("%s: Incorrect ELF header\n", path);
546 FATAL("%s: Cannot handle program headers bigger than %lu\n",
555 FATAL("
[all...]
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h39 // FATAL()
55 #define FATAL(x) { __out("bfs: "); __out x; }
70 // #define FATAL(x) { panic x; }
71 #define FATAL(x) { __out("bfs: "); __out x; } macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/
H A DDebug.h42 // FATAL()
61 #define FATAL(x) { __out("bfs@%ld: ", find_thread(NULL)); __out x; } macro
73 #define FATAL(x) { __out("bfs: "); __out x; } macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.h48 // FATAL()
64 #define FATAL(x) { __out("bfs: "); __out x; } macro
76 #define FATAL(x) { __out("bfs: "); __out x; } macro
H A DVolume.cpp263 FATAL(("we have to panic... switch to read-only mode!\n"));
308 FATAL(("couldn't disable cache for image file - system may dead-lock!\n"));
310 FATAL(("couldn't disable cache for image file!\n"));
318 FATAL(("invalid superblock!\n"));
346 FATAL(("could not initialize journal/block bitmap allocator!\n"));
384 FATAL(("could not create root node: new_vnode() failed!\n"));
389 FATAL(("could not create root node!\n"));
427 FATAL(("*** invalid run(%ld,%d,%d)\n", run.AllocationGroup(), run.Start(), run.Length()));
H A DBlockAllocator.cpp128 FATAL(("Allocation::Allocate(): tried to allocate too many blocks: %u (numBlocks = %lu)!\n", numBlocks, fNumBits));
142 FATAL(("AllocationBlock::Allocate(): some blocks are already allocated, start = %u, numBlocks = %u\n", start, numBlocks));
159 FATAL(("Allocation::Free(): tried to free too many blocks: %u (numBlocks = %lu)!\n", numBlocks, fNumBits));
395 FATAL(("could not allocate reserved space for block bitmap/log!\n"));
461 FATAL(("could not allocate reserved space for block bitmap/log!\n"));
464 FATAL(("space for block bitmap or log area was not reserved!\n"));
680 FATAL(("tried to free an invalid block_run (%ld, %u, %u)\n", group, start, length));
686 FATAL(("tried to free a reserved block_run (%ld, %u, %u)\n", group, start, length));
726 FATAL(("invalid check_control (%p)!\n", control));
841 FATAL(("erro
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h99 FATAL(("WARNING: bad dir entry %ld in item %ld on node %Ld: "
162 FATAL(("WARNING: bad dir item %ld on node %Ld: the item has "
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h67 // FATAL()
98 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
109 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
H A DDirItem.h99 FATAL(("WARNING: bad dir entry %ld in item %ld on node %Ld: "
162 FATAL(("WARNING: bad dir item %ld on node %Ld: the item has "
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp37 # define FATAL(x...) dprintf("\33[34mext2:\33[0m " x) macro
292 FATAL("Volume::Mount(): couldn't open device\n");
306 FATAL("Volume::Mount(): Identify() failed\n");
396 FATAL("could not initialize journal!\n");
404 FATAL("could not recover journal!\n");
411 FATAL("could not initialize start journal!\n");
425 FATAL("could not initialize block allocator, going read-only!\n");
438 FATAL("could not create root node: get_vnode() failed!\n");
526 FATAL("ext2: incompatible features not supported: %lx (extents %x)\n",
549 FATAL("ext
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A DChunk.cpp22 # define FATAL(x...) dprintf("\33[34mbtrfs:\33[0m " x) macro
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h78 // FATAL()
111 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
125 #define FATAL(x) DEBUG_CONTEXT( __out x ) macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h87 // FATAL()
150 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
164 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h87 // FATAL()
150 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
164 #define FATAL(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku-fatelf/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

Completed in 210 milliseconds

1234