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

12

/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h45 // INFORM()
63 #define INFORM(x) { __out("udf: "); __out x; } macro
75 #define INFORM(x) { __out("udf: "); __out x; } macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h41 // INFORM()
56 #define INFORM(x) { __out("bfs: "); __out x; }
72 #define INFORM(x) { __out("bfs: "); __out x; } macro
H A Dkernel_interface.cpp179 INFORM(("mounted \"%s\" (root node at %" B_PRIdINO ", device = %s)\n",
280 INFORM(("inode at %" B_PRIdINO " requested!\n", id));
294 INFORM(("inode at %" B_PRIdINO " is already deleted!\n", id));
2157 INFORM(("Could not parse query \"%s\", stopped at: \"%s\"\n",
2264 INFORM(("Initializing volume failed: %s\n", strerror(status)));
2279 INFORM(("Disk was initialized successfully.\n"));
2280 INFORM(("\tname: \"%s\"\n", super.name));
2281 INFORM(("\tnum blocks: %" B_PRIdOFF "\n", super.NumBlocks()));
2282 INFORM(("\tused blocks: %" B_PRIdOFF "\n", super.UsedBlocks()));
2283 INFORM(("\tbloc
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DAreaUtils.cpp82 INFORM(("WARNING: AreaUtils::free(%p): area begin is %p."
152 INFORM(("WARNING: AreaUtils::realloc(%p): area begin is %p."
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/
H A DDebug.h44 // INFORM()
62 #define INFORM(x) { __out("bfs@%ld: ", find_thread(NULL)); __out x; } macro
74 #define INFORM(x) { __out("bfs: "); __out x; } macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.h50 // INFORM()
65 #define INFORM(x) { __out("bfs: "); __out x; } macro
77 #define INFORM(x) { __out("bfs: "); __out x; } macro
H A Dkernel_interface_r5.cpp248 INFORM(("mounted \"%s\" (root node at %Ld, device = %s)\n",
415 INFORM(("Disk was initialized successfully.\n"));
416 INFORM(("\tname: \"%s\"\n", super.name));
417 INFORM(("\tnum blocks: %Ld\n", super.NumBlocks()));
418 INFORM(("\tused blocks: %Ld\n", super.UsedBlocks()));
419 INFORM(("\tblock size: %lu bytes\n", super.BlockSize()));
420 INFORM(("\tnum allocation groups: %ld\n", super.AllocationGroups()));
421 INFORM(("\tallocation group size: %ld blocks\n", 1L << super.AllocationGroupShift()));
422 INFORM(("\tlog size: %u blocks\n", super.log_blocks.Length()));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DAreaUtils.cpp82 INFORM(("WARNING: AreaUtils::free(%p): area begin is %p."
152 INFORM(("WARNING: AreaUtils::realloc(%p): area begin is %p."
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h69 // INFORM()
99 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
110 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
H A DBlockCache.cpp81 INFORM(("WARNING: block not put: %p (ref count: %ld)\n", block,
113 INFORM(("WARNING: init_cache_for_device() failed, use "
231 INFORM(("WARNING: Cache is full and all blocks are in use: "
H A DVolume.cpp544 INFORM(("No or wrong directory hash function. Try to detect...\n"));
550 INFORM(("Directory hash function successfully detected: %lu\n",
554 INFORM(("Detected directory hash function is not the right "
558 INFORM(("Failed to detect the directory hash function.\n"));
640 INFORM(("WARNING: negative entry not found: `%s'\n", entry));
H A DTree.cpp71 INFORM(("WARNING: tree height greater maximal height: %lu\n",
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h80 // INFORM()
114 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
128 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h89 // INFORM()
153 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
167 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku-fatelf/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-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h89 // INFORM()
153 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
167 #define INFORM(x...) DEBUG_CONTEXT( __out(x) ) macro
/haiku-fatelf/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-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h80 // INFORM()
114 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
128 #define INFORM(x) DEBUG_CONTEXT( __out x ) macro
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp581 INFORM(("No or wrong directory hash function. Try to detect...\n"));
587 INFORM(("Directory hash function successfully detected: %lu\n",
591 INFORM(("Detected directory hash function is not the right "
595 INFORM(("Failed to detect the directory hash function.\n"));
677 INFORM(("WARNING: negative entry not found: `%s'\n", entry));
H A DBlockCache.cpp71 INFORM(("WARNING: block not put: %p (ref count: %ld)\n", block,
H A DTree.cpp71 INFORM(("WARNING: tree height greater maximal height: %lu\n",
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h85 #define INFORM(x) { __out("udf: "); __out x; } macro
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h78 #define INFORM(x) { __out("session: "); __out x; } macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DUdfDebug.h85 #define INFORM(x) { __out("udf: "); __out x; } macro

Completed in 279 milliseconds

12