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

/haiku/headers/private/kernel/
H A Dgeneric_syscall.h18 typedef status_t (*syscall_hook)(const char *subsystem, uint32 function, void *buffer, size_t bufferSize); typedef
29 status_t register_generic_syscall(const char *subsystem, syscall_hook hook,
/haiku/src/system/kernel/
H A Dsyscalls.cpp65 syscall_hook hook;
246 register_generic_syscall(const char* subsystem, syscall_hook hook,

Completed in 78 milliseconds