Searched refs:freebsd32_sysent (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 413 freebsd32_sysent[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *) filemon_wrapper_chdir; in filemon_wrapper_install() 414 freebsd32_sysent[FREEBSD32_SYS_open].sy_call = (sy_call_t *) filemon_wrapper_open; in filemon_wrapper_install() 415 freebsd32_sysent[FREEBSD32_SYS_openat].sy_call = (sy_call_t *) filemon_wrapper_openat; in filemon_wrapper_install() 416 freebsd32_sysent[FREEBSD32_SYS_rename].sy_call = (sy_call_t *) filemon_wrapper_rename; in filemon_wrapper_install() 417 freebsd32_sysent[FREEBSD32_SYS_unlink].sy_call = (sy_call_t *) filemon_wrapper_unlink; in filemon_wrapper_install() 418 freebsd32_sysent[FREEBSD32_SYS_link].sy_call = (sy_call_t *) filemon_wrapper_link; in filemon_wrapper_install() 419 freebsd32_sysent[FREEBSD32_SYS_symlink].sy_call = (sy_call_t *) filemon_wrapper_symlink; in filemon_wrapper_install() 420 freebsd32_sysent[FREEBSD32_SYS_linkat].sy_call = (sy_call_t *) filemon_wrapper_linkat; in filemon_wrapper_install() 445 freebsd32_sysent[FREEBSD32_SYS_chdir].sy_call = (sy_call_t *)sys_chdir; in filemon_wrapper_deinstall() 446 freebsd32_sysent[FREEBSD32_SYS_open].sy_call = (sy_call_t *)sys_open; in filemon_wrapper_deinstall() [all …]
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_util.h | 57 extern struct sysent freebsd32_sysent[];
|
H A D | freebsd32_misc.c | 3578 return (kern_syscall_module_handler(freebsd32_sysent, mod, what, arg)); in syscall32_module_handler() 3585 return (kern_syscall_helper_register(freebsd32_sysent, sd, flags)); in syscall32_helper_register() 3592 return (kern_syscall_helper_unregister(freebsd32_sysent, sd)); in syscall32_helper_unregister()
|
H A D | freebsd32_sysent.c | 69 struct sysent freebsd32_sysent[] = { variable
|
/freebsd/sys/compat/ia32/ |
H A D | ia32_sysvec.c | 106 .sv_table = freebsd32_sysent,
|
/freebsd/sys/kern/ |
H A D | imgact_aout.c | 125 .sv_table = freebsd32_sysent,
|
/freebsd/sys/arm64/arm64/ |
H A D | elf32_machdep.c | 103 .sv_table = freebsd32_sysent,
|
/freebsd/sys/cddl/dev/systrace/ |
H A D | systrace.c | 105 #define SYSENT freebsd32_sysent
|
/freebsd/sys/powerpc/powerpc/ |
H A D | elf32_machdep.c | 89 .sv_table = freebsd32_sysent,
|
/freebsd/sys/conf/ |
H A D | files | 402 compat/freebsd32/freebsd32_sysent.c optional compat_freebsd32
|