Home
last modified time | relevance | path

Searched refs:have_unmount2 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/kyua/m4/
H A Dfs.m4102 AC_CHECK_FUNCS([unmount], [have_unmount2=yes], [have_unmount2=no])
103 if test "${have_unmount2}" = no; then
/freebsd/contrib/kyua/utils/fs/
H A Doperations.cpp112 static const bool have_unmount2 = variable
243 PRE(have_unmount2); in unmount_with_unmount2()
263 PRE(!have_unmount2); in unmount_with_umount8()
789 if (have_unmount2) { in unmount()