/src/lib/libc/sys/ |
statvfs.c | 1 /* $NetBSD: statvfs.c,v 1.7 2019/09/22 22:59:38 christos Exp $ */ 34 __RCSID("$NetBSD: statvfs.c,v 1.7 2019/09/22 22:59:38 christos Exp $"); 37 #include <sys/statvfs.h> 40 statvfs(const char *file, struct statvfs *st) function in typeref:typename:int 46 fstatvfs(int f, struct statvfs *st) 52 fhstatvfs(const void *fh, size_t fh_size, struct statvfs *st)
|
statvfs.c | 1 /* $NetBSD: statvfs.c,v 1.7 2019/09/22 22:59:38 christos Exp $ */ 34 __RCSID("$NetBSD: statvfs.c,v 1.7 2019/09/22 22:59:38 christos Exp $"); 37 #include <sys/statvfs.h> 40 statvfs(const char *file, struct statvfs *st) function in typeref:typename:int 46 fstatvfs(int f, struct statvfs *st) 52 fhstatvfs(const void *fh, size_t fh_size, struct statvfs *st)
|
/src/tests/lib/libc/c063/ |
t_o_search.c | 38 #include <sys/statvfs.h> 61 #define statvfs statfs macro 321 struct statvfs vst;
|
t_o_search.c | 38 #include <sys/statvfs.h> 61 #define statvfs statfs macro 321 struct statvfs vst;
|
/src/sys/sys/ |
statvfs.h | 1 /* $NetBSD: statvfs.h,v 1.21 2020/07/03 19:37:27 jdolecek Exp $ */ 46 typedef __fsblkcnt_t fsblkcnt_t; /* fs block count (statvfs) */ 66 struct statvfs { struct 149 void copy_statvfs_info(struct statvfs *, const struct mount *); 150 int dostatvfs(struct mount *, struct statvfs *, struct lwp *, int, int); 154 (struct statvfs *)kmem_zalloc(sizeof(struct statvfs), KM_SLEEP) 155 #define STATVFSBUF_PUT(sb) kmem_free(sb, sizeof(struct statvfs)) 160 int getmntinfo(struct statvfs **, int) 163 int statvfs(const char *__restrict, struct statvfs *__restrict [all...] |
statvfs.h | 1 /* $NetBSD: statvfs.h,v 1.21 2020/07/03 19:37:27 jdolecek Exp $ */ 46 typedef __fsblkcnt_t fsblkcnt_t; /* fs block count (statvfs) */ 66 struct statvfs { struct 149 void copy_statvfs_info(struct statvfs *, const struct mount *); 150 int dostatvfs(struct mount *, struct statvfs *, struct lwp *, int, int); 154 (struct statvfs *)kmem_zalloc(sizeof(struct statvfs), KM_SLEEP) 155 #define STATVFSBUF_PUT(sb) kmem_free(sb, sizeof(struct statvfs)) 160 int getmntinfo(struct statvfs **, int) 163 int statvfs(const char *__restrict, struct statvfs *__restrict [all...] |