Home
last modified time | relevance | path

Searched refs:bind_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h93 struct bind_args bind;
H A Dsysproto.h347 struct bind_args { struct
1547 int sys_bind (struct sysmsg *sysmsg, const struct bind_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c121 { AS(bind_args), 4, (sy_call_t *)sys_bind }, /* 104 = bind */
H A Duipc_syscalls.c171 sys_bind(struct sysmsg *sysmsg, const struct bind_args *uap) in sys_bind()