Searched refs:PRINT (Results 51 - 75 of 280) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSuperBlock.cpp103 PRINT(("SuperBlock: ReiserFS 3.5 (old layout)\n"));
108 PRINT(("SuperBlock: ReiserFS 3.5\n"));
113 PRINT(("SuperBlock: ReiserFS 3.6\n"));
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerDebug.h20 #undef PRINT macro
25 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
42 # define PRINT(l, a...) ((void)0) macro
/haiku/headers/os/support/
H A DDebug.h45 #define PRINT(ARGS) _debugPrintf ARGS macro
47 PRINT(("%s\t", #OBJ)); \
77 #define PRINT(ARGS) (void)0 macro
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DInsecureChannel.cpp72 PRINT(("InsecureChannel::Send(): B_INTERRUPTED\n"));
76 //PRINT(("InsecureChannel::Send: B_INTERRUPTED ignored, remaining retries: %ld\n",
82 PRINT(("Connection::Send(): sent 0 bytes. Assuming "
89 //PRINT(("InsecureChannel::Send(): sent %ld bytes, still to sent: %lu\n",
113 PRINT(("InsecureChannel::Receive(): B_INTERRUPTED\n"));
117 //PRINT(("InsecureChannel::Receive(): B_INTERRUPTED ignored\n"));
121 PRINT(("Connection::Receive(): received 0 bytes. Assuming "
128 //PRINT(("InsecureChannel::Receive(): received %ld bytes, still to read: %lu\n",
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.cpp32 PRINT(("CCapture::CCapture()\n"));
37 PRINT(("CCapture::~CCapture()\n"));
48 PRINT(("CCapture::SetBuffer(%s, %s, 0x%08x, 0x%08x, 0x%08x, %d)\n",
64 PRINT(("CCapture::SetClip(%d, %d, %d, %d)\n",
72 PRINT(("CCapture::SetVBIBuffer(0x%08x, 0x%08x, %d)\n", offset0, offset1, size));
81 PRINT(("CCapture::SetVBIClip(%d, %d, %d, %d)\n",
89 PRINT(("CCapture::Start(%d)\n", vbi));
277 PRINT(("CCapture::Stop()\n"));
291 PRINT(("CCapture::SetInterrupts(%d)\n", enable));
H A DRadeon.cpp126 PRINT(("CRadeon::CRadeon()\n"));
129 PRINT(("CRadeon::CRadeon() - Can't open kernel driver\n"));
136 PRINT(("CRadeon::CRadeon() - Can't get device information\n"));
159 PRINT(("CRadeon::CRadeon() - Can't map memory apertures\n"));
163 PRINT(("CRadeon::CRadeon() - ATI Radeon found\n"));
168 PRINT(("CRadeon::~CRadeon()\n"));
218 PRINT(("CRadeon::SetRegister(0x%04x, 0x%08x, 0x%08x)\n", index, mask, value));
337 PRINT(("CRadeon::GetMMParameters()\n"));
353 PRINT(("ATOMBIOS MM Table Signiture found\n"));
355 PRINT(("ATOMBIO
[all...]
/haiku/src/apps/cortex/AddOnHost/
H A DAddOnHostApp.cpp86 PRINT((
92 PRINT((
132 PRINT((
138 PRINT((
/haiku/src/preferences/input/
H A DInputTouchpadPref.h22 # define LOG(text...) PRINT((text))
/haiku/src/system/libroot/posix/stdlib/
H A Dstrfmon.c53 #define PRINT(CH) do { \ macro
62 PRINT(*tmps++); \
162 PRINT(*fmt++);
324 PRINT(' ');
327 PRINT('(');
333 PRINT(' ');
341 PRINT(space_char);
344 PRINT(' ');
346 PRINT(space_char);
356 PRINT(' ');
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dauvia.c341 PRINT(("couldn't allocate memory\n"));
433 PRINT(("init_hardware()\n"));
471 PRINT(("AUVIA_PCICONF_JUNK before: %" B_PRIx32 "\n", pr));
481 PRINT(("AUVIA_PCICONF_JUNK after: %" B_PRIx32 "\n", pr));
510 PRINT(("shutdown(%p)\n", card));
522 PRINT(("auvia_setup(%p)\n", card));
536 PRINT(("%s deviceid = %#04x chiprev = %x model = %x enhanced "
543 PRINT(("PCI command before: %x\n", cmd));
548 PRINT(("PCI command after: %x\n", cmd));
551 PRINT(("code
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii_physubr.c402 #define PRINT(s) printf("%s%s", sep, s); sep = ", " macro
406 PRINT("none");
418 PRINT("HomePNA1");
425 PRINT("10baseT");
429 PRINT("10baseT-FDX");
434 PRINT("10baseT-FDX-flow");
440 PRINT("100baseTX");
444 PRINT("100baseTX-FDX");
449 PRINT("100baseTX-FDX-flow");
455 PRINT("10
535 #undef PRINT macro
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DRecognition.cpp197 PRINT(("block %" B_PRIdOFF ": read_pos(pos:%" B_PRIdOFF ", "
206 PRINT(("block %" B_PRIdOFF ": invalid anchor\n", block));
208 PRINT(("block %" B_PRIdOFF ": valid anchor\n", block));
212 PRINT(("block %" B_PRIdOFF ": anchor:\n", block));
228 PRINT(("block %" B_PRIdOFF ": found valid vds\n",
234 PRINT(("block %" B_PRIdOFF ": vds search failed\n",
265 PRINT(("Replacing previous partition #%d "
283 PRINT(("Adding partition #%d (vds_number: %" B_PRIu32 ")\n",
299 PRINT(("Replacing partition #%d "
311 PRINT(("Foun
[all...]
H A DArray.h49 PRINT(("[%" B_PRIu32 ":%" B_PRIu32 "]: ",
76 PRINT(("[%" B_PRIu32 ":%" B_PRIu32 "]: ",
/haiku/src/kits/media/
H A DTimeSourceObject.cpp92 PRINT(1, "TimeSourceObject::DeleteHook enter\n");
95 PRINT(1, "TimeSourceObject::DeleteHook leave\n");
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h42 // PRINT()
60 #define PRINT(x) { __out("udf: "); __out x; } macro
72 #define PRINT(x) ; macro
/haiku/src/servers/registrar/
H A DDebug.h23 // PRINT()
38 #define PRINT(x...) { __out(DEBUG_APP ": " x); } macro
65 #define PRINT(x...) ; macro
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp62 PRINT(("%s()\n", __FUNCTION__));
101 PRINT(("%p:%s()\n", this, __FUNCTION__));
163 PRINT(("%p:%s()\n", this, __FUNCTION__));
175 PRINT(("%p:%s(, %d)\n", this, __FUNCTION__, preview));
187 PRINT(("%p:%s:%s\n", this, __FUNCTION__, s.String()));
219 PRINT(("%p:%s()\n", this, __FUNCTION__));
231 PRINT(("%p:%s()\n", this, __FUNCTION__));
273 PRINT(("%p:%s(, %" B_PRId32 ")\n", this, __FUNCTION__, frame));
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.cpp102 PRINT(("---------------------------------\n\n"));
174 PRINT(("examining devfs entry '%s'\n", ref.name));
185 PRINT(("folder '%s' not found\n", kDeviceFolder));
187 PRINT(("done examing devfs\n"));
214 PRINT(("pointing device added (%s)\n", path));
224 PRINT(("pointing device not added (%s)\n", path));
226 PRINT((" vendor: %0*x, product: %0*x\n", 4, device->VendorID(),
291 PRINT(("removing device '%s'\n", pointingDevice->DevicePath()));
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamStreamingDeframer.cpp45 //PRINT((CH "(%p, %d); state=%s framesz=%u queued=%u" CT, buffer, size, (fState==ST_SYNC)?"sync":"frame", (size_t)(fCurrentFrame?(fCurrentFrame->Position()):-1), (size_t)fInputBuff.Position()));
51 PRINT((CH "DROPPED %" B_PRIuSIZE " bytes! "
93 PRINT((CH ": SOF[%d] at offset %d" CT, which, i));
94 //PRINT((CH ": SOF: ... %02x %02x %02x %02x %02x %02x" CT, buf[i+6], buf[i+7], buf[i+8], buf[i+9], buf[i+10], buf[i+11]));
111 //PRINT((CH "| EOF[%d] at offset %d; pos %lld" CT, which, k, fCurrentFrame->Position()));
132 PRINT((CH ": checking for EOF; bufsize=%d i=%d" CT, bufsize, i));
138 PRINT((CH ": EOF? %02x [%02x %02x %02x %02x] %02x" CT, buf[i-1], buf[i], buf[i+1], buf[i+2], buf[i+3], buf[i+4]));
141 PRINT((CH "| EOF[%d] at offset %d; pos %" B_PRIdOFF CT,
164 PRINT((CH ": EOF[%d] at offset %d" CT, which, i));
168 PRINT((C
[all...]
/haiku/src/preferences/mail/
H A DDNSQuery.cpp14 #undef PRINT macro
16 #define PRINT(a...) printf(a) macro
18 #define PRINT(a...) macro
295 PRINT("dns server found: %s \n", firstDNS->String());
321 PRINT("send buffer\n");
329 PRINT("Connected\n");
334 PRINT("bytes send %i\n", int(bytesSend));
344 PRINT("bytes received %i\n", int(bytesRecei));
349 PRINT("Package contains :");
350 PRINT("
[all...]
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp11 #define PRINT(x) printf x macro
13 #define PRINT(x) macro
92 PRINT(("ReadyToRun()\n"));
96 PRINT(("WindowScreen ctor returned. ret = %s\n", strerror(ret)));
104 PRINT(("everything's just peachy. done with ReadyToRun().\n"));
109 PRINT(("QuitRequested()\n"));
119 PRINT(("WindowScreen ctor.\n"));
124 PRINT(("creating blocking sem and save_buffer area.\n"));
133 PRINT(("create_area() or create_sem() failed\n"));
138 PRINT(("callin
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Des1370.c397 PRINT(("init_hardware()\n"));
440 PRINT(("es1370_setup(%p)\n", card));
448 PRINT(("%s deviceid = %#04x chiprev = %x model = %x enhanced at %" B_PRIx32
453 PRINT(("PCI command before: %x\n", cmd));
458 PRINT(("PCI command after: %x\n", cmd));
464 PRINT(("codec reset\n"));
484 PRINT(("installing interrupt : %" B_PRIu32 "\n", card->config.irq));
487 PRINT(("failed to install interrupt\n"));
494 PRINT(("init_driver done\n"));
509 PRINT(("init_drive
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp214 PRINT(("FUSEFileSystem::InitClientFS()\n"));
237 PRINT((" waiting for init thread...\n"));
241 PRINT((" waiting for init thread done\n"));
271 PRINT(("FUSEFileSystem::FinishInitClientFS()\n"));
286 PRINT(("FUSEFileSystem::FinishInitClientFS()\n"));
302 PRINT(("FUSEFileSystem::FinishMounting()\n"));
304 PRINT((" notifying mount thread\n"));
308 PRINT((" waiting for unmounting...\n"));
311 PRINT((" waiting for unmounting done\n"));
368 PRINT(("volum
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.cpp116 PRINT((CH ": Using inter[0].endpoint[%d]; maxpktsz: %d" CT, i, e->MaxPacketSize()));
126 PRINT((CH ": BAD ASIC signature! (%u != %u)" CT, data[0], 0x10));
202 PRINT((CH ": CamSensor: %s" CT, Sensor()->Name()));
292 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ")" CT, address, data, count));
295 PRINT((CH ": Invalid register range [%u;%" B_PRIuSIZE "]" CT, address,
310 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ", %d)" CT, address, data, count,
314 PRINT((CH ": Invalid register range [%u;%" B_PRIuSIZE "]" CT, address,
367 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ")" CT, address, data, count));
383 PRINT(("[%d] = %02x\n", i, buffer[i]));
387 //PRINT((C
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/quickcam/
H A DQuickCamDevice.cpp106 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ")" CT, address, data, count));
114 PRINT((CH "(%u, @%p, %" B_PRIuSIZE ", %d)" CT, address, data, count,
179 PRINT((CH ": SendCommand: %s" CT, strerror(err)));
185 PRINT((CH ": SendCommand: %s" CT, strerror(err)));
190 PRINT((CH ": 0x%02x" CT, *data));
212 PRINT((CH ": SendCommand: %s" CT, strerror(err)));
220 PRINT((CH ": 0x%04x" CT, *data));

Completed in 297 milliseconds

1234567891011>>