Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_mount.c1720 sys_unmount(struct thread *td, struct unmount_args *uap) in sys_unmount() function
H A Dinit_sysent.c91 { .sy_narg = AS(unmount_args), .sy_call = (sy_call_t *)sys_unmount, .sy_auevent = AUE_UMOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 22 = unmount */
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c92 { .sy_narg = AS(unmount_args), .sy_call = (sy_call_t *)sys_unmount, .sy_auevent = AUE_UMOUNT, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 22 = unmount */
/freebsd/sys/sys/
H A Dsysproto.h1920 int sys_unmount(struct thread *, struct unmount_args *);