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

1234567891011>>

/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/headers/private/bluetooth/
H A Ddebug.h12 #undef PRINT macro
22 inline void PRINT(int level, const char *fmt, ...)
32 inline void PRINT(const char *fmt, ...)
60 #define PRINT(l, a...) printf(l, a) macro
/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/input_server/devices/wacom/
H A DMasterServerDevice.h78 # undef PRINT macro
88 # define PRINT(x) _iprint x macro
90 # define PRINT(x) macro
/haiku/src/add-ons/input_server/methods/pen/
H A DPenInputInkWindow.cpp65 PRINT(("%s\n", __FUNCTION__));
77 PRINT(("%s\n", __FUNCTION__));
H A DPenInputLooper.cpp52 PRINT(("%s\n", __FUNCTION__));
101 PRINT(("%s\n", __FUNCTION__));
H A DPenInputServerMethod.cpp42 PRINT(("%s\n", __FUNCTION__));
51 PRINT(("%s\n", __FUNCTION__));
74 PRINT(("%s\n", __FUNCTION__));
93 PRINT(("%s\n", __FUNCTION__));
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp69 PRINT(("%s\n", __FUNCTION__));
82 PRINT(("%s\n", __FUNCTION__));
118 PRINT(("%s\n", __FUNCTION__));
H A DT9InputServerMethod.cpp70 PRINT(("%s\n", __FUNCTION__));
83 PRINT(("%s\n", __FUNCTION__));
119 PRINT(("%s\n", __FUNCTION__));
/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
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/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
H A Dio.c90 //PRINT(("codec busy\n"));
106 //PRINT(("codec invalid\n"));
116 PRINT(("codec busy (1)\n"));
123 PRINT(("codec busy (2)\n"));
127 PRINT(("codec invalid (3)\n"));
138 PRINT(("codec busy (4)\n"));
/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
H A Dio.c81 PRINT(("codec busy (2)\n"));
93 PRINT(("codec busy (4)\n"));
/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/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/file_systems/netfs/client/
H A DRootVolume.cpp155 PRINT("RootVolume::IOCtl(): NET_FS_IOCTL_ADD_SERVER: "
181 PRINT("RootVolume::IOCtl(): NET_FS_IOCTL_REMOVE_SERVER:"
196 PRINT("RootVolume::IOCtl(): unknown ioctl: %d\n", cmd);
210 PRINT("RootVolume::ServerAdded(%s)\n", serverInfo->GetServerName());
261 PRINT("RootVolume::ServerUpdated(%s)\n", newInfo->GetServerName());
276 PRINT("RootVolume::ServerRemoved(%s)\n", serverInfo->GetServerName());
H A DServerConnection.cpp44 PRINT(("ServerConnection::~ServerConnection()\n"))
H A DServerManager.cpp302 //PRINT(("ServerManager::_BroadcastListener(): recvfrom()...\n"));
306 PRINT("ServerManager::_BroadcastListener(): recvfrom() "
313 PRINT("ServerManager::_BroadcastListener(): received "
319 PRINT("ServerManager::_BroadcastListener(): message has"
325 PRINT("ServerManager::_BroadcastListener(): protocol "
346 // PRINT(("ServerManager::_BroadcastListener(): "
352 // PRINT(("ServerManager::_BroadcastListener(): "
356 // PRINT(("ServerManager::_BroadcastListener(): "
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...]
H A DVolume.cpp175 PRINT("Volume::SendNotification(%" B_PRId32 ", %" B_PRId32 ", 0x%" B_PRIx32
H A DVolumeManager.cpp305 //PRINT(("VolumeManager::PutVolume(%p): reference count before: %ld\n",
308 //PRINT(("VolumeManager::PutVolume(%p): Volume connection broken, marking "
336 PRINT("VolumeManager::PutVolume(%p): Removed volume "
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientVolume.cpp124 PRINT(("ClientVolume::Unmount()\n"));

Completed in 109 milliseconds

1234567891011>>