Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Ddisk_mount_conditioner.c408 atexit_b(^{ unmount(mount_path, MNT_FORCE); }); in mktempmount()
469 unmount(mount_path, MNT_FORCE); in mkramdisk()
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile238 unmount.2 \
/xnu-8019.80.24/bsd/sys/
H A Dmount.h1504 int unmount(const char *, int);
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c2223 unmount(__unused proc_t p, struct unmount_args *uap, __unused int32_t *retval) in unmount() function