Home
last modified time | relevance | path

Searched defs:stat64 (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h89 struct stat64 { struct
90 dev_t st_dev;
91 ino_t st_ino;
92 mode_t st_mode;
93 nlink_t st_nlink;
94 uid_t st_uid;
95 gid_t st_gid;
96 dev_t st_rdev;
97 off_t st_size;
98 timestruc_t st_atim;
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Dlftw.c113 int (*fn)(const char *, const struct stat64 *, int), in lf_lftw()
131 int (*fn)(const char *, const struct stat64 *, int), in lf_xftw()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgross.c84 extern int stat64(const char* path, struct stat64* st) in stat64() function
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dstat.c44 stat64(const char *name, struct stat64 *sb) in stat64() function
/illumos-gate/usr/src/uts/common/syscall/
H A Dstat.c439 stat64(char *name, struct stat64 *sb) in stat64() function
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c352 struct stat64 stat64; in _aiorw() local
/illumos-gate/usr/src/lib/libpam/
H A Dpam_framework.c78 #define stat64 stat macro