_DaemonThread
fDaemon = spawn_thread(_DaemonThread, "daemon", B_NORMAL_PRIORITY, this);
static int32 _DaemonThread(void* data);
return ((KernelDaemon*)data)->_DaemonThread();
status_t _DaemonThread();