Searched refs:fstatvfs (Results 1 - 16 of 16) sorted by relevance

/freebsd-11.0-release/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h70 int fstatvfs(int, struct statvfs *);
H A Dbsd-statvfs.c65 int fstatvfs(int fd, struct statvfs *buf) function
/freebsd-11.0-release/sys/sys/
H A Dstatvfs.h78 int fstatvfs(int, struct statvfs *);
/freebsd-11.0-release/lib/libc/gen/
H A Dstatvfs.c46 fstatvfs(int fd, struct statvfs *result) function
H A DMakefile.inc478 MLINKS+=statvfs.3 fstatvfs.3
/freebsd-11.0-release/contrib/unbound/compat/
H A Dgetentropy_solaris.c394 HX(fstatvfs(0, &stvfs) == -1,
H A Dgetentropy_linux.c489 HX(fstatvfs(0, &stvfs) == -1,
H A Dgetentropy_osx.c382 HX(fstatvfs(0, &stvfs) == -1,
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1645 r = fstatvfs(tree_current_dir_fd(t), &sfs);
1729 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */
1750 vr = fstatvfs(tree_current_dir_fd(t), &svfs);
1856 r = fstatvfs(fd, &sfs);
1871 r = fstatvfs(tree_current_dir_fd(t), &sfs);
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp234 TLI.setUnavailable(LibFunc::fstatvfs);
/freebsd-11.0-release/contrib/gcc/
H A Dsys-protos.h410 extern int fstatvfs(int, struct statvfs *);
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp501 case LibFunc::fstatvfs:
/freebsd-11.0-release/usr.sbin/makefs/
H A Dffs.c499 if (fstatvfs(fsopts->fd, &sfs) == -1) {
503 warn("can't fstatvfs `%s', using default %d byte chunk",
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3458 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
3460 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
3464 int res = REAL(fstatvfs)(fd, buf);
3470 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/freebsd-11.0-release/crypto/openssh/
H A Dsftp-server.c152 { "fstatvfs", "fstatvfs@openssh.com", 0, process_extended_fstatvfs, 0 },
665 /* fstatvfs extension */
666 (r = sshbuf_put_cstring(msg, "fstatvfs@openssh.com")) != 0 ||
1327 debug("request %u: fstatvfs \"%s\" (handle %u)",
1333 if (fstatvfs(fd, &st) != 0)
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 614 milliseconds