Searched refs:FATAL (Results 51 - 75 of 88) sorted by relevance

1234

/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp349 FATAL(("Couldn't find stat item for node (%lu, %lu)\n",
366 FATAL(("failed to find `..' entry for dir node (%lu, %ld)\n",
537 FATAL(("The superblock indicates a non-valid FS! Bailing out."));
542 FATAL(("The superblock indicates a version greater than 2 (%u)! "
H A DStatItem.h240 FATAL(("WARNING: bad stat item %ld on node %Ld: the item len "
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DVolume.cpp312 FATAL(("Couldn't find stat item for node (%lu, %lu)\n",
329 FATAL(("failed to find `..' entry for dir node (%lu, %ld)\n",
500 FATAL(("The superblock indicates a non-valid FS! Bailing out."));
505 FATAL(("The superblock indicates a version greater than 2 (%u)! "
H A DBlockCache.cpp285 FATAL(("release_block(%d, %Ld) failed: %s\n", fDevice, number,
H A DStatItem.h240 FATAL(("WARNING: bad stat item %ld on node %Ld: the item len "
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DQuery.cpp711 FATAL(("query value conversion to 0x%x requested!\n", (int)type));
764 FATAL(("Unknown/Unsupported operation: %d\n", fOp));
773 FATAL(("op out of range!"));
1072 FATAL(("could not get inode %" B_PRIdOFF " in index \"%s\"!\n",
1108 FATAL(("&&-operator has only one child... (parent = %p)\n",
1128 FATAL(("inode %" B_PRIdOFF " in query has no name!\n",
1337 FATAL(("Corrupt tree in expression!\n"));
1549 FATAL(("Unknown term on stack or stack error"));
H A DBPlusTree.cpp298 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %"
331 FATAL(("invalid node [%p] read from offset %" B_PRIdOFF " (block %"
1082 FATAL(("BPlusTree::_SeekDown() could not open node %" B_PRIdOFF ", inode %"
1107 FATAL(("Could not get duplicate fragment at %" B_PRIdOFF ", inode %"
1158 FATAL(("_InsertDuplicate: Invalid array[%d] size in fragment "
1235 FATAL(("_InsertDuplicate: Invalid array size in duplicate %"
1367 FATAL(("key index out of bounds: %d, num keys: %u, inode %" B_PRIdOFF
1786 FATAL(("_RemoveDuplicate: Invalid array[%d] size in fragment %"
1793 FATAL(("Oh no, value %" B_PRIdOFF " not found in fragments of node "
1826 FATAL(("invali
[all...]
H A DInode.cpp260 FATAL(("writing new inode %" B_PRIdINO " failed!\n", fInode->ID()));
420 FATAL(("inode at block %" B_PRIdOFF " corrupt!\n", BlockNumber()));
432 FATAL(("inode tree at block %" B_PRIdOFF " corrupt!\n",
605 FATAL(("Could not remove newly created attribute!\n"));
1279 FATAL(("get_vnode() failed in Inode::GetAttribute(name = \"%s\")\n",
2877 FATAL(("get_vnode() failed in AttributeIterator::GetNext(ino_t"
2885 FATAL(("could not get tree in AttributeIterator::GetNext(ino_t"
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DQuery.cpp704 FATAL(("query value conversion to 0x%lx requested!\n", type));
756 FATAL(("Unknown/Unsupported operation: %d\n", fOp));
765 FATAL(("op out of range!"));
1045 FATAL(("could not get inode %Ld in index \"%s\"!\n", offset, fAttribute));
1080 FATAL(("&&-operator has only one child... (parent = %p)\n", parent));
1099 FATAL(("inode %Ld in query has no name!\n", inode->BlockNumber()));
1301 FATAL(("Corrupt tree in expression!\n"));
1482 FATAL(("Unknown term on stack or stack error"));
H A DBPlusTree.cpp99 FATAL(("invalid node read from offset %Ld, inode at %Ld\n",
638 FATAL(("Could not get duplicate fragment at %Ld\n", value));
682 FATAL(("insertDuplicate: Invalid array[%ld] size in fragment %Ld == %Ld!\n",
753 FATAL(("removeDuplicate: Invalid array size in duplicate %Ld == %Ld!\n",
1221 FATAL(("removeDuplicate: Invalid array[%ld] size in fragment %Ld == %Ld!\n",
1226 FATAL(("Oh no, value %Ld not found in fragments of node %Ld...\n",
1257 FATAL(("invalid duplicate node: first left link points to %Ld!\n", duplicate->LeftLink()));
1266 FATAL(("removeDuplicate: Invalid array size in duplicate %Ld == %Ld!\n",
1297 FATAL(("removed last value from duplicate!\n"));
1390 FATAL(("Aske
[all...]
H A Dkernel_interface_r5.cpp400 FATAL(("valid block sizes are: 1024, 2048, 4096, and 8192\n"));
408 FATAL(("Initializing volume failed: %s\n", strerror(status)));
429 FATAL(("Could not make image bootable: Failed to open \"%s\"\n",
487 FATAL(("inode at %Ld requested!\n", id));
514 FATAL(("inode is not becoming unbusy (id = %Ld)\n", id));
517 FATAL(("inode at %Ld is corrupt!\n", id));
716 FATAL(("File %Ld is already uncached\n", inode->ID()));
1522 FATAL(("Could not trim preallocated blocks!"));
1552 FATAL(("check process was aborted!\n"));
2219 FATAL(("Coul
[all...]
H A DInode.cpp245 FATAL(("inode at block %Ld corrupt!\n", fBlockNumber));
257 FATAL(("inode tree at block %Ld corrupt!\n", fBlockNumber));
374 FATAL(("Could not remove newly created attribute!\n"));
926 FATAL(("get_vnode() failed in Inode::GetAttribute(name = \"%s\")\n", name));
2105 FATAL(("new_vnode() failed with: %s\n", strerror(status)));
2217 FATAL(("get_vnode() failed in AttributeIterator::GetNext(vnode_id = %Ld,name = \"%s\")\n",fInode->ID(),name));
2224 FATAL(("could not get tree in AttributeIterator::GetNext(vnode_id = %Ld,name = \"%s\")\n",fInode->ID(),name));
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.cpp25 FATAL(("Could not delete all entries in directory.\n"));
234 FATAL(("Failed to Unlink() entry %p from node %Ld!\n", entry,
H A DQuery.cpp877 FATAL(("query value conversion to 0x%lx requested!\n", type));
924 FATAL(("Unknown/Unsupported operation: %d\n", fOp));
933 FATAL(("op out of range!"));
1205 FATAL(("&&-operator has only one child... (parent = %p)\n", parent));
1444 FATAL(("Corrupt tree in expression!\n"));
1655 FATAL(("Unknown term on stack or stack error"));
H A DAttributeIndexImpl.cpp380 FATAL(("Node of current attribute and node of current entry "
387 FATAL(("We have a current entry (`%s', node: %Ld), but no current "
H A DNode.cpp70 FATAL(("Node::~Node(): Failed to delete attribute!\n"));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DDirectory.cpp27 FATAL(("Could not delete all entries in directory.\n"));
236 FATAL(("Failed to Unlink() entry %p from node %Ld!\n", entry,
H A DQuery.cpp864 FATAL(("query value conversion to 0x%lx requested!\n", type));
911 FATAL(("Unknown/Unsupported operation: %d\n", fOp));
920 FATAL(("op out of range!"));
1190 FATAL(("&&-operator has only one child... (parent = %p)\n", parent));
1427 FATAL(("Corrupt tree in expression!\n"));
1638 FATAL(("Unknown term on stack or stack error"));
H A DAttributeIndexImpl.cpp384 FATAL(("Node of current attribute and node of current entry "
391 FATAL(("We have a current entry (`%s', node: %Ld), but no current "
H A DNode.cpp70 FATAL(("Node::~Node(): Failed to delete attribute!\n"));
/haiku-fatelf/src/tools/fs_shell/
H A Dblock_cache.cpp40 #define FATAL(x) fssh_panic x macro
558 FATAL(("could not allocate block!\n"));
570 FATAL(("could not allocate block data!\n"));
748 FATAL(("could not read block %" FSSH_B_PRIdOFF "\n", blockNumber));
844 FATAL(("could not allocate original_data\n"));
856 FATAL(("could not allocate parent\n"));
899 FATAL(("could not write back block %" FSSH_B_PRIdOFF " (%s)\n",
/haiku-fatelf/src/system/kernel/
H A Dmodule.cpp45 #define FATAL(x) dprintf x macro
460 FATAL(("Can't unload %s due to ref_cnt = %" B_PRId32 "\n", moduleImage->path,
531 FATAL(("Duplicate module name (%s) detected... ignoring new one\n",
757 FATAL(("circular reference to %s\n", module->name));
761 FATAL(("tried to load module %s which is currently unloading\n",
766 FATAL(("cannot load module %s because its earlier unloading "
816 FATAL(("Error unloading module %s (%s)\n", module->name,
2194 FATAL(("module: Search for %s failed.\n", path));
2246 FATAL(("module: We don't seem to have a reference to module %s\n",
/haiku-fatelf/src/system/runtime_loader/
H A Dimages.cpp61 FATAL("Could not update image ID %" B_PRId32 " after fork()!\n", image->id);
200 FATAL("no memory for image %s\n", path);
663 FATAL("memory shortage in get_sorted_image_list()");
H A Delf.cpp105 FATAL("%s: Failed to allocate needed struct\n", image->path);
160 FATAL("Internal error at load_dependencies()");
204 FATAL("%s: Troubles relocating: %s\n", image->path, strerror(status));
1050 FATAL("Failed to create debug area.\n");
/haiku-fatelf/src/servers/registrar/
H A DRegistrar.cpp133 FATAL("Registrar::ReadyToRun(): Failed to create the message "

Completed in 176 milliseconds

1234