Home
last modified time | relevance | path

Searched refs:sys_bind (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/sys/i386/ibcs2/
Dibcs2_socksys.c86 return sys_bind(td, passargs);
/freebsd-10-stable/sys/compat/svr4/
Dsvr4_sysent.c253 { AS(bind_args), (sy_call_t *)sys_bind, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 232 = bind */
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c153 { AS(bind_args), (sy_call_t *)sys_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = bind */
/freebsd-10-stable/sys/kern/
Dinit_sysent.c140 { AS(bind_args), (sy_call_t *)sys_bind, AUE_BIND, NULL, 0, 0, 0, SY_THR_STATIC }, /* 104 = bind */
Duipc_syscalls.c234 sys_bind(td, uap) in sys_bind() function
/freebsd-10-stable/sys/sys/
Dsysproto.h1915 int sys_bind(struct thread *, struct bind_args *);