Home
last modified time | relevance | path

Searched refs:is_mountpoint_mounted (Results 1 – 3 of 3) sorted by relevance

/dragonfly/tools/regression/usr.sbin/installer/libaura/fspred1/
H A Dfspred1.c80 pass = is_mountpoint_mounted(TMOUNTP); in test_is_mountpoint_mounted()
81 pass = pass && !is_mountpoint_mounted(TEXIST); in test_is_mountpoint_mounted()
/dragonfly/usr.sbin/installer/libaura/
H A Dfspred.h49 int is_mountpoint_mounted(const char *);
H A Dfspred.c184 is_mountpoint_mounted(const char *mtpt) in is_mountpoint_mounted() function