Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/security/audit/ !
H A Daudit_bsm_fcntl.c181 #ifdef F_GETPATH
182 { BSM_F_GETPATH, F_GETPATH },
/xnu-11417.140.69/libsyscall/wrappers/cancelable/ !
H A Dfcntl-base.c56 case F_GETPATH: in fcntl()
/xnu-11417.140.69/libsyscall/wrappers/ !
H A Dsystem-version-compat.c144 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
/xnu-11417.140.69/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…
H A Dlongpaths.c369 int rc = fcntl(fd, F_GETPATH, buf); in test_F_GETPATH()
1115 SYSCALL_TEST(F_GETPATH, F_GETPATH_errno, F_GETPATH_errno)
/xnu-11417.140.69/bsd/sys/ !
H A Dfcntl.h303 #define F_GETPATH 50 /* return the full path of the fd */ macro
/xnu-11417.140.69/bsd/kern/ !
H A Dkern_descrip.c3781 case F_GETPATH: in sys_fcntl_nocancel()