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

/freebsd-11-stable/sys/sys/
H A Dstatvfs.h78 int fstatvfs(int, struct statvfs *);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h68 int fstatvfs(int, struct statvfs *);
H A Dbsd-statvfs.c63 int fstatvfs(int fd, struct statvfs *buf) function
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc26 #undef fstatvfs
45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
47 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
52 int res = REAL(fstatvfs)(fd, buf);
64 COMMON_INTERCEPT_FUNCTION(fstatvfs); \
H A Dsanitizer_common_interceptors.inc82 #define fstatvfs __fstatvfs90
4352 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
4354 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
4359 int res = REAL(fstatvfs)(fd, buf);
4369 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/freebsd-11-stable/lib/libc/gen/
H A Dstatvfs.c46 fstatvfs(int fd, struct statvfs *result) function
H A DMakefile.inc484 MLINKS+=statvfs.3 fstatvfs.3
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs macro
334 fstatvfs(dfd, &vst);
/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c394 HX(fstatvfs(0, &stvfs) == -1,
H A Dgetentropy_linux.c474 HX(fstatvfs(0, &stvfs) == -1,
H A Dgetentropy_osx.c370 HX(fstatvfs(0, &stvfs) == -1,
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1704 r = fstatvfs(tree_current_dir_fd(t), &svfs);
1780 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */
1801 vr = fstatvfs(tree_current_dir_fd(t), &svfs);
1901 r = fstatvfs(fd, &svfs);
1916 r = fstatvfs(tree_current_dir_fd(t), &svfs);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h410 extern int fstatvfs(int, struct statvfs *);
/freebsd-11-stable/usr.sbin/makefs/
H A Dffs.c494 if (fstatvfs(fsopts->fd, &sfs) == -1) {
498 warn("can't fstatvfs `%s', using default %d byte chunk",
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c148 { "fstatvfs", "fstatvfs@openssh.com", 0, process_extended_fstatvfs, 0 },
661 /* fstatvfs extension */
662 (r = sshbuf_put_cstring(msg, "fstatvfs@openssh.com")) != 0 ||
1323 debug("request %u: fstatvfs \"%s\" (handle %u)",
1329 if (fstatvfs(fd, &st) != 0)
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 489 milliseconds