Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsysunion.h26 struct fchdir_args fchdir;
HDsysproto.h69 struct fchdir_args { struct
1485 int sys_fchdir (struct sysmsg *sysmsg, const struct fchdir_args *);
/dragonfly/sys/kern/
HDinit_sysent.c30 { AS(fchdir_args), 4, (sy_call_t *)sys_fchdir }, /* 13 = fchdir */
HDvfs_syscalls.c1848 sys_fchdir(struct sysmsg *sysmsg, const struct fchdir_args *uap) in sys_fchdir()