Searched refs:Print (Results 51 - 75 of 95) sorted by relevance

1234

/haiku/src/add-ons/kernel/network/stack/
H A Dnet_buffer.cpp223 out.Print("net buffer create: header space: %lu -> buffer: %p",
243 out.Print("net buffer free: buffer: %p", fBuffer);
260 out.Print("net buffer dup: buffer: %p -> %p", fBuffer, fClone);
281 out.Print("net buffer clone: buffer: %p, share free space: %s "
304 out.Print("net buffer split: buffer: %p, offset: %lu "
327 out.Print("net buffer merge: buffers: %p + %p, after: %s "
353 out.Print("net buffer append cloned: buffer: %p, from: %p, "
376 out.Print("net buffer prepend size: buffer: %p, size: %lu", fBuffer,
397 out.Print("net buffer append size: buffer: %p, size: %lu", fBuffer,
418 out.Print("ne
[all...]
/haiku/headers/private/kernel/
H A Dtracing.h49 void Print(const char* format,...)
257 TraceOutput::Print(const char* format,...) function in class:TraceOutput
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp56 out.Print("%#" B_PRIx64 " %c%c%c%c%c %s %s %c%c",
86 out.Print("translation map map: %p: %#" B_PRIxADDR " -> ", fMap,
113 out.Print("translation map unmap: %p: %#" B_PRIxADDR
141 out.Print("translation map protect: %p: %#" B_PRIxADDR
144 out.Print(" (%c%c%c)",
174 out.Print("translation map clear flags: %p: %#" B_PRIxADDR
177 out.Print(", cleared %c%c (%c%c)",
207 out.Print("translation map clear flags unmap: %p: %#" B_PRIxADDR
/haiku/src/system/kernel/slab/
H A DMemoryManager.cpp96 out.Print("slab memory manager alloc: cache: %p, flags: %#" B_PRIx32,
119 out.Print("slab memory manager free: address: %p, flags: %#" B_PRIx32,
142 out.Print("slab memory manager alloc raw: size: %" B_PRIuSIZE
165 out.Print("slab memory manager free raw/return: address: %p, flags: %#"
188 out.Print("slab memory manager alloc area: flags: %#" B_PRIx32
210 out.Print("slab memory manager add area: %p", fArea);
232 out.Print("slab memory manager free area: %p%s, flags: %#" B_PRIx32,
255 out.Print("slab memory manager alloc meta chunk: %#" B_PRIxADDR,
276 out.Print("slab memory manager free meta chunk: %#" B_PRIxADDR,
299 out.Print("sla
[all...]
H A DSlab.cpp138 out.Print("object cache create: name: \"%s\", object size: "
166 out.Print("object cache delete: %p", fCache);
184 out.Print("object cache alloc: cache: %p, flags: 0x%" B_PRIx32
206 out.Print("object cache free: cache: %p, object: %p", fCache,
228 out.Print("object cache reserve: cache: %p, count: %" B_PRIu32 ", "
/haiku/src/tests/kits/support/pointerlist/
H A DPointerListTest.cpp31 void AssertStatistics::Print() function in class:AssertStatistics
68 void Print(const _PointerList_& list);
106 // Print the list to stderr
107 void PointerListTest::Print(const _PointerList_& list) function in class:PointerListTest
116 item->Print();
510 AssertStatistics::GetInstance()->Print();
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DEndpointManager.cpp59 out.Print("tcp:e:%p bind%s address %s", fEndpoint,
82 out.Print("tcp:e:%p connect local %s, peer %s", fEndpoint, fLocal,
114 out.Print("tcp:e:%p unbind, local %s, peer %s", fEndpoint, fLocal,
H A DTCPEndpoint.cpp110 out.Print("tcp:%p (%12s) receive buffer %p (%" B_PRIu32 " bytes), "
147 out.Print("tcp:%p (%12s) send buffer %p (%" B_PRIu32 " bytes), "
178 out.Print("tcp:%p (%12s) state change", fEndpoint,
199 out.Print("tcp:%p spawns %p", fListeningEndpoint, fSpawnedEndpoint);
221 out.Print("tcp:%p (%12s) error at line %" B_PRId32 ": %s", fEndpoint,
246 out.Print("tcp:%p (%12s) %s timer set to %" B_PRIdBIGTIME, fEndpoint,
270 out.Print("tcp:%p (%12s) %s timer triggered", fEndpoint,
293 out.Print("tcp:%p (%12s) api call: %s", fEndpoint,
/haiku/src/kits/print/
H A DPrintPanel.cpp18 namespace Print { namespace in namespace:BPrivate
276 } // namespace Print
H A DPrinter.cpp20 namespace Print { namespace in namespace:BPrivate
414 driverName.Prepend("Print/");
460 } // namespace Print
H A DJobSetupPanel.cpp31 namespace Print { namespace in namespace:BPrivate
35 : BPrintPanel("Print document")
47 : BPrintPanel("Print document")
275 fPrintToFile = new BCheckBox("Print to file");
295 fPrintAll = new BRadioButton("Print all", new BMessage('prrg'));
302 fSelection = new BRadioButton("Print selection", new BMessage('prrg'));
344 fColor = new BCheckBox("Print in color");
374 } // namespace Print
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h48 void Print(const char* documentName);
/haiku/src/apps/mail/
H A DMailWindow.h94 void Print();
/haiku/src/servers/registrar/
H A DRecentApps.cpp200 RecentApps::Print() function in class:RecentApps
H A DRecentEntries.cpp251 RecentEntries::Print() function in class:RecentEntries
/haiku/src/system/kernel/debug/
H A Dtracing.cpp138 template<typename Print>
141 const Print& print)
767 out.Print("ENTRY %p", this);
816 out.Print("[%6" B_PRId32 ":%6" B_PRId32 "] %10" B_PRId64 ": ", fThread,
819 out.Print("[%6" B_PRId32 "] %10" B_PRId64 ": ", fThread, time);
885 out.Print("kern: %s", fMessage);
918 out.Print("user: %s", fMessage);
945 out.Print("ktrace start");
H A Ddebug.cpp176 DebugOutputFilter::Print(const char* format, va_list args) function in class:DebugOutputFilter
201 DefaultDebugOutputFilter::Print(const char* format, va_list args) function in class:DefaultDebugOutputFilter
747 sDebugOutputFilter->Print(format, args);
751 sDebugOutputFilter->Print(sCurrentKernelDebuggerMessage,
756 sDebugOutputFilter->Print(sCurrentKernelDebuggerMessage, args);
2177 sDebugOutputFilter->Print(format, args);
2188 gDefaultDebugOutputFilter.Print(format, args);
/haiku/src/kits/shared/
H A DTextTable.cpp208 TextTable::Print(int32 maxWidth) function in class:BPrivate::TextTable
/haiku/src/apps/bootmanager/
H A Dbootman.S273 ; Print title centered at row 2
281 ; Print message centered at second last row
487 ; ======================= Print the OS list ============================
569 ; Print "Loading <name>" at top of screen
/haiku/src/bin/
H A Dramdisk.cpp42 " Print this usage info.\n"
423 table.Print(INT32_MAX);
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp49 " Print debug output. <level> should be between 0 (no debug output,\n"
52 " Print more details. Matches in each installation location and each\n"
340 table.Print(get_terminal_width());
/haiku/src/system/kernel/
H A Dsignal.cpp585 out.Print("signal handle: %" B_PRIu32 " (%s)" , fSignal,
606 out.Print("signal exec handler: signal: %" B_PRIu32 " (%s), "
629 out.Print("signal send: target: %" B_PRId32 ", signal: %" B_PRIu32
653 out.Print("signal action: signal: %" B_PRIu32 " (%s), "
691 out.Print("signal proc mask: %s 0x%llx, old mask: 0x%llx", how,
714 out.Print("signal suspend: %#llx, old mask: %#llx",
735 out.Print("signal suspend done: %#" B_PRIx32, fSignals);
H A Dport.cpp264 out.Print("port %ld created, name \"%s\", owner %ld, capacity %ld",
287 out.Print("port %ld deleted", fID);
322 out.Print("port %ld read, read %ld, write %ld, code %lx: %ld",
352 out.Print("port %ld write, read %ld, write %ld, code %lx, size %ld: %ld",
393 out.Print("port %ld info, read %ld, write %ld, code %lx: %ld",
420 out.Print("port %ld owner change from %ld to %ld: %s", fID, fOldOwner,
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp275 out.Print("page reserve: %" B_PRIu32, fCount);
294 out.Print("page unreserve: %" B_PRId32, fCount);
315 out.Print("page alloc: %#" B_PRIxPHYSADDR, fPageNumber);
337 out.Print("page alloc run: start %#" B_PRIxPHYSADDR " length: %"
360 out.Print("page free: %#" B_PRIxPHYSADDR, fPageNumber);
379 out.Print("page scrubbing: %" B_PRId32, fCount);
398 out.Print("page scrubbed: %" B_PRId32, fCount);
415 out.Print("page stolen");
444 out.Print("page activated: %p, cache: %p", fPage, fCache);
465 out.Print("pag
[all...]
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp57 out.Print("syscall restart");

Completed in 300 milliseconds

1234