#include <sys/param.h>
#include <sys/libkern.h>
#include <sys/lock.h>
#include <machine/stdarg.h>
Go to the source code of this file.
Defines | |
#define | inline __inline |
#define | DEVICE_NAME "dazuko" |
#define | XP_ERROR_PERMISSION EPERM; |
#define | XP_ERROR_INTERRUPT EINTR; |
#define | XP_ERROR_BUSY EBUSY; |
#define | XP_ERROR_FAULT EFAULT; |
#define | XP_ERROR_INVALID EINVAL; |
|
Definition at line 45 of file dazuko_freebsd.h. Referenced by xp_sys_hook(), and xp_sys_unhook(). |
|
Definition at line 44 of file dazuko_freebsd.h. |
|
Definition at line 49 of file dazuko_freebsd.h. Referenced by dazuko_register_daemon(). |
|
Definition at line 50 of file dazuko_freebsd.h. Referenced by dazuko_add_hash(), dazuko_handle_user_request(), dazuko_handle_user_request_compat12(), dazuko_insert_path_fs(), and dazuko_register_daemon(). |
|
Definition at line 48 of file dazuko_freebsd.h. Referenced by dazuko_handle_request(), dazuko_handle_user_request_compat12(), dazuko_register_daemon(), dazuko_return_access(), dazuko_run_daemon(), dazuko_slot_state(), and dazuko_sys_pre(). |
|
Definition at line 51 of file dazuko_freebsd.h. Referenced by dazuko_handle_user_request_compat12(), and dazuko_insert_path_fs(). |
|
Definition at line 47 of file dazuko_freebsd.h. Referenced by dazuko_handle_user_request(), dazuko_register_daemon(), dazuko_return_access(), dazuko_set_option(), and dazuko_sys_pre(). |