Searched refs:FATAL (Results 26 - 50 of 51) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp459 FATAL(("Log entry has broken header!\n"));
518 FATAL(("Log contains invalid superblock!\n"));
599 FATAL(("replaying log entry from %d failed: %s\n", (int)start,
688 FATAL(("_TransactionWritten: could not write back superblock: %s\n",
770 FATAL(("filling log entry failed!"));
829 FATAL(("could not write log area!\n"));
854 FATAL(("could not write log area: %s!\n", strerror(errno)));
873 FATAL(("no memory to allocate log entries!"));
948 FATAL(("writing current log entry failed: %s\n", strerror(status)));
H A DQuery.cpp472 FATAL(("op out of range!"));
616 FATAL(("could not get inode %" B_PRIdOFF " in index \"%s\"!\n",
652 FATAL(("&&-operator has only one child... (parent = %p)\n",
673 FATAL(("inode %" B_PRIdOFF " in query has no name!\n",
833 FATAL(("query value conversion to 0x%x requested!\n", (int)type));
886 FATAL(("Unknown/Unsupported operation: %d\n", fOp));
1087 FATAL(("Corrupt tree in expression!\n"));
1299 FATAL(("Unknown term on stack or stack error"));
H A DBPlusTree.cpp319 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %"
353 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %"
1146 FATAL(("BPlusTree::_SeekDown() could not open node %" B_PRIdOFF ", inode %"
1171 FATAL(("Could not get duplicate fragment at %" B_PRIdOFF ", inode %"
1222 FATAL(("_InsertDuplicate: Invalid array[%d] size in fragment "
1299 FATAL(("_InsertDuplicate: Invalid array size in duplicate %"
1431 FATAL(("key index out of bounds: %d, num keys: %u, inode %" B_PRIdOFF
1849 FATAL(("_RemoveDuplicate: Invalid array[%d] size in fragment %"
1856 FATAL(("Oh no, value %" B_PRIdOFF " not found in fragments of node "
1889 FATAL(("invali
[all...]
H A DBlockAllocator.cpp298 FATAL(("AllocationBlock::Allocate(): some blocks are already "
604 FATAL(("could not allocate reserved space for block bitmap/log!\n"));
687 FATAL(("Space for block bitmap or log area is not reserved "
692 FATAL(("Could not allocate reserved space for block "
697 FATAL(("Space for block bitmap or log area was not "
1018 FATAL(("tried to free an invalid block_run"
1029 FATAL(("tried to free a reserved block_run"
1215 FATAL(("BlockAllocator::Trim:"
H A DInode.cpp270 FATAL(("writing new inode %" B_PRIdINO " failed!\n", fInode->ID()));
392 FATAL(("Could not read inode block %" B_PRId64 ": %s!\n", BlockNumber(),
442 FATAL(("inode at block %" B_PRIdOFF " corrupt!\n", BlockNumber()));
454 FATAL(("inode tree at block %" B_PRIdOFF " corrupt!\n",
513 FATAL(("Failed to read block %" B_PRId64 " from disk: %s!\n",
609 FATAL(("Could not remove newly created attribute!\n"));
1318 FATAL(("get_vnode() failed in Inode::GetAttribute(name = \"%s\")\n",
2931 FATAL(("get_vnode() failed in AttributeIterator::GetNext(ino_t"
2939 FATAL(("could not get tree in AttributeIterator::GetNext(ino_t"
H A Dkernel_interface.cpp300 FATAL(("could not read inode: %" B_PRIdINO ": %s\n", id,
311 FATAL(("inode at %" B_PRIdINO " could not be read: %s!\n", id,
1527 FATAL(("Could not trim preallocated blocks: inode %" B_PRIdINO
1562 FATAL(("check process was aborted!\n"));
/haiku/src/system/runtime_loader/
H A Delf_symbol_lookup.cpp566 FATAL("%s: Could not resolve symbol '%s'\n",
570 FATAL("%s: Found symbol '%s' in shared image but wrong "
574 FATAL("%s: Found symbol '%s', but not exported\n",
578 FATAL("%s: Found symbol '%s', but was hidden by symbol "
H A Druntime_loader_private.h43 #define FATAL(x...) \ macro
H A Dimages.cpp68 FATAL("Could not update image ID %" B_PRId32 " after fork()!\n", image->id);
207 FATAL("no memory for image %s\n", path);
688 FATAL("memory shortage in get_sorted_image_list()");
H A Delf.cpp184 FATAL("%s: Failed to allocate needed struct\n", image->path);
243 FATAL("Internal error at load_dependencies()");
288 FATAL("%s: Troubles relocating: %s\n", image->path, strerror(status));
1220 FATAL("Failed to create debug area.\n");
/haiku/headers/private/file_systems/
H A DDebugSupport.h92 // FATAL()
178 #define FATAL(x...) TPRINT(x) macro
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp28 FATAL("Could not delete all entries in directory.\n");
237 FATAL("Failed to Unlink() entry %p from node %" B_PRIdINO "!\n", entry,
H A DAttributeIndexImpl.cpp385 FATAL("Node of current attribute and node of current entry "
392 FATAL("We have a current entry (`%s', node: %" B_PRIdINO "), but no current "
H A DNode.cpp75 FATAL("Node::~Node(): Failed to delete attribute!\n");
H A Dkernel_interface.cpp384 FATAL("Node %" B_PRIdINO " pretends to be a SymLink, but isn't!\n",
978 FATAL("Node %" B_PRIdINO " pretends to be a File, but isn't!\n",
1020 FATAL("Node %" B_PRIdINO " pretends to be a File, but isn't!\n",
1241 FATAL("Node %" B_PRIdINO " pretends to be a Directory, but isn't!\n",
H A DVolume.cpp333 FATAL("Two Nodes have the same ID: %" B_PRIdINO "!\n", node->GetID());
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp40 #define FATAL(x) fssh_panic x macro
559 FATAL(("could not allocate block!\n"));
571 FATAL(("could not allocate block data!\n"));
749 FATAL(("could not read block %" FSSH_B_PRIdOFF "\n", blockNumber));
849 FATAL(("could not allocate original_data\n"));
861 FATAL(("could not allocate parent\n"));
905 FATAL(("could not write back block %" FSSH_B_PRIdOFF " (%s)\n",
/haiku/src/system/kernel/
H A Dmodule.cpp45 #define FATAL(x) dprintf x macro
454 FATAL(("Can't unload %s due to ref_cnt = %" B_PRId32 "\n",
525 FATAL(("Duplicate module name (%s) detected... ignoring new one\n",
755 FATAL(("circular reference to %s\n", module->name));
759 FATAL(("tried to load module %s which is currently unloading\n",
764 FATAL(("cannot load module %s because its earlier unloading "
814 FATAL(("Error unloading module %s (%s)\n", module->name,
2200 FATAL(("module: Search for %s failed.\n", path));
2252 FATAL(("module: We don't seem to have a reference to module %s\n",
/haiku/src/servers/registrar/
H A DRegistrar.cpp133 FATAL("Registrar::ReadyToRun(): Failed to create the message "
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DStatItem.h240 FATAL(("WARNING: bad stat item %" B_PRId32 " "
H A DIterators.cpp1352 FATAL(("Neither direct nor indirect item! type: %u\n",
1533 FATAL(("failed to get block %" B_PRIu64 "\n",
/haiku/src/servers/package/
H A DPackageDaemon.cpp291 FATAL("failed to init server application: %s\n", strerror(error));
/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp576 FATAL(("found udf revision 0x%x more than max 0x%x\n",
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp337 FATAL("invalid package folder ('packages' parameter)!\n");
343 FATAL("invalid mount type: \"%s\"\n", mountType);
/haiku/src/tests/kits/storage/testapps/
H A DPathMonitorTest2.cpp40 #define FATAL(...) \ macro

Completed in 226 milliseconds

123