Searched refs:sys_linkat (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sys/dev/filemon/ |
| D | filemon_wrapper.c | 313 if ((ret = sys_linkat(td, uap)) == 0) in filemon_wrapper_linkat() 444 sysent[SYS_linkat].sy_call = (sy_call_t *)sys_linkat; in filemon_wrapper_deinstall() 454 freebsd32_sysent[FREEBSD32_SYS_linkat].sy_call = (sy_call_t *)sys_linkat; in filemon_wrapper_deinstall()
|
| /freebsd-12-stable/sys/kern/ |
| D | init_sysent.c | 547 …{ AS(linkat_args), (sy_call_t *)sys_linkat, AUE_LINKAT, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| D | vfs_syscalls.c | 1471 sys_linkat(struct thread *td, struct linkat_args *uap) in sys_linkat() function
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 567 …{ AS(linkat_args), (sy_call_t *)sys_linkat, AUE_LINKAT, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC …
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 2122 int sys_linkat(struct thread *, struct linkat_args *);
|