Searched refs:statvfs_t (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/sys/ |
H A D | statvfs.h | 71 } statvfs_t; typedef 169 #define statvfs_t statvfs64_t macro 184 #define statvfs64_t statvfs_t 190 int statvfs(const char *_RESTRICT_KYWD, statvfs_t *_RESTRICT_KYWD); 191 int fstatvfs(int, statvfs_t *);
|
/titanic_44/usr/src/lib/libproc/common/ |
H A D | pr_statvfs.c | 41 statvfs_32_to_n(statvfs32_t *src, statvfs_t *dest) in statvfs_32_to_n() 65 pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf) in pr_statvfs() 118 pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf) in pr_fstatvfs()
|
H A D | libproc.h | 373 extern int pr_statvfs(struct ps_prochandle *, const char *, statvfs_t *); 374 extern int pr_fstatvfs(struct ps_prochandle *, int, statvfs_t *);
|
H A D | llib-lproc | 331 int pr_statvfs(struct ps_prochandle *Pr, const char *path, statvfs_t *buf); 332 int pr_fstatvfs(struct ps_prochandle *Pr, int fd, statvfs_t *buf);
|