Home
last modified time | relevance | path

Searched refs:F_GETPATH (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c187 #ifdef F_GETPATH
188 { BSM_F_GETPATH, F_GETPATH },
/xnu-8020.121.3/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c56 case F_GETPATH: in fcntl()
/xnu-8020.121.3/libsyscall/wrappers/
H A Dsystem-version-compat.c144 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h282 #define F_GETPATH 50 /* return the full path of the fd */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c3694 case F_GETPATH: in sys_fcntl_nocancel()