Searched refs:PRINT (Results 1 - 25 of 280) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.cpp211 PRINT(("character_set_type: %d\n", character_set_type()));
212 PRINT(("character_set_info: `%s'\n", character_set_info()));
240 PRINT(("Invalid month or year! Returning 0\n"));
313 PRINT(("type: %d\n", type()));
314 PRINT(("timezone: %d\n", timezone()));
315 PRINT(("year: %d\n", year()));
316 PRINT(("month: %d\n", month()));
317 PRINT(("day: %d\n", day()));
318 PRINT(("hour: %d\n", hour()));
319 PRINT(("minut
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestDumper.cpp27 PRINT("request: %s\n", typeid(*request).name());
37 PRINT("%sbool: %s\n", _Indentation(), (data ? "true" : "false"));
44 PRINT("%sint8: %d\n", _Indentation(), (int)data);
51 PRINT("%suint8: %d\n", _Indentation(), (int)data);
58 PRINT("%sint16: %d\n", _Indentation(), (int)data);
65 PRINT("%suint16: %d\n", _Indentation(), (int)data);
72 PRINT("%sint32: %" B_PRId32 "\n", _Indentation(), data);
79 PRINT("%suint32: %" B_PRIu32 "\n", _Indentation(), data);
86 PRINT("%sint64: %" B_PRId64 "\n", _Indentation(), data);
93 PRINT("
[all...]
/haiku/src/kits/network/libnetservices/
H A DUrlSynchronousRequest.cpp16 #define PRINT(x) printf x; macro
58 PRINT(("SynchronousRequest::ConnectionOpened()\n"));
65 PRINT(("SynchronousRequest::HostnameResolved(%s)\n", ip));
72 PRINT(("SynchronousRequest::ResponseStarted()\n"));
79 PRINT(("SynchronousRequest::HeadersReceived()\n"));
86 PRINT(("SynchronousRequest::BytesWritten(%" B_PRIdSSIZE ")\n",
95 PRINT(("SynchronousRequest::DownloadProgress(%" B_PRIdOFF ", %" B_PRIdOFF
104 PRINT(("SynchronousRequest::UploadProgress(%" B_PRIdOFF ", %" B_PRIdOFF
112 PRINT(("SynchronousRequest::RequestCompleted(%s) : %s\n", (success?"true":"false"),
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DVIPPort.cpp17 PRINT(("CVIPPort::CVIPPort()\n"));
22 PRINT(("CVIPPort::~CVIPPort()\n"));
H A DCC.cpp224 PRINT(("CCaption::Decode() - parity error (%04X)\n", code));
232 PRINT(("CCaption::Decode() - ignore channel (%02X)\n", code & 0x7f7f));
238 PRINT(("CCaption::Decode() - ignore channel (%02X)\n", code & 0x7f7f));
249 PRINT(("%c", character));
256 PRINT(("<%04X>", code & 0x7f7f));
269 PRINT(("<white"));
272 PRINT(("<green"));
275 PRINT(("<blue"));
278 PRINT(("<cyan"));
281 PRINT(("<re
[all...]
H A DTheater200.cpp31 PRINT(("CTheater200::CTheater200()\n"));
44 PRINT(("CTheater200::CTheater200() - Unsupported crystal clock!\n"));
51 PRINT(("CTheater200::CTheater200() - Rage Theater not found!\n"));
59 PRINT(("CTheater200::~CTheater200()\n"));
73 PRINT(("CTheater200::InitCheck() fPort Failed\n"));
80 PRINT(("CTheater200::InitCheck() Invalid VIP Channel\n"));
87 PRINT(("CTheater200::InitCheck() Sucess\n"));
93 PRINT(("CTheater200::Reset()\n"));
119 PRINT(("Cannot open microcode file\n"));
127 PRINT(("Canno
[all...]
/haiku/src/add-ons/media/media-add-ons/video_mixer/
H A DVideoMixerAddOn.cpp43 PRINT("VideoMixerAddOn::VideoMixerAddOn\n");
54 PRINT("VideoMixerAddOn::InitCheck\n");
60 PRINT("VideoMixerAddOn::CountFlavors\n");
68 PRINT("VideoMixerAddOn::GetFlavorAt\n");
84 PRINT("VideoMixerAddOn::InstantiateNodeFor\n");
99 PRINT("VideoMixerAddOn::GetConfigurationFor\n");
110 PRINT("VideoMixerAddOn::WantsAutoStart\n");
120 PRINT("VideoMixerAddOn::AutoStart\n");
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp160 PRINT(" node table:\n");
161 PRINT(" array size: %9lu\n", fNodeTableArraySize);
162 PRINT(" vector size: %9lu\n", fNodeTableVectorSize);
163 PRINT(" elements: %9lu\n", fNodeTableElementCount);
167 PRINT(" entry table:\n");
168 PRINT(" array size: %9lu\n", fDirectoryEntryTableArraySize);
169 PRINT(" vector size: %9lu\n", fDirectoryEntryTableVectorSize);
170 PRINT(" elements: %9lu\n", fDirectoryEntryTableElementCount);
175 PRINT(" attributes: %9lu, size: %9lu\n", fAttributeCount, fAttributeSize);
179 PRINT(" directorie
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.h35 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
40 /* DEBUG == 0, no debugging, PRINT writes to syslog
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
48 #undef PRINT macro
53 #define PRINT(a) log_printf a macro
63 #define PRINT(a) debug_printf a macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.h35 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
40 /* DEBUG == 0, no debugging, PRINT writes to syslog
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
48 #undef PRINT macro
53 #define PRINT(a) log_printf a macro
63 #define PRINT(a) debug_printf a macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.h16 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
21 /* DEBUG == 0, no debugging, PRINT writes to syslog
22 * DEBUG == 1, TRACE & LOG, PRINT
23 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
29 #undef PRINT macro
34 #define PRINT(a) log_printf a macro
44 #define PRINT(a) debug_printf a macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.h35 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
40 /* DEBUG == 0, no debugging, PRINT writes to syslog
41 * DEBUG == 1, TRACE & LOG, PRINT
42 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
48 #undef PRINT macro
53 #define PRINT(a) log_printf a macro
63 #define PRINT(a) debug_printf a macro
/haiku/src/add-ons/kernel/generic/mpu401/
H A Ddebug.h32 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
37 /* DEBUG == 0, no debugging, PRINT writes to syslog
38 * DEBUG == 1, TRACE & LOG, PRINT
39 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
45 #undef PRINT macro
52 #define PRINT(a) log_printf a macro
61 #define PRINT(a) debug_printf a macro
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A Dkernel_interface.cpp75 PRINT(("userlandfs_mount(%p (%" B_PRId32 "), %s, 0x%" B_PRIx32
112 PRINT(("userlandfs_mount() done: %p, %" B_PRIdINO "\n",
123 PRINT(("userlandfs_unmount(%p)\n", volume));
132 PRINT(("userlandfs_unmount() done: %" B_PRIx32 "\n", error));
141 PRINT(("userlandfs_sync(%p)\n", volume));
143 PRINT(("userlandfs_sync() done: %" B_PRIx32 "\n", error));
152 PRINT(("userlandfs_read_fs_info(%p, %p)\n", volume, info));
154 PRINT(("userlandfs_read_fs_info() done: %" B_PRIx32 "\n", error));
164 PRINT(("userlandfs_write_fs_info(%p, %p, 0x%" B_PRIx32 ")\n", volume, info,
167 PRINT(("userlandfs_write_fs_inf
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamRoster.cpp26 PRINT((CH "()" CT));
40 PRINT((CH "()" CT));
44 PRINT((CH ": checking %s for support..." CT, ao->BrandName()));
49 PRINT((CH ": found camera %s:%s!" CT, cam->BrandName(), cam->ModelName()));
56 PRINT((CH " error 0x%08" B_PRIx32 CT, err));
65 PRINT((CH "()" CT));
69 PRINT((CH ": camera %s:%s removed" CT, cam->BrandName(), cam->ModelName()));
86 PRINT((CH "(): %" B_PRId32 " cameras" CT, fCameras.CountItems()));
96 PRINT((CH "()" CT));
104 PRINT((C
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DSettings.cpp78 PRINT(("Settings::SetTo(%" B_PRIdOFF ", %" B_PRIdOFF ")\n", volumeOffset,
91 PRINT(("Settings::SetTo(%" B_PRIdOFF ", %" B_PRIdOFF ") done: B_OK\n",
146 PRINT(("Settings:\n"));
147 PRINT((" default volume name: `%s'\n", GetDefaultVolumeName()));
148 PRINT((" volume name: `%s'\n", GetVolumeName()));
149 PRINT((" hide esoteric entries: %d\n", GetHideEsoteric()));
150 PRINT((" %" B_PRId32 " hidden entries:\n", fHiddenEntries.CountItems()));
152 PRINT((" `%s'\n", entry));
161 PRINT(("Settings::_Init(%p, %p)\n", settings, volume));
166 PRINT((" default_volume_nam
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp227 PRINT("netfs_unmount()\n");
236 PRINT("netfs_unmount() done\n");
253 PRINT("netfs_sync(%p)\n", ns);
259 PRINT("netfs_sync() done: %" B_PRIx32 " \n", error);
275 PRINT("netfs_read_fs_stat(%p, %p)\n", ns, info);
281 PRINT("netfs_read_fs_stat() done: %" B_PRIx32 " \n", error);
297 PRINT("netfs_write_fs_stat(%p, %p, %ld)\n", ns, info, mask);
303 PRINT("netfs_write_fs_stat() done: %" B_PRIx32 " \n", error);
322 PRINT("netfs_read_vnode(%p, %" B_PRIdINO ", %d, %p)\n", ns, vnid, reenter,
329 PRINT("netfs_read_vnod
[all...]
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.h49 * PRINT() executes dprintf if DEBUG = 0 (disabled), or expands to LOG() when DEBUG > 0
54 /* DEBUG == 0, no debugging, PRINT writes to syslog
55 * DEBUG == 1, TRACE & LOG, PRINT
56 * DEBUG == 2, TRACE & LOG, PRINT with snooze()
62 #undef PRINT macro
67 #define PRINT(a) log_printf a macro
92 #define PRINT(a) debug_printf a macro
/haiku/src/add-ons/media/media-add-ons/usb_webcam/sensors/
H A Dhdcs1000.cpp41 PRINT((CH "()" CT));
48 PRINT((CH ": found %s sensor!" CT, Name()));
/haiku/src/system/libroot/posix/
H A Dpwd_query.c100 PRINT(("%s()\n", __FUNCTION__));
118 PRINT(("%s({%ld, %lld, %ld, %lld, %s}, )\n", __FUNCTION__, dent->d_pdev, dent->d_pino, dent->d_dev, dent->d_ino, dent->d_name));
125 PRINT(("%s: open(%s)\n", __FUNCTION__, path));
133 PRINT(("%s()\n", __FUNCTION__));
149 PRINT(("%s: got gid\n", __FUNCTION__));
162 PRINT(("%s: got name\n", __FUNCTION__));
170 PRINT(("%s()\n", __FUNCTION__));
174 PRINT(("pwq: %p\n", p->grent_query));
181 PRINT(("%s()\n", __FUNCTION__));
199 PRINT(("
[all...]
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp124 PRINT(("AudioFilterNode::_validate_raw_audio_format()\n"));
129 PRINT(("\ttemplate format: %s\n", formatStr));
132 PRINT(("\tincoming proposed format: %s\n", formatStr));
142 PRINT((
150 PRINT(("\toutbound proposed format: %s\n", formatStr));
253 PRINT((
341 PRINT(("AudioFilterNode::NodeRegistered()\n"));
395 PRINT(("AudioFilterNode::AcceptFormat()\n"));
400 PRINT(("\tbad destination\n"));
404 PRINT(("\tno
[all...]
/haiku/src/apps/cortex/addons/Flanger/
H A DFlangerNode.cpp141 // PRINT((
232 PRINT(("FlangerNode::NodeRegistered()\n"));
285 PRINT(("FlangerNode::AcceptFormat()\n"));
289 PRINT(("\tbad destination\n"));
293 PRINT(("\tnot B_MEDIA_RAW_AUDIO\n"));
314 PRINT(("FlangerNode::BufferReceived():\n"
321 PRINT(("* timesource mismatch\n"));
336 PRINT(("FlangerNode::BufferReceived():\n"
352 PRINT(("FlangerNode::Connected()\n"
357 PRINT(("\tba
[all...]
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioDevice.cpp26 PRINT(("name: %s, path: %s\n", name, fPath));
144 PRINT(("Friendly name:\t%s\nVendor:\t\t%s\n",
146 PRINT(("%" B_PRId32 " outputs\t%" B_PRId32 " inputs\n%" B_PRId32
151 PRINT(("\nChannels\n"
156 PRINT(("%" B_PRId32 "\t%d\t0x%" B_PRIx32 "\t0x%" B_PRIx32 "\n",
162 PRINT(("\n"));
164 PRINT(("Output rates\t\t0x%" B_PRIx32 "\n", fDescription.output_rates));
165 PRINT(("Input rates\t\t0x%" B_PRIx32 "\n", fDescription.input_rates));
166 PRINT(("Max CVSR\t\t%.0f\n", fDescription.max_cvsr_rate));
167 PRINT(("Mi
[all...]
/haiku/src/kits/media/
H A DTimeSourceObjectManager.cpp49 PRINT(1, "Forcing release of TimeSource id %ld...\n", timeSource->ID());
54 PRINT(1, "Forcing release of TimeSource done, released %d times\n",
70 PRINT(1, "TimeSourceObjectManager::GetTimeSource, node id %ld\n",
95 PRINT(1, "TimeSourceObjectManager::ObjectDeleted, node id %ld\n",
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceMixer.cpp55 PRINT(("OpenSoundDeviceMixer::CountExtInfos: SNDCTL_MIX_NREXT: %s\n", strerror(errno)));
76 PRINT(("OpenSoundDeviceMixer::%s: SNDCTL_MIX_EXTINFO(%d): %s\n", __FUNCTION__, index, strerror(errno)));
96 PRINT(("OpenSoundDeviceMixer::%s: SNDCTL_MIX_READ(%d): %s\n", __FUNCTION__, value->ctrl, strerror(errno)));
116 PRINT(("OpenSoundDeviceMixer::%s: SNDCTL_MIX_WRITE(%d): %s\n", __FUNCTION__, value->ctrl, strerror(errno)));
134 PRINT(("OpenSoundDeviceMixer::%s: SNDCTL_MIX_ENUMINFO(%d): %s\n", __FUNCTION__, index, strerror(errno)));

Completed in 342 milliseconds

1234567891011>>