dup_args
{ AS(dup_args), 4, (sy_call_t *)sys_dup }, /* 41 = dup */
sys_dup(struct sysmsg *sysmsg, const struct dup_args *uap)
int sys_dup (struct sysmsg *sysmsg, const struct dup_args *);
struct dup_args dup;