Searched refs:stat (Results 76 - 100 of 108) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c85 #include <sys/stat.h>
1872 * fd The fd to stat
1873 * ub The user stat buffer
1897 * XXX switch on node type is bogus; need a stat in struct
1904 struct stat sb;
1936 * going to let them get the basic stat information.
2044 * uap->fd The fd to stat
2045 * uap->ub The user stat buffer
2066 * uap->fd The fd to stat
2067 * uap->ub The user stat buffe
[all...]
H A Dmach_loader.c46 #include <sys/stat.h>
H A Dtty_ptmx.c81 #include <sys/stat.h> /* _devfs_setattr() */
H A Dinit_sysent.c98 {0, 0, 0, (sy_call_t *)nosys, NULL, NULL, _SYSCALL_RET_INT_T, 0}, /* 38 = nosys old stat */
282 {AC(stat_args), 0, 0, (sy_call_t *)stat, munge_ww, munge_dd, _SYSCALL_RET_INT_T, 8}, /* 188 = stat */
H A Dkern_exec.c98 #include <sys/stat.h>
H A Dpthread_synch.c60 #include <sys/stat.h>
H A Dkern_sig.c88 #include <sys/stat.h>
H A Dsys_generic.c84 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c88 #include <sys/stat.h>
603 struct stat sb;
607 ("Can't stat %s - %s\n", file->fPath, strerror(errno)));
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c108 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c85 #include <sys/stat.h>
H A Dcd9660_vnops.c86 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c87 #include <sys/stat.h>
H A Dunion_vnops.c74 #include <sys/stat.h>
705 * links to directories to avoid stat'ing all the time.
718 * called with the vnode locked or not. stat() calls
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c79 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dfasttrap.c35 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ufs/
H A Dufs_vnops.c76 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c80 #include <sys/stat.h>
3592 struct stat sb;
3604 /* stat calls are allowed for resource forks. */
3742 stat(__unused proc_t p, struct stat_args *uap, __unused register_t *retval) function
5869 * Extended stat call which returns volumeid and vnodeid as well as other info
6955 * copy stat structure into user_stat structure.
6957 void munge_stat(struct stat *sbp, struct user_stat *usbp)
H A Dvfs_attrlist.c39 #include <sys/stat.h>
365 * A majority of them are the same attributes that are required for stat(2) and statfs(2).
H A Dvfs_xattr.c45 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c42 #include <sys/stat.h>
H A Dhfs_vfsutils.c39 #include <sys/stat.h>
H A Dhfs_catalog.c32 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_input.c285 SYSCTL_STRUCT(_net_inet_ip_linklocal, OID_AUTO, stat, CTLFLAG_RD,
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOHibernateIO.cpp158 #include <sys/stat.h>

Completed in 328 milliseconds

12345