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

  /src/external/bsd/kyua-testers/dist/
fs.c 62 static const bool have_unmount2 = variable
352 /// \pre unmount(2) must be available; i.e. have_unmount2 must be true.
360 assert(have_unmount2);
373 /// \pre umount(2) must not be available; i.e. have_unmount2 must be false.
381 assert(!have_unmount2);
557 if (have_unmount2) {

Completed in 15 milliseconds