Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h20 struct close_args close;
H A Dsysproto.h47 struct close_args { struct
1474 int sys_close (struct sysmsg *sysmsg, const struct close_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c23 { AS(close_args), 4, (sy_call_t *)sys_close }, /* 6 = close */
H A Dkern_descrip.c1409 sys_close(struct sysmsg *sysmsg, const struct close_args *uap) in sys_close()