Lines Matching defs:stat64
412 static int cstatat64(int, char *, struct stat64 *, int, int);
413 static int cstat64(vnode_t *, struct stat64 *, int, cred_t *);
416 fstat64(int fd, struct stat64 *sb)
422 fstatat64(int fd, char *name, struct stat64 *sb, int flags)
439 stat64(char *name, struct stat64 *sb)
445 lstat64(char *name, struct stat64 *sb)
451 cstat64(vnode_t *vp, struct stat64 *ubp, int flag, cred_t *cr)
454 struct stat64 lsb;
487 cstatat64(int fd, char *name, struct stat64 *sb, int follow, int flags)
519 * but the problem is that the 64-bit ABI defines the 'stat64' structure