Searched refs:ST_LOCAL (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/dhcpcd/dist/src/
H A Dcommon.c206 #ifdef ST_LOCAL
211 return vfs.f_flag & ST_LOCAL ? 1 : 0;
/netbsd-current/sys/sys/
H A Dstatvfs.h135 #define ST_LOCAL MNT_LOCAL macro
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_disk_posix.c1553 defined(HAVE_FSTATFS) && defined(MNT_LOCAL) && !defined(ST_LOCAL)
1681 #elif (defined(HAVE_STATVFS) || defined(HAVE_FSTATVFS)) && defined(ST_LOCAL)
1722 if (svfs.f_flag & ST_LOCAL)
/netbsd-current/usr.sbin/sysinst/
H A Dutil.c595 if (!(sb.f_flag & ST_LOCAL))

Completed in 209 milliseconds