Searched refs:stat64 (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dstat.h200 * lstat64(), and stat64() functions, and for struct stat when
271 struct stat64 __DARWIN_STRUCT_STAT64;
348 extern void munge_stat64(struct stat64 *sbp, struct user_stat64 *usbp);
548 /* The following deprecated routines are simillar to stat and friends except provide struct stat64 instead of struct stat */
549 int fstatx64_np(int, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
550 int lstatx64_np(const char *, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
551 int statx64_np(const char *, struct stat64 *, filesec_t) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
552 int fstat64(int, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
553 int lstat64(const char *, struct stat64 *) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_5,__MAC_10_6,__IPHONE_NA,__IPHONE_NA);
554 int stat64(cons
[all...]
H A Dsysproto.h2011 int stat64(struct proc *, struct stat64_args *, int *);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsys_socket.c444 struct stat64 *sb64 = (struct stat64 *)0;
453 sb64 = (struct stat64 *)ub;
H A Dposix_shm.c700 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
721 sb64 = (struct stat64 *)ub;
722 bzero(sb64, sizeof(struct stat64));
H A Dproc_info.c124 static void munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp);
937 struct stat64 sb;
1253 * copy stat64 structure into vinfo_stat structure.
1256 munge_vinfo_stat(struct stat64 *sbp, struct vinfo_stat *vsbp)
H A Dsys_pipe.c430 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
468 sb64 = (struct stat64 *)ub;
H A Dkern_event.c1704 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
1708 sb64 = (struct stat64 *)ub;
H A Duipc_usrreq.c526 struct stat64 *sb64;
528 sb64 = (struct stat64 *)ub;
H A Duipc_socket2.c1500 struct stat64 *sb64;
1502 sb64 = (struct stat64 *)ub;
H A Dinit_sysent.c488 {AC(stat64_args), 0, 0, (sy_call_t *)stat64, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 338 = stat64 */
H A Dkern_descrip.c1905 struct stat64 sb64;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c882 struct stat64 * sb64 = (struct stat64 *)0; /* warning avoidance ; protected by isstat64 */
885 sb64 = (struct stat64 *)sbptr;
H A Dvfs_syscalls.c3593 struct stat64 sb64;
3748 stat64(__unused proc_t p, struct stat64_args *uap, __unused register_t *retval) function
6994 * copy stat64 structure into user_stat64 structure.
6996 void munge_stat64(struct stat64 *sbp, struct user_stat64 *usbp)

Completed in 117 milliseconds