/titanic_44/usr/src/cmd/backup/dump/ |
H A D | partial.c | 38 static int lf_ftw_mark(const char *, const struct stat64 *, int); 55 struct stat64 st; in partial_check() 57 if (stat64(disk, &st) < 0 || in partial_check() 68 stat64(mnt->mnt_dir, &st) < 0) in partial_check() 113 struct stat64 st; 121 if (stat64(path, &st) < 0 || 157 struct stat64 st; 166 if (stat64(dotdot, &st) < 0) 184 if (stat64(dotdot, &st) < 0 || 202 const struct stat64 *st; [all …]
|
H A D | lftw.c | 106 int (*)(const char *, const struct stat64 *, int), 108 int (*)(const char *, struct stat64 *)); 113 int (*fn)(const char *, const struct stat64 *, int), in lf_lftw() argument 131 int (*fn)(const char *, const struct stat64 *, int), in lf_xftw() argument 133 int (*statfn)(const char *, struct stat64 *)) in lf_xftw() 142 struct stat64 sb; in lf_xftw()
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | ttyname.c | 101 const entry_t skip_dirs[], struct stat64 *fsb); 103 static char *ispts(struct stat64 *fsb, int match_mask); 104 static char *ispty(struct stat64 *fsb, int match_mask); 106 static char *_ttyname_common(struct stat64 *fsp, char *buffer, 158 struct stat64 fsb; in _ttyname_dev() 177 struct stat64 fsb; /* what we are searching for */ in ttyname_r() 201 _ttyname_common(struct stat64 *fsp, char *buffer, uint_t match_mask) in _ttyname_common() 203 struct stat64 tfsb; in _ttyname_common() 226 if (stat64(spclp->spcl_name, &tfsb) != 0) in _ttyname_common() 252 if (stat64(spclp->spcl_name, &tfsb) == 0) { in _ttyname_common() [all …]
|
H A D | getvfsent.c | 59 (vgetp->xx == NULL || stat64(vgetp->xx, &statb) == -1 ||\ 74 struct stat64 statb; in getvfsspec() 77 if (special && stat64(special, &statb) == 0 && in getvfsspec() 91 stat64(vgetp->vfs_special, &statb) == -1 || in getvfsspec() 114 struct stat64 statb; in getvfsany() 138 if (vrefp->vfs_special && stat64(vrefp->vfs_special, &statb) == 0 && in getvfsany() 146 if (vrefp->vfs_fsckdev && stat64(vrefp->vfs_fsckdev, &statb) == 0 && in getvfsany()
|
H A D | ftok.c | 46 struct stat64 st; in ftok() 51 if (stat64(path, &st) < 0) in ftok()
|
H A D | posix_fadvise.c | 51 struct stat64 statb; in posix_fadvise() 79 struct stat64 statb; in posix_fadvise64()
|
/titanic_44/usr/src/lib/libadm/common/ |
H A D | fulldevnm.c | 98 static char *getblkcomplete(char *, struct stat64 *); 99 static char *getrawcomplete(char *, struct stat64 *); 154 struct stat64 buf; in test_if_blk() 157 if (stat64(new_path, &buf) != 0) in test_if_blk() 175 struct stat64 buf; in test_if_raw() 178 if (stat64(new_path, &buf) != 0) in test_if_raw() 195 getblkcomplete(char *cp, struct stat64 *dat) in getblkcomplete() 248 getrawcomplete(char *cp, struct stat64 *dat) in getrawcomplete() 338 struct stat64 buf; in getfullblkname() 355 if (stat64(cp, &buf) != 0) { in getfullblkname() [all …]
|
H A D | devtab.c | 116 samedev(struct stat64 x, struct stat64 y) in samedev() 915 struct stat64 devstatbuf; /* Stat struct, <device> */ in _getdevrec() 916 struct stat64 tblstatbuf; /* Stat struct, tbl entry */ in _getdevrec() 951 if (stat64(device, &devstatbuf) != 0) errno = ENODEV; in _getdevrec() 966 if (stat64(devrec->cdevice, &tblstatbuf) == 0) { in _getdevrec() 989 if (stat64(devrec->bdevice, &tblstatbuf) == 0) { in _getdevrec() 1012 if (stat64(devrec->pathname, in _getdevrec()
|
/titanic_44/usr/src/lib/libc/port/sys/ |
H A D | stat.c | 37 fstatat64(int fd, const char *name, struct stat64 *sb, int flags) in fstatat64() 42 #pragma weak _stat64 = stat64 44 stat64(const char *name, struct stat64 *sb) in stat64() function 55 lstat64(const char *name, struct stat64 *sb) in lstat64() 66 fstat64(int fd, struct stat64 *sb) in fstat64()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | stat.h | 89 struct stat64 { struct 130 struct stat64 { 161 #pragma redefine_extname stat stat64 172 #define stat stat64 190 #pragma redefine_extname stat64 stat 200 #define stat64 stat 278 struct stat64 { 303 struct stat64 { 497 extern int fstat64(int, struct stat64 *); 498 extern int stat64(const char *_RESTRICT_KYWD, struct stat64 *_RESTRICT_KYWD); [all …]
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | gross.c | 66 extern int fstat64(int fd, struct stat64* st) in fstat64() 75 extern int lstat64(const char* path, struct stat64* st) in lstat64() 84 extern int stat64(const char* path, struct stat64* st) in stat64() function
|
/titanic_44/usr/src/lib/libgen/common/ |
H A D | copylist.c | 83 struct stat64 stbuf; in copylist64() 86 if (stat64(filenm, &stbuf) == -1) { in copylist64() 99 struct stat64 stbuf; in copylist() 102 if (stat64(filenm, &stbuf) == -1) { in copylist()
|
H A D | rmdirp.c | 56 struct stat64 st, cst; in rmdirp() 61 currstat = stat64(".", &cst); in rmdirp() 100 if (stat64(d, &st) < 0) { in rmdirp()
|
/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_proto.h | 64 struct stat64 *, 69 struct stat64 *, 74 struct stat64 *,
|
H A D | tlm_traverse.c | 104 struct stat64 ts_st; 132 struct stat64 fd_attr; 153 char *name, long *countp, struct stat64 *attr, in fs_populate_dents() 203 fs_getstat(char *path, fs_fhandle_t *fh, struct stat64 *st) in fs_getstat() 229 struct stat64 st; in fs_getdents() 287 char *nm, int *el, fs_fhandle_t *efh, struct stat64 *est) in fs_readdir() 336 struct stat64 pst, est; in traverse_post() 755 struct stat64 pst, est; in traverse_level() 1063 struct stat64 src_attr; in filecopy() 1064 struct stat64 dst_attr; in filecopy() [all …]
|
/titanic_44/usr/src/lib/libnisdb/yptol/ |
H A D | shim_ancil.c | 223 struct stat64 filestat; in ypcheck_map_existence_yptol() 238 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol() 251 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol() 266 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol() 280 if (stat64(dbfile, &filestat) == -1) { in ypcheck_map_existence_yptol()
|
/titanic_44/usr/src/head/ |
H A D | ftw.h | 141 int (*)(const char *, const struct stat64 *, int), int); 143 int (*)(const char *, const struct stat64 *, int), int); 146 int (*)(const char *, const struct stat64 *, int, struct FTW *),
|
/titanic_44/usr/src/cmd/ndmpd/include/ |
H A D | tlm_buffers.h | 171 boolean_t (*bs_fn)(struct bk_selector *bks, struct stat64 *s); 246 struct stat64 *, 251 struct stat64 *); 256 struct stat64 *,
|
/titanic_44/usr/src/cmd/vi/port/ |
H A D | expreserve.c | 100 struct stat64 stbuf; 149 if (stat64((char *)filname, &stbuf)) 182 struct stat64 stbuf; in copyout() 221 struct stat64 stbuf; in copyout() 223 if (stat64((char *)name, &stbuf) == 0) in copyout()
|
/titanic_44/usr/src/cmd/bart/ |
H A D | create.c | 37 static int eval_file(const char *fname, const struct stat64 *statb, 40 static char *get_acl_string(const char *fname, const struct stat64 *statb, 45 static int walker(const char *name, const struct stat64 *sp, 289 struct stat64 stat_buf; in create_manifest_filelist() 344 walker(const char *name, const struct stat64 *sp, int type, struct FTW *ftwx) in walker() 417 eval_file(const char *fname, const struct stat64 *statb, struct FTW *ftwx) in eval_file() 611 get_acl_string(const char *fname, const struct stat64 *statb, int *err_code) in get_acl_string()
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | stat.c | 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) in fstat64() 422 fstatat64(int fd, char *name, struct stat64 *sb, int flags) in fstatat64() 439 stat64(char *name, struct stat64 *sb) in stat64() function 445 lstat64(char *name, struct stat64 *sb) in lstat64() 451 cstat64(vnode_t *vp, struct stat64 *ubp, int flag, cred_t *cr) in cstat64() 454 struct stat64 lsb; in cstat64() 487 cstatat64(int fd, char *name, struct stat64 *sb, int follow, int flags) in cstatat64()
|
/titanic_44/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 90 static struct mntlist *findmntent(char *, struct stat64 *, struct mntlist *); 282 struct stat64 *argstat; in main() 298 argstat = (struct stat64 *)xmalloc(argc * sizeof (*argstat)); in main() 324 if (stat64(cp, &argstat[i]) < 0) { in main() 689 struct stat64 device_stat, mount_stat; in mpath() 702 if (stat64(mnt.mnt_mountp, &mount_stat) != 0) in mpath() 704 if (stat64(mnt.mnt_special, &device_stat) != 0) in mpath() 768 findmntent(char *path, struct stat64 *pstat, struct mntlist *mlist) in findmntent() 826 struct stat64 fs_sb; in findmntent() 828 if (stat64(mnt->mnt_mountp, &fs_sb) < 0 && in findmntent() [all …]
|
/titanic_44/usr/src/cmd/ypcmd/shared/ |
H A D | utils.c | 194 struct stat64 filestat; 206 if (stat64(dbfile, &filestat) != -1) { 210 if (stat64(dbfile, &filestat) != -1) {
|
/titanic_44/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd.h | 800 struct stat64 *, 804 struct stat64 *); 808 struct stat64 *, 813 struct stat64 *, 817 struct stat64 *, 821 struct stat64 *); 825 struct stat64 *, 829 struct stat64 *, 1044 extern int fs_getstat(char *, struct fs_fhandle *, struct stat64 *); 1046 char *, int *, struct fs_fhandle *, struct stat64 *);
|
H A D | ndmpd_fhistory.c | 117 struct stat64 *file_stat, u_longlong_t fh_info) in ndmpd_api_file_history_path_v2() 297 struct stat64 *file_stat, u_longlong_t fh_info) in ndmpd_api_file_history_node_v2() 391 struct stat64 *file_stat, u_longlong_t fh_info) in ndmpd_api_file_history_file_v3() 630 struct stat64 *file_stat, u_longlong_t fh_info) in ndmpd_api_file_history_node_v3() 733 ndmpd_fhpath_v3_cb(lbr_fhlog_call_backs_t *cbp, char *path, struct stat64 *stp, in ndmpd_fhpath_v3_cb() 790 ndmpd_fhdir_v3_cb(lbr_fhlog_call_backs_t *cbp, char *dir, struct stat64 *stp) in ndmpd_fhdir_v3_cb() 904 struct stat64 ret_attr; in ndmpd_fhdir_v3_cb() 909 err = stat64(dirpath, &ret_attr); in ndmpd_fhdir_v3_cb() 940 struct stat64 *stp, u_longlong_t off) in ndmpd_fhnode_v3_cb() 1041 struct stat64 *st, u_longlong_t ll_idx) in ndmpd_path_restored_v3() [all …]
|