Home
last modified time | relevance | path

Searched refs:funmount (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/tests/vfs/
H A Dfmount_funmount.c112 …T_ASSERT_POSIX_SUCCESS(funmount(fd, MNT_FORCE), "Unmounting %s using funmount(fd = %d)", testdir, …
/xnu-12377.1.9/bsd/sys/
H A Dmount.h1554 int funmount(int, int) __OSX_AVAILABLE(16.0) __IOS_AVAILABLE(19.0) __TVOS_AVAILABLE(19.0) __WAT…
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c2827 funmount(__unused proc_t p, struct funmount_args *uap, __unused int32_t *retval) in funmount() function