Searched refs:sys_link (Results 1 – 5 of 5) sorted by relevance
289 if ((ret = sys_link(td, uap)) == 0) in filemon_wrapper_link()440 sysent[SYS_link].sy_call = (sy_call_t *)sys_link; in filemon_wrapper_deinstall()450 freebsd32_sysent[FREEBSD32_SYS_link].sy_call = (sy_call_t *)sys_link; in filemon_wrapper_deinstall()
72 …{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = …
1546 sys_link(struct thread *td, struct link_args *uap) in sys_link() function
73 …{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = …
1898 int sys_link(struct thread *, struct link_args *);