Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/security/audit/
H A Daudit_bsm_fcntl.c181 #ifdef F_GETPATH
182 { BSM_F_GETPATH, F_GETPATH },
/xnu-10063.101.15/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c56 case F_GETPATH: in fcntl()
/xnu-10063.101.15/libsyscall/wrappers/
H A Dsystem-version-compat.c144 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
/xnu-10063.101.15/tests/vfs/
H A Dfreeable_vnodes.c246 …T_ASSERT_POSIX_SUCCESS(fcntl(dlpath_fd, F_GETPATH, &path), "path is %s, iteration number is %d and…
/xnu-10063.101.15/bsd/sys/
H A Dfcntl.h298 #define F_GETPATH 50 /* return the full path of the fd */ macro
/xnu-10063.101.15/bsd/kern/
H A Dkern_descrip.c3734 case F_GETPATH: in sys_fcntl_nocancel()