Searched refs:unmount_args (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sys/kern/
H A Dvfs_mount.c1124 struct unmount_args { struct
1133 register struct unmount_args /* {
H A Dinit_sysent.c59 { AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = unmount */
H A Dsystrace_args.c154 struct unmount_args *p = params;
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_misc.c239 struct unmount_args um;
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_file.c1163 struct unmount_args bsd;
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c72 { AS(unmount_args), (sy_call_t *)sys_unmount, AUE_UMOUNT, NULL, 0, 0, 0, SY_THR_STATIC }, /* 22 = unmount */
H A Dfreebsd32_systrace_args.c157 struct unmount_args *p = params;
/freebsd-10.0-release/sys/sys/
H A Dsysproto.h109 struct unmount_args { struct
1840 int sys_unmount(struct thread *, struct unmount_args *);

Completed in 194 milliseconds