Searched refs:sys_openat (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/dev/filemon/ |
| H A D | filemon_wrapper.c | 232 if ((ret = sys_openat(td, uap)) == 0) in filemon_wrapper_openat() 439 sysent[SYS_openat].sy_call = (sy_call_t *)sys_openat; in filemon_wrapper_deinstall() 449 freebsd32_sysent[FREEBSD32_SYS_openat].sy_call = (sy_call_t *)sys_openat; in filemon_wrapper_deinstall()
|
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 551 …{ AS(openat_args), (sy_call_t *)sys_openat, AUE_OPENAT_RWTC, NULL, 0, 0, SYF_CAPENABLED, SY_THR_ST…
|
| H A D | vfs_syscalls.c | 1034 sys_openat(struct thread *td, struct openat_args *uap) in sys_openat() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 571 …{ AS(openat_args), (sy_call_t *)sys_openat, AUE_OPENAT_RWTC, NULL, 0, 0, SYF_CAPENABLED, SY_THR_ST…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 2112 int sys_openat(struct thread *, struct openat_args *);
|