poll_args
{ AS(poll_args), 4, (sy_call_t *)sys_poll }, /* 209 = poll */
sys_poll(struct sysmsg *sysmsg, const struct poll_args *uap)
return (sys_poll(sysmsg, (const struct poll_args *)uap));
int sys_poll (struct sysmsg *sysmsg, const struct poll_args *);
struct poll_args poll;