Searched refs:sys_link (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/arm64/arm64/ |
H A D | undefined.c | 87 LIST_ENTRY(sys_handler) sys_link; 310 LIST_INSERT_HEAD(&sys_handlers, sysh, sys_link); in install_sys_handler() 318 LIST_FOREACH(sysh, &sys_handlers, sys_link) { in undef_sys()
|
/freebsd/sys/dev/filemon/ |
H A D | filemon_wrapper.c | 288 if ((ret = sys_link(td, uap)) == 0) in filemon_wrapper_link() 439 sysent[SYS_link].sy_call = (sy_call_t *)sys_link; in filemon_wrapper_deinstall() 449 freebsd32_sysent[FREEBSD32_SYS_link].sy_call = (sy_call_t *)sys_link; in filemon_wrapper_deinstall()
|
/freebsd/sys/kern/ |
H A D | init_sysent.c | 78 …{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = …
|
H A D | vfs_syscalls.c | 1631 sys_link(struct thread *td, struct link_args *uap) in sys_link() function
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 79 …{ .sy_narg = AS(link_args), .sy_call = (sy_call_t *)sys_link, .sy_auevent = AUE_LINK, .sy_flags = …
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 1917 int sys_link(struct thread *, struct link_args *);
|