Home
last modified time | relevance | path

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

/xnu-10063.101.15/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-10063.101.15/bsd/man/man2/
H A DMakefile241 unmount.2 \
/xnu-10063.101.15/tests/vm/
H A Dtest_vm_no_pager.m310 …nmount, "test correct detection and propagation of reason for not having a pager (forced unmount)",
/xnu-10063.101.15/bsd/sys/
H A Dmount.h1545 int unmount(const char *, int);
/xnu-10063.101.15/bsd/vfs/
H A Dvfs_syscalls.c2566 unmount(__unused proc_t p, struct unmount_args *uap, __unused int32_t *retval) in unmount() function