Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h26 struct fchdir_args fchdir;
H A Dsysproto.h69 struct fchdir_args { struct
1480 int sys_fchdir (struct sysmsg *sysmsg, const struct fchdir_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c30 { AS(fchdir_args), 4, (sy_call_t *)sys_fchdir }, /* 13 = fchdir */
H A Dvfs_syscalls.c1838 sys_fchdir(struct sysmsg *sysmsg, const struct fchdir_args *uap) in sys_fchdir()