Searched refs:FUNCTION (Results 126 - 136 of 136) sorted by relevance

123456

/haiku/src/system/kernel/events/
H A Dwait_for_objects.cpp43 # define FUNCTION(x) dprintf x macro
46 # define FUNCTION(x) ; macro
401 FUNCTION(("acquire_select_sync(%p)\n", sync));
409 FUNCTION(("put_select_sync(%p): -> %ld\n", sync, sync->CountReferences() - 1));
445 FUNCTION(("[%ld] common_select(%d, %p, %p, %p, %lld, %p, %d)\n",
733 FUNCTION(("notify_select_events(%p (%p), 0x%x)\n", info, info->sync,
891 FUNCTION(("notify_select_event_pool(%p, %u)\n", pool, event));
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h135 #define RETURN_ON_ERROR(FUNCTION) { int nRetVal = FUNCTION; if (nRetVal != 0) { return nRetVal; } }
136 #define RETURN_VALUE_ON_ERROR(FUNCTION, VALUE) { int nRetVal = FUNCTION; if (nRetVal != 0) { return VALUE; } }
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DDirectory.cpp551 FUNCTION("name: \"%s\"\n", name);
621 FUNCTION("name: \"%s\"\n", name);
755 FUNCTION("name: \"%s\", blockIndex: %" B_PRIu64 "\n", name, blockIndex);
846 FUNCTION("name: \"%s\"\n", name);
1108 FUNCTION("level: %" B_PRId32 ": %s name: \"%.*s\" (%" B_PRIuSIZE "), "
1353 FUNCTION("depth: %u -> %u\n", _Depth(), _Depth() + 1);
1407 FUNCTION("level: %" B_PRId32 ", size needed: %" B_PRIuSIZE ", split index: "
H A DFile.cpp143 FUNCTION("%" B_PRIu64 " -> %" B_PRIu64 "\n", size, newSize);
307 FUNCTION("offset: %" B_PRIu64 ", size: %" B_PRIuSIZE ", count: %" B_PRIuSIZE
489 FUNCTION("blockCount: %" B_PRIu64 " -> %" B_PRIu64 "\n", blockCount,
599 FUNCTION("blockCount: %" B_PRIu64 " -> %" B_PRIu64 "\n", blockCount,
/haiku/src/system/kernel/arch/ppc/
H A Darch_exceptions.S85 FUNCTION(name): \
168 FUNCTION(ppc_exception_tail):
H A Darch_exceptions_440.S88 FUNCTION(ppc_440_##name): \
171 FUNCTION(ppc_440_exception_tail):
/haiku/src/system/kernel/arch/x86/64/
H A Dinterrupts.S376 FUNCTION(x86_64_syscall_entry):
632 FUNCTION(x86_return_to_userland):
/haiku/src/system/boot/platform/amiga_m68k/
H A Dshell.S47 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/system/boot/platform/atari_m68k/
H A Dshell.S52 #define FUNCTION(x) .global x; .type x,@function; x define
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp27 #define FUNCTION() dprintf("\33[34mbtrfs:\33[0m %s()\n",__PRETTY_FUNCTION__); macro
444 FUNCTION();
597 FUNCTION();
643 FUNCTION();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp2352 FUNCTION();

Completed in 69 milliseconds

123456