Searched refs:__DARWIN_INODE64 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dstat.h592 int fstat(int, struct stat *) __DARWIN_INODE64(fstat);
593 int lstat(const char *, struct stat *) __DARWIN_INODE64(lstat);
596 int stat(const char *, struct stat *) __DARWIN_INODE64(stat);
610 int fstatx_np(int, struct stat *, filesec_t) __DARWIN_INODE64(fstatx_np);
613 int lstatx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(lstatx_np);
616 int statx_np(const char *, struct stat *, filesec_t) __DARWIN_INODE64(statx_np);
H A Dmount.h1279 int fstatfs(int, struct statfs *) __DARWIN_INODE64(fstatfs);
1284 int getfsstat(struct statfs *, int, int) __DARWIN_INODE64(getfsstat);
1288 int getmntinfo(struct statfs **, int) __DARWIN_INODE64(getmntinfo);
1293 int statfs(const char *, struct statfs *) __DARWIN_INODE64(statfs);
H A Dcdefs.h424 #define __DARWIN_INODE64(sym) __asm("_" __STRING(sym) __DARWIN_SUF_64_BIT_INO_T) macro

Completed in 78 milliseconds