Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h257 struct extaccept_args extaccept;
H A Dsysproto.h1088 struct extaccept_args { struct
1712 int sys_extaccept (struct sysmsg *sysmsg, const struct extaccept_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c499 { AS(extaccept_args), 4, (sy_call_t *)sys_extaccept }, /* 482 = extaccept */
H A Duipc_syscalls.c471 sys_extaccept(struct sysmsg *sysmsg, const struct extaccept_args *uap) in sys_extaccept()