Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/vfs/
H A Dfmount_funmount.c106 …T_ASSERT_POSIX_SUCCESS(fmount(FSTYPE_DEVFS, fd, MNT_RDONLY, NULL), "Mounting temporary %s mount us…
/xnu-12377.1.9/bsd/sys/
H A Dmount.h1548 int fmount(const char *, int, int, void *) __OSX_AVAILABLE(10.13) __IOS_AVAILABLE(11.0) __TVOS_…
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c407 fmount(__unused proc_t p, struct fmount_args *uap, __unused int32_t *retval) in fmount() function