Searched refs:link_args (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/sys/i386/ibcs2/ |
| H A D | ibcs2_sysent.c | 28 { AS(link_args), (sy_call_t *)sys_link, AUE_LINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9 = link */
|
| /freebsd-12.1/sys/dev/filemon/ |
| H A D | filemon_wrapper.c | 287 filemon_wrapper_link(struct thread *td, struct link_args *uap) in filemon_wrapper_link()
|
| /freebsd-12.1/sys/kern/ |
| H A D | vfs_syscalls.c | 1426 struct link_args { struct 1432 sys_link(struct thread *td, struct link_args *uap) in sys_link() argument
|
| H A D | init_sysent.c | 61 { AS(link_args), (sy_call_t *)sys_link, AUE_LINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9 = link */
|
| H A D | systrace_args.c | 77 struct link_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 68 { AS(link_args), (sy_call_t *)sys_link, AUE_LINK, NULL, 0, 0, 0, SY_THR_STATIC }, /* 9 = link */
|
| H A D | freebsd32_systrace_args.c | 80 struct link_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 70 struct link_args { struct 1801 int sys_link(struct thread *, struct link_args *);
|