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

/haiku-fatelf/src/servers/registrar/
H A DDebug.h61 #define FUNCTION_START() { __out(DEBUG_APP ": %s()\n",__FUNCTION__); } macro
74 #define FUNCTION_START() ; macro
H A DRegistrar.cpp69 FUNCTION_START();
82 FUNCTION_START();
128 FUNCTION_START();
185 FUNCTION_START();
413 FUNCTION_START();
H A DTRoster.cpp158 FUNCTION_START();
308 FUNCTION_START();
372 FUNCTION_START();
441 FUNCTION_START();
479 FUNCTION_START();
519 FUNCTION_START();
611 FUNCTION_START();
650 FUNCTION_START();
721 FUNCTION_START();
763 FUNCTION_START();
[all...]
H A DMessageRunnerManager.cpp249 FUNCTION_START();
339 FUNCTION_START();
374 FUNCTION_START();
454 FUNCTION_START();
684 FUNCTION_START();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/udf_shell/
H A DDebug.h65 #define FUNCTION_START(x) { __out("udf: %s() ",__FUNCTION__); __out x; } macro
67 // #define FUNCTION_START(x) ;
77 #define FUNCTION_START(x) ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DDebug.h58 #define FUNCTION_START(x) { __out("bfs: %s() ",__FUNCTION__); __out x; }
60 // #define FUNCTION_START(x) ;
74 #define FUNCTION_START(x) ; macro
H A Dkernel_interface.cpp231 FUNCTION_START(("mask = %ld\n", mask));
273 //FUNCTION_START(("ino_t = %Ld\n", id));
522 //FUNCTION_START(("offset = %Ld, size = %lu\n", offset, size));
620 FUNCTION_START(("node = %p, cmd = %lu, buf = %p, len = %ld\n", _node, cmd,
737 FUNCTION_START(("node = %p, flags = %d", _node, flags));
904 FUNCTION_START(("name = \"%s\", perms = %d, openMode = %d\n", name, mode,
966 FUNCTION_START(("name = \"%s\", path = \"%s\"\n", name, path));
1031 FUNCTION_START(("name = \"%s\"\n", name));
1041 FUNCTION_START(("name = \"%s\"\n", name));
1074 FUNCTION_START(("oldDi
[all...]
H A DBlockAllocator.cpp764 FUNCTION_START(("group = %ld, start = %u, maximum = %u, minimum = %u\n",
1032 FUNCTION_START(("group = %ld, start = %u, length = %u\n", group, start,
H A DInode.cpp2575 FUNCTION_START(("name = %s, mode = %ld\n", name, mode));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/bfs_shell/
H A DDebug.h64 #define FUNCTION_START(x) { __out("bfs@%ld: %s:%s() ", find_thread(NULL), __FILE__, __FUNCTION__); __out x; } macro
66 // #define FUNCTION_START(x) ;
76 #define FUNCTION_START(x) ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DDebug.h67 #define FUNCTION_START(x) { __out("bfs: %s() ",__FUNCTION__); __out x; } macro
69 // #define FUNCTION_START(x) ;
79 #define FUNCTION_START(x) ; macro
H A Dkernel_interface_r5.cpp316 FUNCTION_START(("mask = %ld\n", mask));
338 FUNCTION_START(("deviceName = %s, parameter len = %ld\n", deviceName, len));
483 FUNCTION_START(("vnode_id = %Ld\n", id));
546 //FUNCTION_START(("node = %p\n", _node));
626 //FUNCTION_START(("file = %s\n", file));
700 FUNCTION_START(("node = %p, cmd = %d, buf = %p, len = %ld\n", _node, cmd, buffer, bufferLength));
836 FUNCTION_START(("node = %p, flags = %d", _node, flags));
848 FUNCTION_START(("event = %d, ref = %lu, sync = %p\n", event, ref, sync));
999 FUNCTION_START(("name = \"%s\", perms = %d, omode = %d\n", name, mode, omode));
1107 FUNCTION_START(("nam
[all...]
H A DBlockAllocator.cpp490 FUNCTION_START(("group = %ld, start = %u, maximum = %u, minimum = %u\n", group, start, maximum, minimum));
672 FUNCTION_START(("group = %ld, start = %u, length = %u\n", group, start, length));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dkernel_interface.cpp268 FUNCTION_START();
304 FUNCTION_START();
321 FUNCTION_START();
330 FUNCTION_START();
343 // FUNCTION_START();
367 // FUNCTION_START();
400 // FUNCTION_START();
448 FUNCTION_START();
496 FUNCTION_START();
506 FUNCTION_START();
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp86 FUNCTION_START();
117 FUNCTION_START();
133 FUNCTION_START();
158 FUNCTION_START();
174 FUNCTION_START();
187 // FUNCTION_START();
234 // FUNCTION_START();
258 // FUNCTION_START();
291 FUNCTION_START();
341 FUNCTION_START();
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DDebug.h101 #define FUNCTION_START() TFUNCTION_START() macro
112 #define FUNCTION_START() ; macro
H A Dkernel_interface.cpp167 FUNCTION_START();
192 FUNCTION_START();
207 // FUNCTION_START();
235 // FUNCTION_START();
251 // FUNCTION_START();
309 // FUNCTION_START();
335 // FUNCTION_START();
368 // FUNCTION_START();
382 // FUNCTION_START();
399 // FUNCTION_START();
[all...]
/haiku-fatelf/headers/private/userlandfs/shared/
H A DDebug.h116 #define FUNCTION_START() TFUNCTION_START() macro
130 #define FUNCTION_START() ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/bindfs/
H A DDebugSupport.h155 #define FUNCTION_START() TFUNCTION_START() macro
169 #define FUNCTION_START() ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DDebugSupport.h155 #define FUNCTION_START() TFUNCTION_START() macro
169 #define FUNCTION_START() ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DDebugSupport.h155 #define FUNCTION_START() TFUNCTION_START() macro
169 #define FUNCTION_START() ; macro
H A Dkernel_interface.cpp1010 FUNCTION_START();
/haiku-fatelf/src/apps/icon-o-matic/generic/support/
H A DDebug.h123 #define FUNCTION_START() TFUNCTION_START() macro
136 #define FUNCTION_START() ; macro
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DDebug.h116 #define FUNCTION_START() TFUNCTION_START() macro
130 #define FUNCTION_START() ; macro
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp122 FUNCTION_START();
151 FUNCTION_START();
163 FUNCTION_START();
185 // FUNCTION_START();
241 // FUNCTION_START();
271 // FUNCTION_START();
290 // FUNCTION_START();
310 // FUNCTION_START();
351 // FUNCTION_START();
380 // FUNCTION_START();
[all...]

Completed in 184 milliseconds