Searched refs:B_PRId32 (Results 151 - 175 of 657) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/malloc_hoard2/
H A Darch-specific.cpp77 debug_printf("hoard: init_after_fork(): thread %" B_PRId32 ", Heap "
175 SERIAL_PRINT(("HEAP-%" B_PRId32 ": "
217 SERIAL_PRINT(("HEAP-%" B_PRId32 ": heap area large enough for %ld\n",
226 SERIAL_PRINT(("HEAP-%" B_PRId32 ": need to resize heap area to %ld "
/haiku/src/apps/haikudepot/server/
H A DUserDetailVerifierProcess.cpp123 "detail for user [%s]: jrpc error code %" B_PRId32 "",
H A DIncrementViewCounterProcess.cpp100 "counter for pkg [%s] w/ error code %" B_PRId32,
/haiku/src/kits/midi2/
H A DMidiRosterLooper.cpp50 stderr, "[midi] WARNING: Endpoint %" B_PRId32 " (%p) has "
51 "not been Release()d properly (refcount = %" B_PRId32 ")\n",
606 printf("\tendpoint %" B_PRId32 " (%p):\n", t, endp);
609 "\t\tid %" B_PRId32 ", name '%s', %s, %s, %s, %s, refcount %"
610 B_PRId32 "\n", endp->ID(), endp->Name(),
621 printf("\t\tport %" B_PRId32 ", latency %" B_PRIdBIGTIME "\n",
629 printf("\t\t\tid %" B_PRId32 " (%p)\n", cons->ID(),
H A DMidiEndpoint.cpp122 TRACE(("BMidiEndpoint::Release refCount is now %" B_PRId32, old - 1))
149 TRACE(("BMidiEndpoint::Acquire refCount is now %" B_PRId32, old + 1))
/haiku/src/kits/media/
H A DMediaExtractor.cpp107 B_PRId32 " failed\n", i);
125 "stream %" B_PRId32 " failed\n", i);
343 "stream %" B_PRId32 ": %s\n", stream, strerror(status));
359 "failed for stream %" B_PRId32 ", format: %s: %s\n", stream,
370 "for stream %" B_PRId32 "\n", stream);
380 ERROR("MediaExtractor::CreateDecoder Setup failed for stream %" B_PRId32
389 B_PRId32 ": %s\n", stream, strerror(status));
H A DSoundPlayNode.cpp355 "channel_count %" B_PRId32 " , frame_rate %.1f\n", channel_count, frame_rate);
470 "(%" B_PRId32 "/%" B_PRId32 "), ours is (%" B_PRId32 "/%" B_PRId32
613 fprintf(stderr," unknown event type: %" B_PRId32 "\n", event->type);
707 TRACE("SoundPlayNode::HandleDataStatus status: %" B_PRId32 ", lateness: %"
755 TRACE("SoundPlayNode::HandleSeek(t=%" B_PRId64 ", d=%" B_PRId32 ", bd=%"
802 "duration = %" B_PRId64 ", count %" B_PRId32 "\n", fLatency,
808 TRACE("SoundPlayNode::AllocateBuffers: creating group of %" B_PRId32
[all...]
/haiku/src/system/kernel/
H A Dsystem_info.cpp56 kprintf("cpu count: %" B_PRId32 "\n", smp_get_num_cpus());
59 kprintf(" [%" B_PRId32 "] active time: %10" B_PRId64 ", interrupt"
67 kprintf("sems:\t\t%" B_PRId32 " (%" B_PRId32 " max)\n", sem_used_sems(),
69 kprintf("ports:\t\t%" B_PRId32 " (%" B_PRId32 " max)\n", port_used_ports(),
71 kprintf("threads:\t%" B_PRId32 " (%" B_PRId32 " max)\n",
73 kprintf("teams:\t\t%" B_PRId32 " (%" B_PRId32 " ma
[all...]
H A Dimage.cpp297 kprintf("No team with ID %" B_PRId32 " found\n", id);
303 kprintf("Registered images of team %" B_PRId32 "\n", team->id);
311 kprintf("%6" B_PRId32 " %p %-7" B_PRId32 " %p %-7" B_PRId32 " %s\n",
485 dprintf("_user_image_relocated(%" B_PRId32 "): Failed to get image "
H A Dthread.cpp209 snprintf(lockName, sizeof(lockName), "Thread:%" B_PRId32, id);
371 snprintf(temp, sizeof(temp), "thread_%" B_PRId32 "_retcode_sem", id);
643 dprintf("Failed to init TLS for new userland thread \"%s\" (%" B_PRId32
834 snprintf(nameBuffer, B_OS_NAME_LENGTH, "%s_%" B_PRId32 "_stack",
930 snprintf(stackName, B_OS_NAME_LENGTH, "%s_%" B_PRId32 "_kstack",
1480 kprintf("thread %" B_PRId32 " made unreal\n", thread->id);
1516 kprintf("thread %" B_PRId32 " set to priority %" B_PRId32 "\n", id, prio);
1521 kprintf("thread %" B_PRId32 " (%#" B_PRIx32 ") not found\n", id, id);
1551 kprintf("thread %" B_PRId32 " suspende
[all...]
/haiku/src/kits/interface/
H A DRegion.cpp248 printf("data[%" B_PRId32 "] = BRect(l:%" B_PRId32 ".0, t:%" B_PRId32
249 ".0, r:%" B_PRId32 ".0, b:%" B_PRId32 ".0)\n",
/haiku/src/servers/app/
H A DClientMemoryAllocator.cpp207 debug_printf("Application %" B_PRId32 ", %s: chunks:\n",
214 debug_printf(" [%4" B_PRId32 "] %p, area %" B_PRId32 ", base %p, "
223 debug_printf(" [%6" B_PRId32 "] %p, chunk %p, base %p, size %lu\n",
273 snprintf(name, sizeof(name), "heap:%" B_PRId32 ":%s",
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp514 snprintf(buffer, sizeof(buffer), "team %" B_PRId32 " debug listener",
1515 TRACE_EVENTS("TeamDebugger for team %" B_PRId32 ": received event "
1516 "from team %" B_PRId32 "!\n", fTeamID, event->Team());
1535 TRACE_EVENTS("TeamDebugger::_HandleDebuggerMessage(): %" B_PRId32 "\n",
1546 B_PRId32 "\n", event->Thread());
1554 TRACE_EVENTS("B_DEBUGGER_MESSAGE_DEBUGGER_CALL: thread: %" B_PRId32
1563 TRACE_EVENTS("B_DEBUGGER_MESSAGE_BREAKPOINT_HIT: thread: %" B_PRId32
1572 TRACE_EVENTS("B_DEBUGGER_MESSAGE_WATCHPOINT_HIT: thread: %" B_PRId32
1581 TRACE_EVENTS("B_DEBUGGER_MESSAGE_SINGLE_STEP: thread: %" B_PRId32
1591 B_PRId32 "\
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DKernelRequestHandler.cpp172 B_PRId32 "\n", request->operation));
185 PRINT(("notify_entry_created(%" B_PRId32 ", %" B_PRId64 ", "
193 PRINT(("notify_entry_removed(%" B_PRId32 ", %" B_PRId64 ", "
201 PRINT(("notify_entry_moved(%" B_PRId32 ", %" B_PRId64 ", "
211 PRINT(("notify_stat_changed(%" B_PRId32 ", %" B_PRId64 ", "
219 PRINT(("notify_attribute_changed(%" B_PRId32 ", %" B_PRId64 ", "
228 ERROR(("NotifyQueryRequest: unsupported operation: %" B_PRId32
304 PRINT(("notify_query_entry_created(%" B_PRId32 ", %" B_PRId32
305 ", %" B_PRId32 ",
[all...]
/haiku/src/servers/registrar/
H A DMessageDeliverer.cpp359 PRINT("MessageDeliverer::TargetPort::PushMessage(port: %" B_PRId32 ", %p, %"
360 B_PRId32 ")\n", fPortID, message, token);
393 PRINT("MessageDeliverer::TargetPort::PopMessage(): port: %" B_PRId32 ", %p\n",
408 PRINT("MessageDeliverer::TargetPort::DropTimedOutMessages(): port: %" B_PRId32
436 PRINT("MessageDeliverer::TargetPort::_EnforceLimits(): port: %" B_PRId32
443 PRINT("MessageDeliverer::TargetPort::_EnforceLimits(): port: %" B_PRId32
/haiku/src/bin/bfs_tools/
H A Dbfsinfo.cpp48 "** node at offset: %" B_PRIuADDR "\n** used: %" B_PRId32 " bytes"
88 printf(" indirect[%04" B_PRId32 "] = ", i);
129 printf(" double_indirect[%02" B_PRId32 "] = ", i);
149 printf(" [%04" B_PRId32 "] = ", j);
317 printf(" Bitmap Blocks:%*" B_PRId32 "\t%*s\n", 20, size, 16, buffer);
318 printf(" Allocation Group Size:%*" B_PRId32 " blocks\n", 12,
/haiku/src/apps/text_search/
H A DGrepper.cpp62 fprintf(stderr, "strdup_to_utf8(%" B_PRId32 ", %" B_PRId32
63 ") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
84 fprintf(stderr, "strdup_from_utf8(%" B_PRId32 ", %" B_PRId32
85 ") dst allocate smalled(%" B_PRId32 ")\n", encode, length, dstLen);
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp68 TRACE("[%" B_PRId32 "] unix_init_protocol(%p)\n", find_thread(NULL),
89 TRACE("[%" B_PRId32 "] unix_uninit_protocol(%p)\n", find_thread(NULL),
295 TRACE("[%" B_PRId32 "] unix_add_ancillary_data(%p, %p, %p (level: %d, type: %d, "
296 "len: %" B_PRId32 "))\n", find_thread(NULL), self, container, header,
333 TRACE("[%" B_PRId32 "] unix_add_ancillary_data(): adding %d FDs to "
359 TRACE("[%" B_PRId32 "] unix_process_ancillary_data(%p, %p (level: %d, "
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp300 PRINT(("%" B_PRId32 " hours, %" B_PRId32 " minutes, %" B_PRId32
309 PRINT(("next refresh in %" B_PRId32 " hours, %" B_PRId32 "minutes, %"
310 B_PRId32 " seconds\n", refreshInHours, refreshInMinutes,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp52 out.Print("bfs:alloc %" B_PRId32 ".%" B_PRIu16 ".%" B_PRIu16,
74 out.Print("bfs:free %" B_PRId32 ".%" B_PRIu16 ".%" B_PRIu16,
739 FUNCTION_START(("group = %" B_PRId32 ", start = %" B_PRIu16
1008 FUNCTION_START(("group = %" B_PRId32 ", start = %" B_PRIu16
1019 " (%" B_PRId32 ", %" B_PRIu16 ", %" B_PRIu16")\n",
1030 " (%" B_PRId32 ", %" B_PRIu16 ", %" B_PRIu16")\n",
1275 PRINT(("CheckBlocks: Erroneous block (group = %" B_PRId32
1307 PRINT(("%s: block_run(%" B_PRId32 ", %" B_PRIu16 ", %" B_PRIu16")"
1325 PRINT(("%s: block_run(%" B_PRId32 ", %" B_PRIu16 ", %" B_PRIu16")"
1391 kprintf("allocation groups: %" B_PRId32 " (bas
[all...]
/haiku/src/system/kernel/locks/
H A Dlock.cpp271 kprintf(" holder: %" B_PRId32 "\n", lock->lock.holder);
273 kprintf(" holder: %" B_PRId32 "\n", lock->holder);
280 kprintf(" %" B_PRId32, waiter->thread->id);
807 kprintf(" holder: %" B_PRId32 "\n", lock->holder);
817 kprintf(" %" B_PRId32 "/%c", waiter->thread->id, waiter->writer ? 'w' : 'r');
865 panic("mutex_destroy(): the lock (%p) is held by %" B_PRId32 ", not "
984 panic("_mutex_lock(): double lock of %p by thread %" B_PRId32, lock,
1028 panic("_mutex_unlock() failure: thread %" B_PRId32 " is trying to "
1029 "release mutex %p (current holder %" B_PRId32 ")\n",
1100 panic("_mutex_lock(): double lock of %p by thread %" B_PRId32, loc
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/private/
H A DRequestPort.cpp88 ERROR(("RequestPort::SendRequest(%" B_PRId32 "): request is not a "
94 ERROR(("RequestPort::SendRequest(%" B_PRId32 "): request is not a "
/haiku/src/apps/debuganalyzer/model_loader/
H A DThreadModelLoader.cpp117 printf("%" B_PRId32 " wait objects\n", waitObjectCount);
119 printf("new wait object group at %" B_PRId32 "\n", i);
/haiku/src/servers/syslog_daemon/
H A Dsyslog_output.cpp103 "Last message repeated %" B_PRId32 " time%s\n", sRepeatCount,
147 pos += snprintf(header + pos, sizeof(header) - pos, "[%" B_PRId32 "]",
/haiku/src/kits/debugger/value/value_nodes/
H A DCompoundValueNode.cpp202 TRACE_LOCALS(" base %" B_PRId32 "\n", i);
215 TRACE_LOCALS(" member %" B_PRId32 ": \"%s\"\n", i, member->Name());

Completed in 314 milliseconds

1234567891011>>