Searched refs:statvfs (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp94 #include <sys/statvfs.h>
288 unsigned struct_statvfs_sz = sizeof(struct statvfs);
H A Dsanitizer_common_interceptors.inc122 #define statvfs __statvfs90
4341 INTERCEPTOR(int, statvfs, char *path, void *buf) {
4343 COMMON_INTERCEPTOR_ENTER(ctx, statvfs, path, buf);
4348 int res = REAL(statvfs)(path, buf);
4368 COMMON_INTERCEPT_FUNCTION(statvfs); \
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_mount.c82 #include <sys/statvfs.h>
253 * If the statvfs call fails or the filesystem is not a ZFS
/freebsd-12-stable/contrib/sendmail/src/
H A Dconf.c3349 # define SFS_STATVFS 6 /* use <sys/statvfs.h> implementation */
3368 # include <sys/statvfs.h>
3395 struct statvfs fs;
3414 if (statvfs(dir, &fs) == 0)
/freebsd-12-stable/crypto/openssh/
H A Dsftp-client.c27 #include <sys/statvfs.h>
351 debug3("Received statvfs reply T:%u I:%u", type, id);
360 debug("Couldn't statvfs: %s", fx2txt(status));
362 error("Couldn't statvfs: %s", fx2txt(status));
450 } else if (strcmp(name, "statvfs@openssh.com") == 0 &&
1091 error("Server does not support statvfs@openssh.com extension");
1102 (r = sshbuf_put_cstring(msg, "statvfs@openssh.com")) != 0 ||
H A Dsftp.c29 #include <sys/statvfs.h>
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 715 milliseconds

123