Searched refs:PRINT (Results 201 - 225 of 280) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c57 //PRINT(("B_MIX_GAIN value : %u\n", value));
84 //PRINT(("B_MIX_MUTE value : %u\n", value));
91 //PRINT(("B_MIX_MICBOOST value : %u\n", value));
99 //PRINT(("B_MIX_MUX value : %u\n", value));
141 //PRINT(("B_MIX_GAIN value : %u\n", value));
155 //PRINT(("B_MIX_MUTE value : %u\n", value));
163 //PRINT(("B_MIX_MICBOOST value : %u\n", value));
170 //PRINT(("B_MIX_MUX value : %u\n", value));
208 PRINT(("name : %s\n", info->name));
321 PRINT(("nam
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp336 PRINT(("get_vnode(%" B_PRId32 ", %" B_PRId64 ")\n", GetID(), vnid));
351 PRINT(("put_vnode(%" B_PRId32 ", %" B_PRId64 ")\n", GetID(), vnid));
366 PRINT(("acquire_vnode(%" B_PRId32 ", %" B_PRId64 ")\n", GetID(), vnid));
379 PRINT(("new_vnode(%" B_PRId32 ", %" B_PRId64 ")\n", GetID(), vnid));
429 PRINT(("publish_vnode(%" B_PRId32 ", %" B_PRId64 ", %p)\n", GetID(), vnid,
496 PRINT(("remove_vnode(%" B_PRId32 ", %" B_PRId64 ")\n", GetID(), vnid));
504 PRINT(("unremove_vnode(%" B_PRId32 ", %" B_PRId64 ")\n", GetID(), vnid));
512 PRINT(("get_vnode_removed(%" B_PRId32 ", %" B_PRId64 ", %p)\n", GetID(),
1338 PRINT(("Volume::IOCtl(): USERLANDFS_IOCTL\n"));
1349 PRINT(("Volum
[all...]
H A DFileSystem.cpp238 PRINT(("FileSystem::Init(\"%s\", %p, %" B_PRId32 ")\n", name, infos,
300 PRINT((" userland team is: %" B_PRId32 "\n", fUserlandServerTeam));
305 PRINT((" userland thread: %" B_PRId32 ": `%s'\n",
315 PRINT(("Failed to load settings: %s\n", strerror(settingsError)));
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp570 PRINT(("Setting init status to 0x%" B_PRIx32 ", `%s'\n", error,
614 PRINT(("found session #%" B_PRId32 " info (audio session)"
627 PRINT(("Error allocating new Session object; out of "
632 PRINT(("Error: session #%" B_PRId32 " is an audio session "
642 PRINT(("found session #%" B_PRId32 " info (data session)\n",
664 PRINT(("Error allocating new Session object; out of "
673 PRINT(("no session #%" B_PRId32 " found!\n", index));
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp44 PRINT(("ServerConnection::~ServerConnection()\n"))
H A DServerVolume.cpp80 PRINT(" removing share: %s\n", name);
104 PRINT(" adding share: %s\n",
H A DShareVolume.cpp180 PRINT(("ShareVolume::~ShareVolume()\n"));
333 PRINT(("ShareVolume::PrepareToUnmount()\n"));
356 PRINT(" %" B_PRId32 " nodes to remove\n", count);
398 PRINT(" removing node %" B_PRIdINO "\n", ids[i]);
410 PRINT(("ShareVolume::PrepareToUnmount() done\n"));
1169 PRINT("OpenDir() failed: node: %" B_PRIdINO ", remote: (%" B_PRIdDEV
2021 PRINT(" entry: d_dev: %" B_PRIdDEV ", d_pdev: %" B_PRIdDEV ", d_ino: %"
2175 PRINT("ShareVolume::_HandleEntryCreatedRequest(): error: 0x%" B_PRIx32
2372 PRINT("ShareVolume(%" B_PRId32 "): added node ID mapping: local: %"
2406 PRINT("ShareVolum
[all...]
/haiku/src/apps/cortex/ValControl/
H A DValControlSegment.cpp174 // PRINT((
191 // PRINT((
215 PRINT(("* ValControlSegment::MouseDown():\n"
/haiku/src/kits/tracker/
H A DViewState.cpp122 PRINT(("endian swapping column\n"));
226 // PRINT(("instantiating column, %s\n", endianSwap ? "endian swapping," : ""));
256 // PRINT(("ArchiveToStream column, key %x, version %d\n", key, version));
310 PRINT(("column data not valid\n"));
317 // PRINT(("Instantiated foreign column ok\n"));
350 PRINT(("endian swapping view state\n"));
516 PRINT(("Bad data instantiating ViewState, view mode %" B_PRIx32
526 // PRINT(("Instantiated foreign view state ok\n"));
H A DMountMenu.cpp201 PRINT(("Cannot get mount menu item icon; bad device ID\n"));
H A DQueryContainerWindow.cpp167 PRINT(("looking for default query state at %s\n",
H A DPose.cpp1001 PRINT(("clipboardMode: Cut\n"));
1005 PRINT(("clipboardMode: Copy\n"));
1009 PRINT(("clipboardMode: 0 - not in clipboard\n"));
1012 PRINT(("%sselected\n", IsSelected() ? "" : "not "));
1013 PRINT(("location %s x:%f y:%f\n", HasLocation() ? "" : "unknown ",
1016 PRINT(("%s autoplaced \n", WasAutoPlaced() ? "was" : "not"));
H A DOpenWithWindow.cpp260 PRINT(("setting %s, sig %s as default app for %s, result %s\n",
1166 PRINT(("failed to initialize iterator %s\n", strerror(error)));
1271 PRINT(("stale entry ref %s\n", model->Name()));
1323 //PRINT(("marking item for % as preferred", model->Name()));
1452 // PRINT(("query predicate %s\n", predicateString.String()));
1647 //PRINT(("getting supertype for %s, result %s, got %s\n",
1693 PRINT(("filtering out %s- not executable \n", path.Path()));
1724 PRINT(("filtering out %s, sig %s, active Tracker at %s, "
1760 PRINT(("filtering out %s, does not handle any of opened files\n",
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp597 PRINT(4, "create new buffer event at %lld, reading input frames at "
644 PRINT(5, "_MixThread: channel %d has %d sources\n", channel,
650 PRINT(5, "_MixThread: base %p, sample-offset %2d, gain %.3f\n",
690 PRINT(4, "send buffer, inframes %ld, outframes %ld\n",
/haiku/src/servers/registrar/
H A DRecentApps.cpp178 D(PRINT("WARNING: RecentApps::Get(): No ref found for app '%s'\n",
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVideoIn.cpp383 /*PRINT(("colorSpace:%x, bitsLength: %d, fBufferLength: %d, bytesPerRow: %d, fBufferBytesPerRow: %d\n",
445 PRINT(("CVideoIn::Capture() - Bad buffer format\n"));
455 PRINT(("\x1b[0;30;34m%s\x1b[0;30;47m\n", message));
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDataContainer.cpp90 // PRINT("DataContainer::Resize(%lld), fSize: %lld\n", newSize, fSize);
128 // PRINT("DataContainer::Resize() done: %lx, fSize: %lld\n", error, fSize);
173 PRINT("DataContainer::WriteAt(%lld, %p, %lu, %p), fSize: %lld\n", offset, _buffer, size, bytesWritten, fSize);
205 PRINT("DataContainer::WriteAt() done: %lx, fSize: %lld\n", error, fSize);
H A DAttributeIndexImpl.cpp279 PRINT("AttributeIndex::Add(%p)\n", attribute);
298 PRINT("AttributeIndex::Removed(%p)\n", attribute);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c58 //PRINT(("B_MIX_GAIN value : %u\n", value));
85 //PRINT(("B_MIX_MUTE value : %u\n", value));
92 //PRINT(("B_MIX_MICBOOST value : %u\n", value));
100 //PRINT(("B_MIX_MUX value : %u\n", value));
142 //PRINT(("B_MIX_GAIN value : %u\n", value));
156 //PRINT(("B_MIX_MUTE value : %u\n", value));
164 //PRINT(("B_MIX_MICBOOST value : %u\n", value));
171 //PRINT(("B_MIX_MUX value : %u\n", value));
297 PRINT(("name : %s\n", info->name));
411 PRINT(("nam
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp828 PRINT(("FUSEVolume::Sync()\n"));
1234 PRINT(("FUSEVolume::CreateSymlink(%p (%" B_PRId64 "), \"%s\" -> \"%s\", "
1287 PRINT(("FUSEVolume::Link(%p (%" B_PRId64 "), \"%s\" -> %p (%" B_PRId64
1341 PRINT(("FUSEVolume::Unlink(%p (%" B_PRId64 "), \"%s\")\n", dir, dir->id,
1398 PRINT(("FUSEVolume::Rename(%p (%" B_PRId64 "), \"%s\", %p (%" B_PRId64
1493 PRINT(("FUSEVolume::ReadStat(%p (%" B_PRId64 "), %p)\n", node, node->id,
1535 PRINT(("FUSEVolume::WriteStat(%p (%" B_PRId64 "), %p, %#" B_PRIx32 ")\n",
1637 PRINT(("FUSEVolume::Create(%p (%" B_PRId64 "), \"%s\", %#x, %#x)\n", dir,
1723 PRINT(("FUSEVolume::Open(%p (%" B_PRId64 "), %#x)\n", node, node->id,
2017 PRINT(("FUSEVolum
[all...]
/haiku/src/servers/mount/
H A DAutoMounter.cpp851 PRINT(("error writing automounter settings, out of memory\n"));
857 PRINT(("error reading automounter settings\n"));
865 PRINT(("error %s unflattening automounter settings, size %" B_PRIdSSIZE "\n",
893 PRINT(("error writing automounter settings, out of memory\n"));
904 PRINT(("error writing automounter settings, %s\n", strerror(result)));
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp416 PRINT(("tok = %" B_PRId32 " cw = %" B_PRId32 "\n", tok, tv->current_window));
458 PRINT(("wi [%" B_PRId32 "] = %p, %" B_PRId32 " %s\n", i, wi, wi->layer,
467 PRINT(("if (!%s && (%li, %li)isin(%" B_PRId32 ")(%" B_PRId32 ", %" B_PRId32
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp608 PRINT(("EnqueueMessage(): %s\n", strerror(ret)));
687 PRINT(("device has no contact\n"));
690 PRINT(("failed to read %ld bytes, read: %ld or %s\n",
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp63 #define D_HOOK(x) //PRINT (x)
64 #define D_INTERNAL(x) //PRINT (x)
376 // PRINT((
649 PRINT((
673 PRINT((
691 PRINT((
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c62 //PRINT(("B_MIX_GAIN value : %u\n", value));
89 //PRINT(("B_MIX_MUTE value : %u\n", value));
96 //PRINT(("B_MIX_MICBOOST value : %u\n", value));
104 //PRINT(("B_MIX_MUX value : %u\n", value));
147 //PRINT(("B_MIX_GAIN value : %u\n", value));
161 //PRINT(("B_MIX_MUTE value : %u\n", value));
169 //PRINT(("B_MIX_MICBOOST value : %u\n", value));
176 //PRINT(("B_MIX_MUX value : %u\n", value));
216 PRINT(("name : %s\n", info->name));
284 PRINT(("nam
[all...]

Completed in 249 milliseconds

1234567891011>>