Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h166 struct lchmod_args lchmod;
HDsysproto.h685 struct lchmod_args { struct
1626 int sys_lchmod (struct sysmsg *sysmsg, const struct lchmod_args *);
/dragonfly/sys/kern/
HDinit_sysent.c291 { AS(lchmod_args), 4, (sy_call_t *)sys_lchmod }, /* 274 = lchmod */
HDvfs_syscalls.c3458 sys_lchmod(struct sysmsg *sysmsg, const struct lchmod_args *uap) in sys_lchmod()