HomeSort by: relevance | last modified time | path
    Searched defs:unmount (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/kyua-testers/dist/
fs.c 57 /// Specifies if a real unmount(2) is available.
60 /// versions of the unmount code unconditionally. This is a way to prevent
75 # error "umount(8) detected when unmount(2) is also available"
81 /// Fake unmount(2) function for systems without it.
84 /// regardless of whether they actually have an unmount(2) or not.
87 /// \param unused_flags The flags to the unmount(2) call.
91 unmount(const char* KYUA_DEFS_UNUSED_PARAM(path), function
204 /// \param path The location to unmount.
214 kyua_error_warn(error, "Cannot unmount %s", path);
350 /// Unmounts a file system using unmount(2)
    [all...]

Completed in 22 milliseconds