Searched refs:INFORM (Results 1 - 25 of 26) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp146 INFORM("StringPool usage:\n");
147 INFORM(" total unique strings: %8zu, %8zu bytes, overhead: %zu bytes\n",
149 INFORM(" total strings with dups: %8zu, %8zu bytes\n", totalReferenceCount,
151 INFORM(" unshared strings: %8zu\n", unsharedStringCount);
152 INFORM(" bytes saved: %8zd\n",
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h46 // INFORM()
64 #define INFORM(x) { __out("udf: "); __out x; } macro
76 #define INFORM(x) { __out("udf: "); __out x; } macro
/haiku/src/servers/registrar/
H A DDebug.h27 // INFORM()
59 #define INFORM(x...) { __out(DEBUG_APP ": " x); } macro
72 #define INFORM(x...) { __out(DEBUG_APP ": " x); } macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h41 // INFORM()
56 #define INFORM(x) { __out("bfs: "); __out x; } macro
72 #define INFORM(x) { __out("bfs: "); __out x; } macro
H A Dkernel_interface.cpp191 INFORM(("mounted \"%s\" (root node at %" B_PRIdINO ", device = %s)\n",
293 INFORM(("inode at %" B_PRIdINO " requested!\n", id));
309 INFORM(("inode at %" B_PRIdINO " is already deleted!\n", id));
2276 INFORM(("Could not parse query \"%s\", stopped at: \"%s\"\n",
2383 INFORM(("Initializing volume failed: %s\n", strerror(status)));
2398 INFORM(("Disk was initialized successfully.\n"));
2399 INFORM(("\tname: \"%s\"\n", super.name));
2400 INFORM(("\tnum blocks: %" B_PRIdOFF "\n", super.NumBlocks()));
2401 INFORM(("\tused blocks: %" B_PRIdOFF "\n", super.UsedBlocks()));
2402 INFORM(("\tbloc
[all...]
H A DIndex.cpp268 INFORM(("Could not find value in index \"%s\"!\n", name));
H A DJournal.cpp535 INFORM(("replay block run %u:%u:%u in log at %" B_PRIdOFF "!\n",
574 INFORM(("Replay log, disk was not correctly unmounted...\n"));
577 INFORM(("log_start and log_end differ, but disk is marked clean - "
H A DVolume.cpp260 INFORM(("bfs: volume doesn't have indices!\n"));
/haiku/src/servers/package/
H A DPackageDaemon.cpp141 INFORM("skipping custom mounted volume at \"%s\"\n",
159 INFORM("volume at \"%s\" registered\n", volume->Path().String());
170 INFORM("volume at \"%s\" unregistered\n", volume->Path().String());
210 INFORM("root at \"%s\" (device: %" B_PRIdDEV ", node: %" B_PRIdINO ") "
236 INFORM("root at \"%s\" unregistered\n", root->Path().String());
H A DVolume.cpp349 INFORM("Volume::InitPackages Requesting delayed first boot processing "
434 INFORM("Volume::InitialVerify(%p, %p)\n", nextVolume, nextNextVolume);
488 INFORM("Volume::InitialVerify(): volume at \"%s\" is consistent\n",
495 INFORM("Volume::InitialVerify(): volume at \"%s\" has problems:\n",
501 INFORM(" %" B_PRId32 ": %s\n", i + 1, problem->ToString().String());
505 INFORM(" solution %" B_PRId32 ":\n", k + 1);
510 INFORM(" - %s\n", element->ToString().String());
919 INFORM("Volume::_PackagesEntryCreated(\"%s\")\n", name);
964 INFORM("Volume::_PackagesEntryRemoved(\"%s\")\n", name);
1035 INFORM("Faile
[all...]
H A DDebugSupport.h93 // INFORM()
158 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
172 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
H A DCommitTransactionHandler.cpp691 INFORM("Starting First Boot Processing for %d packages in %s.\n",
698 INFORM("Doing first boot processing #%d for package %s.\n",
1777 INFORM("CommitTransactionHandler::_ChangePackageActivation(): activating "
2042 INFORM("CommitTransactionHandler::_AssertEntriesAreEqual(): "
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h89 // INFORM()
153 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
167 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/headers/private/userlandfs/shared/
H A DDebug.h80 // INFORM()
120 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
134 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h89 // INFORM()
154 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
168 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku/src/apps/icon-o-matic/generic/support/
H A DDebug.h87 // INFORM()
121 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
134 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp567 INFORM(("No or wrong directory hash function. Try to detect...\n"));
573 INFORM(("Directory hash function successfully detected: "
577 INFORM(("Detected directory hash function is not the right "
581 INFORM(("Failed to detect the directory hash function.\n"));
663 INFORM(("WARNING: negative entry not found: `%s'\n", entry));
H A DBlockCache.cpp72 INFORM(("WARNING: block not put: %p (ref count: %" B_PRId32 ")\n",
H A DTree.cpp71 INFORM(("WARNING: tree height greater maximal height: %" B_PRIu32
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h78 #define INFORM(x) { __out("session: "); __out x; } macro
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h83 #define INFORM(x) { __out("udf: "); __out x; } macro
H A DRecognition.cpp461 INFORM(("WARNING: no valid udf implementation use descriptor found\n"));
535 INFORM(("WARNING: found decreasing minimum udf read revision in integrity "
/haiku/headers/private/file_systems/
H A DDebugSupport.h98 // INFORM()
182 #define INFORM(x...) TPRINT(x) macro
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp24 #define INFORM(x...) TRACE(x) macro
1089 INFORM("Initializing volume failed: %s\n", strerror(status));
1104 INFORM("Disk was initialized successfully.\n");
1105 INFORM("\tlabel: \"%s\"\n", super.label);
1106 INFORM("\tblock size: %u bytes\n", (unsigned)super.BlockSize());
1107 INFORM("\tsector size: %u bytes\n", (unsigned)super.SectorSize());
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DVolume.cpp734 INFORM("added old packages dir state \"%s\"\n",
749 INFORM("Adding packages from \"%s\"\n", packagesDirectory->Path());
774 INFORM("Loading packages from activation file failed. Loading all "
820 INFORM("Failed to open packages activation file: %s\n",
1564 INFORM("Volume::_ChangeActivation(): %" B_PRId32 " new packages, %" B_PRId32
1626 INFORM("package \"%s\" deactivated\n", package->FileName().Data());
1645 INFORM("package \"%s\" activated\n", package->FileName().Data());

Completed in 248 milliseconds

12