Home
last modified time | relevance | path

Searched refs:SFS_TYPE (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h99 # define SFS_TYPE SFS_VFS /* use <sys/vfs.h> statfs() implementation */ macro
219 # define SFS_TYPE SFS_STATFS /* use <sys/statfs.h> statfs() impl */ macro
260 # define SFS_TYPE SFS_STATFS /* use <sys/statfs.h> statfs() impl */ macro
307 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */ macro
487 # define SFS_TYPE SFS_VFS /* use <sys/vfs.h> statfs() implementation */ macro
554 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */ macro
602 # define SFS_TYPE SFS_MOUNT /* use <sys/mount.h> statfs() impl */ macro
669 # define SFS_TYPE SFS_STATVFS /* use <sys/statvfs.h> statfs() impl */ macro
708 # define SFS_TYPE SFS_VFS /* use <sys/vfs.h> statfs() implementation */ macro
785 # define SFS_TYPE SFS_MOUNT /* use <sys/mount.h> statfs() impl */ macro
[all …]
/freebsd/contrib/sendmail/src/
H A Dconf.c3353 #ifndef SFS_TYPE
3354 # define SFS_TYPE SFS_NONE macro
3357 #if SFS_TYPE == SFS_USTAT
3360 #if SFS_TYPE == SFS_4ARGS || SFS_TYPE == SFS_STATFS
3363 #if SFS_TYPE == SFS_VFS
3366 #if SFS_TYPE == SFS_MOUNT
3369 #if SFS_TYPE == SFS_STATVFS
3378 #if SFS_TYPE == SFS_NONE
3385 # if SFS_TYPE == SFS_USTAT
3396 # if SFS_TYPE == SFS_STATVFS
[all …]
H A DREADME409 SFS_TYPE Encodes how your kernel can locate the amount of free
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES9974 SFS_TYPE which takes on one of six values (SFS_NONE