Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h68 struct chroot_args chroot;
H A Dsysproto.h243 struct chroot_args { struct
1522 int sys_chroot (struct sysmsg *sysmsg, const struct chroot_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c78 { AS(chroot_args), 4, (sy_call_t *)sys_chroot }, /* 61 = chroot */
H A Dvfs_syscalls.c2071 sys_chroot(struct sysmsg *sysmsg, const struct chroot_args *uap) in sys_chroot()