open_args
{ AS(open_args), 4, (sy_call_t *)sys_open }, /* 5 = open */
sys_open(struct sysmsg *sysmsg, const struct open_args *uap)
int sys_open (struct sysmsg *sysmsg, const struct open_args *);
struct open_args open;