Searched refs:__darwin_ino64_t (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_ino64_t.h30 typedef __darwin_ino64_t ino64_t; /* 64bit inode number */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A D_types.h62 typedef __uint64_t __darwin_ino64_t; /* [???] Used for 64 bit inodes */ typedef
64 typedef __darwin_ino64_t __darwin_ino_t; /* [???] Used for inodes */
H A Dstat.h170 __darwin_ino64_t st_ino; /* [XSI] File serial number */ \
/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c2880 if (sb.st_ino < (__darwin_ino64_t)2<<31) {
2895 if (sb.st_ino < (__darwin_ino64_t)2<<31) {
2909 if (sb.st_ino < (__darwin_ino64_t)2<<31) {

Completed in 100 milliseconds