Searched refs:stat (Results 51 - 75 of 108) sorted by relevance

12345

/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fifofs/
H A Dfifo_vnops.c71 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsocketvar.h408 struct stat;
H A Dvnode.h339 /* traditional stat(2) parameter fields */
406 * defines mode word of stat structure in terms of inode formats).
681 struct stat;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsystrace.c31 #include <sys/stat.h>
71 #include <sys/stat.h>
H A Dsdt.c37 #include <sys/stat.h>
H A Ddtrace.c73 #include <sys/stat.h>
2041 uint32_t *stat = &state->dts_speculations_unavail, count;
2052 stat = &state->dts_speculations_busy;
2068 count = *stat;
2069 } while (dtrace_cas32(stat, count, count + 1) != count);
15951 dtrace_status_t stat;
15965 bzero(&stat, sizeof (stat));
15975 stat.dtst_exiting = 1;
15983 stat
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/fdesc/
H A Dfdesc_vnops.c84 #include <sys/stat.h>
371 struct stat stb;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_socket2.c80 #include <sys/stat.h>
1505 struct stat *sb;
1507 sb = (struct stat *)ub;
H A Dkern_authorization.c44 #include <sys/stat.h>
H A Dkern_mman.c94 #include <sys/stat.h>
H A Dposix_sem.c56 #include <sys/stat.h>
H A Dsysv_shm.c77 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c43 #include <sys/stat.h>
2601 struct stat stat_buf;
2603 if (stat(path, &stat_buf) == 0) {
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c47 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/
H A Dmemdev.c89 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c84 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_usrreq.c77 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_fsevents.c39 #include <sys/stat.h>
457 // tests like a Finder copy where multiple stat-changed events can
2025 fseventsf_stat(__unused struct fileproc *fp, __unused struct stat *sb, __unused vfs_context_t ctx)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_attrlist.c40 #include <sys/stat.h>
566 * The stat call (getattr) will always return the c_fileid
755 * typically used in stat's st_nlink field)
H A Dhfs_link.c34 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vnops.c90 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c74 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/synthfs/
H A Dsynthfs_vnops.c43 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs4_subs.c41 #include <sys/stat.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c73 #include <sys/stat.h>

Completed in 237 milliseconds

12345