Searched refs:bind_args (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | uipc_syscalls.c | 172 sys_bind(struct thread *td, struct bind_args *uap) in sys_bind()
|
| H A D | init_sysent.c | 156 { AS(bind_args), (sy_call_t *)sys_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = bind */
|
| H A D | systrace_args.c | 600 struct bind_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 163 { AS(bind_args), (sy_call_t *)sys_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = bind */
|
| H A D | freebsd32_systrace_args.c | 603 struct bind_args *p = params; in systrace_args()
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 357 struct bind_args { struct 1868 int sys_bind(struct thread *, struct bind_args *);
|