OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 18 00:23:26 UTC 2026