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

/freebsd-13-stable/sys/sys/
H A Dstatvfs.h78 int fstatvfs(int, struct statvfs *);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-statvfs.h71 int fstatvfs(int, struct statvfs *);
H A Dbsd-statvfs.c71 int fstatvfs(int fd, struct statvfs *buf) function
/freebsd-13-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
4395 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
4397 COMMON_INTERCEPTOR_ENTER(ctx, fstatvfs, fd, buf);
4402 int res = REAL(fstatvfs)(fd, buf);
4412 COMMON_INTERCEPT_FUNCTION(fstatvfs);
/freebsd-13-stable/lib/libc/gen/
H A Dstatvfs.c46 fstatvfs(int fd, struct statvfs *result) function
H A DMakefile.inc512 MLINKS+=statvfs.3 fstatvfs.3
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c62 #define fstatvfs fstatfs macro
334 fstatvfs(dfd, &vst);
/freebsd-13-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-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c1675 r = fstatvfs(tree_current_dir_fd(t), &svfs);
1759 vr = fstatvfs(fd, &svfs);/* for f_flag, mount flags */
1780 vr = fstatvfs(tree_current_dir_fd(t), &svfs);
1886 r = fstatvfs(fd, &svfs);
1901 r = fstatvfs(tree_current_dir_fd(t), &svfs);
/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c507 if (fstatvfs(fsopts->fd, &sfs) == -1) {
511 warn("can't fstatvfs `%s', using default %d byte chunk",
/freebsd-13-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-13-stable/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 604 milliseconds