Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/man/man2/
H A DMakefile241 unmount.2 \
/xnu-8792.41.9/bsd/sys/
H A Dmount.h1520 int unmount(const char *, int);
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_syscalls.c2557 unmount(__unused proc_t p, struct unmount_args *uap, __unused int32_t *retval) in unmount() function