Home
last modified time | relevance | path

Searched refs:sys_link (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/sys/dev/filemon/
H A Dfilemon_wrapper.c291 if ((ret = sys_link(td, uap)) == 0) in filemon_wrapper_link()
442 sysent[SYS_link].sy_call = (sy_call_t *)sys_link; in filemon_wrapper_deinstall()
452 freebsd32_sysent[FREEBSD32_SYS_link].sy_call = (sy_call_t *)sys_link; in filemon_wrapper_deinstall()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_sysent.c28 { AS(link_args), (sy_call_t *)sys_link, AUE_LINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9 = link */
/freebsd-12.1/sys/kern/
H A Dinit_sysent.c61 { AS(link_args), (sy_call_t *)sys_link, AUE_LINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9 = link */
H A Dvfs_syscalls.c1432 sys_link(struct thread *td, struct link_args *uap) in sys_link() function
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c68 { AS(link_args), (sy_call_t *)sys_link, AUE_LINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9 = link */
/freebsd-12.1/sys/sys/
H A Dsysproto.h1801 int sys_link(struct thread *, struct link_args *);