Searched refs:B_PRId32 (Results 201 - 225 of 657) sorted by relevance

1234567891011>>

/haiku/headers/private/shared/
H A DArray.h153 snprintf(buffer, sizeof(buffer), "Array::Remove(): index: %" B_PRId32
154 ", count: %" B_PRId32 ", size: %" B_PRId32, index, count, fSize);
/haiku/src/servers/registrar/
H A DMessagingService.cpp412 B_PRId32 ") has command count %" B_PRId32 ", but doesn't "
444 "kernel area %" B_PRId32 ": %s\n", area->NextKernelAreaID(),
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp122 TRACE_LOCALS(" piece %" B_PRId32 ": memory address: %#"
126 TRACE_LOCALS(" piece %" B_PRId32 ": implicit value, "
165 TRACE_LOCALS(" piece %" B_PRId32 ": register: %" B_PRIu32
/haiku/src/kits/debugger/target_host_interface/
H A DTargetHostInterface.cpp267 fprintf(stderr, "Error: Failed to attach to team %" B_PRId32
290 printf("Error: debugger for team %" B_PRId32 " on interface %s failed"
295 printf("debugger for team %" B_PRId32 " on interface %s created and"
/haiku/headers/build/
H A DHaikuBuildCompatibility.h217 # define B_PRId32 __HAIKU_PRI_PREFIX_32 "d" macro
277 # define B_PRIdDEV B_PRId32
284 # define B_PRIdTIME B_PRId32
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp204 TRACE("testing interface id:%" B_PRId32 "\n", pentry->accessing);
206 TRACE("get interface id:%" B_PRId32 "\n", ID);
211 TRACE("can not get interface id:%" B_PRId32 "\n", ID);
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp186 printf("CatKey(%" B_PRId32 ")\n", id);
189 fprintf(stderr, "couldn't add key %" B_PRId32 " - error: "
303 fprintf(stderr, "%" B_PRId32 " key%s found and written to %s\n",
/haiku/src/bin/debug/profile/
H A DBasicProfileResult.cpp176 "(%" B_PRId32 "):\n", fEntity->EntityType(), fEntity->EntityName(),
206 " %10" B_PRId64 " %10" B_PRId64 " %7" B_PRId32 " %s\n",
231 " %10" B_PRId64 " %10" B_PRId64 " %6.2f %6" B_PRId32
/haiku/src/add-ons/kernel/drivers/network/ether/usb_rndis/
H A DDriver.cpp36 TRACE_ALWAYS("rndis device %" B_PRId32 " replugged\n", i);
58 TRACE_ALWAYS("rndis device %" B_PRId32 " added\n", i);
257 sprintf(gDeviceNames[deviceCount], "%s%" B_PRId32, sDeviceBaseName,
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMapWriter.cpp55 "not a multiple of media's block size: %" B_PRId32 "\n",
61 "is not a multiple of block size: %" B_PRId32 "\n", child->Offset(),
67 "multiple of block size: (%" B_PRId32 ")\n", child->Size(),
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoConsumer.cpp146 LOOP("VideoConsumer::Buffer #%" B_PRId32 " received\n", buffer->ID());
243 "TO GROUP (%" B_PRId32 "): %s\n", i, strerror(status));
252 "BUFFER (Index %" B_PRId32 " Width %" B_PRId32 " Height %"
253 B_PRId32 " Colorspace %d: %s\n", i, width, height, colorSpace,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp338 kprintf("%" B_PRId32 ".%u -> block %" B_PRIdOFF ", bitmap block"
339 " %" B_PRId32 "\n", run.AllocationGroup(), run.Start(),
348 kprintf("block %" B_PRIdOFF " -> %" B_PRId32 ".%u, bitmap block"
349 " %" B_PRId32 "\n", offset, run.AllocationGroup(),
357 kprintf("id: %" B_PRId32 "\n", volume->ID());
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp384 out.Print("block cache %p, %s %" B_PRIu64 ", %c%c%c transaction %" B_PRId32
385 " (previous id %" B_PRId32 ")\n", fCache, _Action(), fBlockNumber,
653 out.Print("block cache %p, %s transaction %p (id %" B_PRId32 ")%s"
654 ", %" B_PRId32 "/%" B_PRId32 " blocks", fCache, fLabel, fTransaction,
685 out.Print("block cache %p, detach transaction %p (id %" B_PRId32 ")"
686 "from transaction %p (id %" B_PRId32 ")%s",
733 "%p (id %" B_PRId32 "), blocks", fCache, fTransaction, fID);
1332 TRACE(("cache transaction %" B_PRId32 " finished!\n", previous->id));
1572 TRACE(("block_cache: remove up to %" B_PRId32 " unuse
[all...]
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp894 printf("Warning: Removed event for unknown team: %" B_PRId32 "\n",
919 printf("Warning: Removed event for unknown thread: %" B_PRId32 "\n",
937 printf("Warning: Schedule event for unknown thread: %" B_PRId32 "\n",
972 printf("Warning: Schedule event for unknown previous thread: %" B_PRId32
1043 B_PRId32 "\n", event->thread);
1080 "%" B_PRId32 "\n", event->thread);
1119 printf("Warning: Duplicate added event for I/O scheduler %" B_PRId32
1141 printf("Warning: I/O request for unknown thread %" B_PRId32 "\n",
1147 printf("Warning: I/O requests for unknown scheduler %" B_PRId32 "\n",
1221 printf("Warning: Duplicate thread added event for thread %" B_PRId32
[all...]
/haiku/src/system/runtime_loader/
H A Delf.cpp103 KTRACE("rld: preload_image(\"%s\") done: id: %" B_PRId32, path, (*image)->id);
179 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ")", image->name,
185 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32
218 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32
236 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ") "
244 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ") "
249 KTRACE("rld: load_dependencies(\"%s\", id: %" B_PRId32 ") done",
488 KTRACE("rld: preload_addon(\"%s\") done: id: %" B_PRId32, path, image->id);
592 KTRACE("rld: load_program(\"%s\") done: entry: %p, id: %" B_PRId32 , path,
650 KTRACE("rld: load_library(\"%s\"): already loaded: %" B_PRId32,
[all...]
/haiku/src/kits/debug/
H A DSymbolLookup.cpp37 TRACE(("Area::PrepareAddress(%p): area: %" B_PRId32 "\n", address, fRemoteID));
44 TRACE(("Area::PrepareAddress(): Failed to clone area %" B_PRId32
93 TRACE(("area %" B_PRId32 ": address: %p, size: %ld, name: %s\n",
115 TRACE(("RemoteMemoryAccessor::PrepareAddress(%p, %" B_PRId32 ")\n",
163 TRACE(("RemoteMemoryAccessor::_FindArea(%p, %" B_PRId32 ")\n", address,
359 TRACE(("SymbolLookup::InitSymbolIterator(): image ID: %" B_PRId32 "\n",
598 TRACE(("LoadedImage::LookupSymbol(): found image: ID: %" B_PRId32 ", text: "
/haiku/src/kits/media/
H A DSoundPlayer.cpp126 "%" B_PRId32 " (%s)\n", err, strerror(err));
136 "%" B_PRId32 " (%s)\n", err, strerror(err));
213 TRACE("BSoundPlayer::Start: StartNode failed, %" B_PRId32, err);
288 TRACE("BSoundPlayer::Latency: GetLatencyFor failed %" B_PRId32
431 B_PRId32 " (%s)\n", err, strerror(err));
870 TRACE("BSoundPlayer node %" B_PRId32 " has timesource %" B_PRId32 "\n",
/haiku/src/tests/apps/partitioner/
H A DPartitioner.cpp84 printf("device %" B_PRId32 ": \"%s\"\n", device->ID(), pathString);
106 printf("%spartition %" B_PRId32 ": \"%s\"\n", prefix, partition->ID(),
112 printf("%s index: %" B_PRId32 "\n", prefix, partition->Index());
201 printf("\ndevice %" B_PRId32 ": \"%s\": %s%s\n\n", device->ID(), pathString,
363 printf("%2" B_PRId32 " %s\n", i, diskSystem->PrettyName());
500 printf("%2" B_PRId32 " %s\n", i, supportedTypes.ItemAt(i)->String());
519 printf("%2" B_PRId32 " start: %8s, size: %8s\n", i, offset.String(),
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_disk/
H A Dscsi_disk.cpp115 TRACE("scsi_disk: get_geometry(): %" B_PRId32 ", %" B_PRId32 ", %" B_PRId32
116 ", %" B_PRId32 ", %d, %d, %d, %d, %" B_PRId32 "\n", geometry->bytes_per_sector,
418 dprintf("old %" B_PRId32 ", new %" B_PRId32 "\n", info->block_size,
/haiku/src/add-ons/kernel/drivers/input/wacom/
H A Dwacom.c189 "set_configuration() returns %" B_PRId32 "\n", st);
199 "set_alt_interface() returns %" B_PRId32 "\n", st);
224 "control transfer 1 failed: %" B_PRId32 "\n", st);
240 "control transfer 2 failed: %" B_PRId32 "\n", st);
253 "control transfer 3 failed: %" B_PRId32 "\n", st);
424 "create_sem() returns %" B_PRId32 "\n", ret);
599 "interrupt: %" B_PRId32 "\n", cookie, kBasePublishPath,
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp128 ERROR("%s: Unable to create bt device command semaphore: %" B_PRId32 "\n", __func__, err);
136 ERROR("%s: Unable to create bt device lock semaphore: %" B_PRId32 "\n", __func__, err);
145 sprintf(new_bt_dev->name, "%s/%" B_PRId32,
148 TRACE("%s: added device %p %" B_PRId32 " %s\n", __func__,
437 TRACE("%s: index=%" B_PRId32 " nbuf=%p bdev=%p\n", __func__, hid,
632 TRACE("%s: ioctl() opcode %" B_PRId32 " size %" B_PRIuSIZE ".\n", __func__,
913 TRACE("%s: published %" B_PRId32 " devices\n", __func__, i);
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp161 dprintf("acpi[%" B_PRId32 "]: %s\n", find_thread(NULL), __PRETTY_FUNCTION__);
163 dprintf("acpi[%" B_PRId32 "]: %s(" x ")\n", find_thread(NULL), __PRETTY_FUNCTION__, y);
171 dprintf("acpi[%" B_PRId32 "]: %s\n", find_thread(NULL), __PRETTY_FUNCTION__);
173 dprintf("acpi[%" B_PRId32 "]: %s(" x ")\n", find_thread(NULL), __PRETTY_FUNCTION__, y);
476 DEBUG_FUNCTION_F("addr: 0x%08lx; length: %lu; mapped: %p; area: %" B_PRId32,
596 DEBUG_FUNCTION_F("sem: %" B_PRId32, handle);
747 DEBUG_FUNCTION_F("vector: %" B_PRIu32 "; handler: %p context %p returned %" B_PRId32,
/haiku/src/bin/network/pppconfig/
H A Dpppconfig.cpp60 fprintf(stderr, "Get %" B_PRId32 " ppp interfaces, first is %" B_PRIu32 "!\n",
78 printf("\tInterface: ppp%" B_PRId32 "\n", info.info.if_unit);
145 printf("Interface: ppp%" B_PRId32 "\n", info.info.if_unit);
546 printf("addressFamily: %" B_PRId32 "\n", info.info.addressFamily);
547 printf("flags: %" B_PRId32 "\n", info.info.flags);
682 printf("Interface: ppp%" B_PRId32 "\n", info.info.if_unit);
/haiku/src/add-ons/kernel/drivers/power/x86_cpuidle/
H A Dacpi_cpuidle.cpp295 dprintf("C%" B_PRId32 "\n", n);
296 snprintf(cState->name, sizeof(cState->name), "C%" B_PRId32, n);
306 dprintf("Latency: %" B_PRId32 "\n", n);
315 dprintf("power: %" B_PRId32 "\n", n);
424 dprintf("cpuidle found %" B_PRId32 " cstates\n", n);
476 dprintf("acpi cpu%" B_PRId32 ": P_BLK at %#x/%lu\n",
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp40 kprintf(" team: %" B_PRId32 "\n", team);
41 kprintf(" thread: %" B_PRId32 "\n", thread);
42 kprintf(" priority: %" B_PRId32 "\n", priority);
198 snprintf(buffer + nameLength, sizeof(buffer) - nameLength, "%" B_PRId32,
208 snprintf(buffer + nameLength, sizeof(buffer) - nameLength, "%" B_PRId32,
643 panic("no more requests for owner %p (thread %" B_PRId32 ")", owner, owner->thread);

Completed in 200 milliseconds

1234567891011>>