Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h165 struct lchown_args lchown;
HDsysproto.h680 struct lchown_args { struct
1625 int sys_lchown (struct sysmsg *sysmsg, const struct lchown_args *);
/dragonfly/sys/kern/
HDinit_sysent.c271 { AS(lchown_args), 4, (sy_call_t *)sys_lchown }, /* 254 = lchown */
292 { AS(lchown_args), 4, (sy_call_t *)sys_lchown }, /* 275 = netbsd_lchown */
HDvfs_syscalls.c3597 sys_lchown(struct sysmsg *sysmsg, const struct lchown_args *uap) in sys_lchown()