Searched refs:PRINT (Results 76 - 100 of 280) sorted by relevance

1234567891011>>

/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/
H A DNW80xCamDevice.cpp141 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ")" CT, address, data, count));
149 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ", %d)" CT, address, data, count,
214 PRINT((CH ": SendCommand: %s" CT, strerror(err)));
220 PRINT((CH ": SendCommand: %s" CT, strerror(err)));
225 PRINT((CH ": 0x%02x" CT, *data));
247 PRINT((CH ": SendCommand: %s" CT, strerror(err)));
255 PRINT((CH ": 0x%04x" CT, *data));
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp93 PRINT(("%" B_PRId32 " flavours\n", fDevices.CountItems()));
235 PRINT(("OSS: %s %s (0x%08X)\n", sysinfo.product, sysinfo.version, sysinfo.versionnum));
236 PRINT(("OSS: %d audio cards, %d audio devs, %d audio engines, %d midi, %d mixers\n", sysinfo.numcards, sysinfo.numaudios, sysinfo.numaudioengines, sysinfo.nummidis, sysinfo.nummixers));
264 PRINT(("OSS: engine[%d]: card=%d, port=%d, legacy=%d, next_play=%d, next_rec=%d\n", i, audioinfo.card_number, audioinfo.port_number, audioinfo.legacy_device, audioinfo.next_play_engine, audioinfo.next_rec_engine));
279 PRINT(("OSS: mixer[%d]: card=%d\n", i, mixerinfo.card_number));
300 PRINT(("OSS: engine[%d].next_play = engine[%d]\n", i, j));
312 PRINT(("OSS: engine[%d].next_rec = engine[%d]\n", i, j));
353 PRINT(("Error in OpenSoundAddOn::RecursiveScan null params\n"));
407 PRINT(("Error unflattening settings file %s\n", path.Path()));
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReaderAddOn.cpp55 PRINT("\t<- B_BAD_INDEX\n");
83 PRINT("\t<- B_NO_MEMORY\n");
125 PRINT("\t<- B_BAD_INDEX\n");
/haiku/src/add-ons/kernel/generic/mpu401/
H A Dmpu401.c147 PRINT(("reset MPU401\n"));
156 PRINT(("enable UART mode\n"));
162 PRINT(("port cmd ack is 0x%x\n", ack_byte));
166 PRINT(("reset MPU401\n"));
175 PRINT(("enable UART mode\n"));
184 PRINT(("port cmd ack is 0x%x\n", ack_byte));
188 PRINT(("already in UART mode\n"));
191 PRINT(("Unknown workaround: %d\n", mpu_device->workarounds));
214 PRINT(("midi_open() done (count = %x)\n", open_count));
240 PRINT(("midi_clos
[all...]
/haiku/headers/private/media/
H A DMediaDebug.h12 #undef PRINT macro
18 inline void PRINT(int level, const char *fmt, ...) { va_list ap; if (level > DEBUG) return; va_start(ap, fmt); vprintf(fmt, ap); va_end(ap); } function
46 #define PRINT(l, a...) ((void)0) macro
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp65 PRINT(("returning %g\n", result));
90 PRINT(("Unable to create child at index %d.\n", i));
104 PRINT(("error: 0x%" B_PRIx32 ", `%s'\n", error, strerror(error)));
H A DDebug.h100 PRINT(("\n"));
119 #define PRINT(x) { \ macro
199 PRINT(("fatal error: ")); SIMPLE_PRINT(x); \
210 #define PRINT(x) ; macro
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp77 PRINT(("statistics: %" B_PRId64 " block reads\n", fReads));
78 PRINT(("statistics: %" B_PRId64 " block gets\n", fBlockGets));
79 PRINT(("statistics: %" B_PRId64 " block releases\n", fBlockReleases));
/haiku/src/apps/cortex/addons/AudioAdapter/
H A DAudioAdapterNode.cpp56 // PRINT((
210 PRINT(("##### preferred output buffer_size: %ld (%" B_PRIxSIZE ")\n", ioFormat.u.raw_audio.buffer_size, ioFormat.u.raw_audio.buffer_size));
260 PRINT((
307 PRINT((
416 PRINT((
435 PRINT((
441 PRINT((
453 PRINT((
461 PRINT((
469 PRINT((
[all...]
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c69 #define PRINT(a) dprintf a macro
72 #define PRINT(a) macro
175 PRINT((DP ">%s(%" B_PRIu32 ", %" B_PRIdOFF ", %ld)\n", __FUNCTION__, type,
232 PRINT((DP ">%s(handle:%" B_PRIu64 ")\n", __FUNCTION__, req->handle));
242 PRINT((DP ">%s(handle:%" B_PRIu64 ")\n", __FUNCTION__, handle));
264 PRINT((DP ">%s(handle:%" B_PRIu64 ")\n", __FUNCTION__, req->handle));
282 PRINT((DP ">%s()\n", __FUNCTION__));
352 PRINT((DP "<%s\n", __FUNCTION__));
365 PRINT((DP ">%s()\n", __FUNCTION__));
367 PRINT((D
[all...]
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlockAllocator.cpp89 PRINT("BlockAllocator::Initialize():\n");
90 PRINT(" fTotalBlocks: %" B_PRIu64 "\n", fTotalBlocks);
91 PRINT(" fFreeBlocks: %" B_PRIu64 "\n", fFreeBlocks);
92 PRINT(" fAllocationGroupBlock: %" B_PRIu64 "\n", fAllocationGroupBlock);
93 PRINT(" fAllocationGroupCount: %" B_PRIu64 "\n", fAllocationGroupCount);
94 PRINT(" fBitmapBlock: %" B_PRIu64 "\n", fBitmapBlock);
95 PRINT(" fBitmapBlockCount: %" B_PRIu64 "\n", fBitmapBlockCount);
156 PRINT("BlockAllocator::Initialize() done:\n");
157 PRINT(" fFreeBlocks: %" B_PRIu64 "\n", fFreeBlocks);
169 PRINT("BlockAllocato
[all...]
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp724 PRINT("ShutdownProcess::Init()\n");
774 PRINT("ShutdownProcess::Init() done\n");
793 PRINT("ShutdownProcess::MessageReceived(): B_SOME_APP_QUIT: %"
832 PRINT("ShutdownProcess::MessageReceived(): B_SOME_APP_LAUNCHED: %"
848 PRINT("MSG_PHASE_TIMED_OUT: phase: %" B_PRId32 ", team: %" B_PRId32
912 PRINT("B_REG_TEAM_DEBUGGER_ALERT: insert %" B_PRId32 "\n",
916 PRINT("B_REG_TEAM_DEBUGGER_ALERT: remove %" B_PRId32 "\n",
1199 PRINT("Invoking _kern_shutdown(%d)\n", fReboot);
1287 PRINT("ShutdownProcess::_Worker(): error while shutting down: %s\n",
1305 PRINT("ShutdownProces
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dauich.c211 PRINT(("channel reset failed after 10ms\n"));
352 PRINT(("couldn't allocate memory\n"));
542 PRINT(("init_hardware()\n"));
625 PRINT(("auich_setup(%p)\n", card));
643 PRINT(("%s deviceid = %#04x chiprev = %x model = %x "
655 PRINT(("memory mapped IO not configured\n"));
665 PRINT(("IO space not configured\n"));
673 PRINT(("mapping of memory IO space failed\n"));
679 PRINT(("PCI command before: %x\n", cmd));
690 PRINT(("PC
[all...]
H A Dio.c124 PRINT(("codec semaphore timed out!\n"));
125 PRINT(("last read/write registers: %x/%x\n", sCodecLastReadRegister, sCodecLastWrittenRegister));
137 PRINT(("codec busy (2)\n"));
154 PRINT(("codec busy (4)\n"));
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater100.cpp20 PRINT(("CTheater100::CTheater100()\n"));
31 PRINT(("CTheater100::CTheater100() - Unsupported crystal clock!\n"));
38 PRINT(("CTheater100::CTheater100() - Rage Theater not found!\n"));
43 PRINT(("CTheater100::~CTheater100()\n"));
62 PRINT(("CTheater100::Reset()\n"));
74 PRINT(("CTheater100::SetEnable(%d, %d)\n", enable, vbi));
145 PRINT(("CTheater100::SetStandard(%s, %s)\n",
157 PRINT(("CTheater100::SetSize(%d, %d)\n", hactive, vactive));
165 PRINT(("CTheater100::SetDeinterlace(%d)\n", deinterlace));
172 PRINT(("CTheater10
[all...]
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceAddOn.cpp64 PRINT("\t<- B_BAD_INDEX\n");
83 PRINT("\t<- B_BAD_TYPE\n");
156 PRINT("\t<- B_BAD_INDEX\n");
184 PRINT("\t<- B_BAD_TYPE\n");
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dtas5130d1b.cpp51 PRINT((CH ": unknown camera device!" CT));
66 PRINT((CH "()" CT));
75 PRINT((CH "()" CT));
221 PRINT((CH ": gain: %f" CT, fGain));
H A Dtas5110c1b.cpp49 PRINT((CH ": unknown camera device!" CT));
64 PRINT((CH "()" CT));
73 PRINT((CH "()" CT));
211 PRINT((CH ": gain: %f" CT, fGain));
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h105 PRINT(("\n"));
124 #define PRINT(x) { \ macro
206 PRINT(("fatal error: ")); SIMPLE_PRINT(x); \
217 #define PRINT(x) ; macro
/haiku/src/apps/cortex/RouteApp/
H A DRouteApp.cpp85 // PRINT((
92 // PRINT((
97 PRINT((" * RouteApp::~RouteApp(): B_INTERRUPTED\n"));
100 // PRINT((
211 PRINT(("### RefsReceived\n"));
313 // PRINT(("* RouteApp::xmlImportChild() [flat message]:\n"));
333 PRINT(("! RouteApp::xmlImportChild(): unimplemented target\n"));
533 PRINT((
543 PRINT((
599 PRINT((
[all...]
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp65 PRINT(("%s\n", __FUNCTION__));
77 PRINT(("%s\n", __FUNCTION__));
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dio.c81 PRINT(("codec busy (2)\n"));
93 PRINT(("codec busy (4)\n"));
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DIndex.cpp75 PRINT("Index: `%s', type: %" B_PRIx32 "\n", Name().Data(), Type());
79 PRINT(" node: `%s', dir: %" B_PRIdINO "\n",
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h37 // PRINT()
51 #define PRINT(x) { __out("bfs: "); __out x; } macro
66 #define PRINT(x) ; macro
/haiku/src/add-ons/kernel/drivers/audio/generic/
H A Dutil.c86 PRINT(("couldn't allocate area %s\n", name));
92 PRINT(("couldn't map %s\n",name));

Completed in 110 milliseconds

1234567891011>>