Home
last modified time | relevance | path

Searched refs:AT_FDONLY (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h214 #define AT_FDONLY 0x0400 /* Use only the fd and Ignore the path for fstatat(2) */ macro
/xnu-8792.61.2/bsd/vfs/
H A Dvfs_syscalls.c6898 if (flag & AT_FDONLY) { in fstatat_internal()
7174 if (uap->flag & ~(AT_SYMLINK_NOFOLLOW | AT_REALDEV | AT_FDONLY | AT_SYMLINK_NOFOLLOW_ANY)) { in fstatat()
7186 if (uap->flag & ~(AT_SYMLINK_NOFOLLOW | AT_REALDEV | AT_FDONLY | AT_SYMLINK_NOFOLLOW_ANY)) { in fstatat64()