Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h102 struct fchown_args fchown;
HDsysproto.h392 struct fchown_args { struct
1561 int sys_fchown (struct sysmsg *sysmsg, const struct fchown_args *);
/dragonfly/sys/kern/
HDinit_sysent.c140 { AS(fchown_args), 4, (sy_call_t *)sys_fchown }, /* 123 = fchown */
HDvfs_syscalls.c3615 sys_fchown(struct sysmsg *sysmsg, const struct fchown_args *uap) in sys_fchown()