Searched refs:__FUNCTION__ (Results 1 - 25 of 96) sorted by relevance

1234

/haiku/src/tests/kits/app/bapplication/testapps/
H A DBApplicationTestAppQuitWhenStartedFromAnotherThread.cpp13 printf("%s: calling Lock()\n", __FUNCTION__);
15 printf("%s: calling Quit()\n", __FUNCTION__);
32 printf("%s: calling Lock()\n", __FUNCTION__);
34 printf("%s: calling Run()\n", __FUNCTION__);
36 printf("%s: exitting...\n", __FUNCTION__);
55 printf("%s: calling Unlock()\n", __FUNCTION__);
67 printf("%s: calling Quit()\n", __FUNCTION__);
69 printf("%s: waiting for app thread\n", __FUNCTION__);
78 printf("%s: calling beos_launch_bapplication()\n", __FUNCTION__);
81 printf("%s: calling beos_uninit_bapplication()\n", __FUNCTION__);
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDebug.h16 #define CT "\033[0m\n", __BASE_FILE__, __FUNCTION__
/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dnvme_platform.h16 #define PTHREAD_RECURSIVE_MUTEX_INITIALIZER RECURSIVE_LOCK_INITIALIZER(__FUNCTION__)
17 #define pthread_mutex_init(mtx, attr) recursive_lock_init(mtx, __FUNCTION__)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h93 #define ntfs_log_critical(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_CRITICAL,NULL,FORMAT,##ARGS)
94 #define ntfs_log_error(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_ERROR,NULL,FORMAT,##ARGS)
95 #define ntfs_log_info(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_INFO,NULL,FORMAT,##ARGS)
96 #define ntfs_log_perror(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PERROR,NULL,FORMAT,##ARGS)
97 #define ntfs_log_progress(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_PROGRESS,NULL,FORMAT,##ARGS)
98 #define ntfs_log_quiet(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_QUIET,NULL,FORMAT,##ARGS)
99 #define ntfs_log_verbose(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_VERBOSE,NULL,FORMAT,##ARGS)
100 #define ntfs_log_warning(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_WARNING,NULL,FORMAT,##ARGS)
106 #define ntfs_log_debug(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE__,__LINE__,NTFS_LOG_LEVEL_DEBUG,NULL,FORMAT,##ARGS)
107 #define ntfs_log_trace(FORMAT, ARGS...) ntfs_log_redirect(__FUNCTION__,__FILE_
[all...]
H A Ddebug.h42 ntfs_log_critical("Bug in %s(): %s\n", __FUNCTION__, msg); \
H A Dmst.c82 __FUNCTION__,
181 ntfs_log_perror("%s: bad argument", __FUNCTION__);
190 ntfs_log_perror("%s", __FUNCTION__);
/haiku/src/servers/registrar/
H A DDebug.h40 __out(DEBUG_APP ": %s:%d: %s\n", __FUNCTION__, __LINE__, \
60 #define FUNCTION(x) { __out(DEBUG_APP ": %s() ",__FUNCTION__); __out x; }
61 #define FUNCTION_START() { __out(DEBUG_APP ": %s()\n",__FUNCTION__); }
62 #define FUNCTION_END() { __out(DEBUG_APP ": %s() done\n",__FUNCTION__); }
/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__));
181 PRINT(("%s()\n", __FUNCTION__));
199 PRINT(("%s()\n", __FUNCTION__));
225 PRINT(("%s: fill_grent_from_fd = %d\n", __FUNCTION__, er
[all...]
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundDeviceEngine.cpp198 __FUNCTION__, "SNDCTL_DSP_CHANNELS", strerror(errno)));
209 __FUNCTION__, "SNDCTL_DSP_CHANNELS", strerror(errno)));
212 PRINT(("OpenSoundDeviceEngine::%s: %d\n", __FUNCTION__, chans));
223 __FUNCTION__, "SNDCTL_DSP_GETFMTS", strerror(errno)));
234 __FUNCTION__, "SNDCTL_DSP_SETFMT", strerror(errno)));
237 PRINT(("OpenSoundDeviceEngine::%s: 0x%08x\n", __FUNCTION__, fmt));
247 __FUNCTION__, "SNDCTL_DSP_SPEED", strerror(errno)));
258 __FUNCTION__, "SNDCTL_DSP_SPEED", strerror(errno)));
261 PRINT(("OpenSoundDeviceEngine::%s: %d\n", __FUNCTION__, speed));
277 __FUNCTION__, "SNDCTL_DSP_GETISPAC
[all...]
H A DOpenSoundDeviceMixer.cpp76 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)));
/haiku/src/servers/bluetooth/
H A DHCITransportAccessor.cpp22 __FUNCTION__, fIdentifier, status);
25 __FUNCTION__, path->Path(), fIdentifier);
H A DLocalDeviceHandler.cpp96 printf("%s:Event expected %d@%" B_PRId32 "...\n", __FUNCTION__, event,
101 printf("%s:Event matches@%" B_PRId32 "\n", __FUNCTION__, eventIndex);
127 printf("%s:Nothing Found/Removed\n", __FUNCTION__);
147 // printf("%s:Petition %ld ... of %ld msg #%p\n", __FUNCTION__, index,
156 // printf("%s:Event %d found@%ld...", __FUNCTION__, event, eventIndex);
163 // __FUNCTION__, opcode);
180 // printf("%s:Event %d not found\n", __FUNCTION__, event);
/haiku/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h61 #define REPORT_ERROR(status) __out("udf: %s:%s:%ld: %s\n", __FILE__, __FUNCTION__, __LINE__, strerror(status));
65 #define FUNCTION() __out("udf: %s()\n",__FUNCTION__);
66 #define FUNCTION_START(x) { __out("udf: %s() ",__FUNCTION__); __out x; }
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp35 TRACE(("%s()\n", __FUNCTION__));
62 TRACE(("%s: reading bootsector\n", __FUNCTION__));
68 TRACE(("%s: checking signature\n", __FUNCTION__));
76 TRACE(("%s: signature ok\n", __FUNCTION__));
91 TRACE(("%s: block shift %d\n", __FUNCTION__, fBlockShift));
101 TRACE(("%s: sect/cluster %d\n", __FUNCTION__, fSectorsPerCluster));
107 TRACE(("%s: cluster shift %d\n", __FUNCTION__, fClusterShift));
142 __FUNCTION__, fBlockSize, fBytesPerSector, fSectorsPerCluster));
144 __FUNCTION__, fBlockShift, fSectorShift, fClusterShift));
146 __FUNCTION__, fReservedSector
[all...]
H A DDirectory.cpp334 TRACE(("FASFS::Directory::%s(, %d)\n", __FUNCTION__, mode));
352 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
363 TRACE(("FASFS::Directory::%s('%s')\n", __FUNCTION__, name));
379 TRACE(("FASFS::Directory::%s: %s <> '%s'\n", __FUNCTION__,
404 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
427 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
439 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
453 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
463 TRACE(("FASFS::Directory::%s()\n", __FUNCTION__));
554 TRACE(("FASFS::Directory::%s(, %02x, %02x)\n", __FUNCTION__, mas
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDebug.h108 _debugHelper.ClassName(), __FUNCTION__); \
110 __out("session: %s(", __FUNCTION__); \
124 _debugHelper.ClassName(), __FUNCTION__); \
126 __out("session: %s(): ", __FUNCTION__); \
137 _debugHelper.ClassName(), __FUNCTION__, __LINE__); \
140 __FUNCTION__, __LINE__); \
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfDebug.h113 _debugHelper.ClassName(), __FUNCTION__); \
115 __out("udf: %s(", __FUNCTION__); \
129 _debugHelper.ClassName(), __FUNCTION__); \
131 __out("udf: %s(): ", __FUNCTION__); \
142 _debugHelper.ClassName(), __FUNCTION__, __LINE__); \
145 __FUNCTION__, __LINE__); \
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h53 __out("bfs: %s:%d: %s\n", __FUNCTION__, __LINE__, strerror(status));
57 // #define FUNCTION() __out("bfs: %s()\n",__FUNCTION__);
58 #define FUNCTION_START(x) { __out("bfs: %s() ",__FUNCTION__); __out x; }
68 __out("bfs: %s:%d: %s\n", __FUNCTION__, __LINE__, strerror(status));
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATATracing.h24 __FUNCTION__); \
/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/kernel/drivers/disk/virtual/nbd/
H A Dnbd.c175 PRINT((DP ">%s(%" B_PRIu32 ", %" B_PRIdOFF ", %ld)\n", __FUNCTION__, type,
225 dprintf(DP " %s: error 0x%08" B_PRIx32 "\n", __FUNCTION__, err);
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__));
356 dprintf(DP "%s: %s: error 0x%08" B_PRIx32 "\n", __FUNCTION__, reason, err);
365 PRINT((DP ">%s()\n", __FUNCTION__));
367 PRINT((DP " %s: socket()\n", __FUNCTION__));
[all...]
/haiku/src/bin/
H A Dbt_discovery.cpp34 printf("\t%s: Device %s discovered.\n",__FUNCTION__,
50 printf("\t%s: Inquiry process has finished ...\n",__FUNCTION__);
58 printf("\t%s: Inquiry process has started ...\n",__FUNCTION__);
/haiku/src/libs/compat/freebsd_network/compat/dev/usb/
H A Dusb_debug.h41 __FUNCTION__ ,##__VA_ARGS__); \
/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/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp69 PRINT(("%s\n", __FUNCTION__));
82 PRINT(("%s\n", __FUNCTION__));
118 PRINT(("%s\n", __FUNCTION__));

Completed in 308 milliseconds

1234