Searched refs:sys_link (Results 1 – 5 of 5) sorted by relevance
291 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()
67 …{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = …
1508 sys_link(struct thread *td, struct link_args *uap) in sys_link() function
74 …{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = …
1865 int sys_link(struct thread *, struct link_args *);