Searched refs:syscall_dispatcher (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/headers/private/kernel/
H A Dksyscalls.h50 int32 syscall_dispatcher(uint32 function, void *argBuffer, uint64 *_returnValue);
/haiku-fatelf/src/system/kernel/
H A Dsyscalls.cpp189 syscall_dispatcher(uint32 callIndex, void* args, uint64* _returnValue) function
193 // dprintf("syscall_dispatcher: thread 0x%x call 0x%x, arg0 0x%x, arg1 0x%x arg2 0x%x arg3 0x%x arg4 0x%x\n",
202 #include "syscall_dispatcher.h"
210 // dprintf("syscall_dispatcher: done with syscall 0x%x\n", callIndex);

Completed in 77 milliseconds