Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/vfs/
H A Dopen_symlink.c101 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, namebuf), "Calling fcntl() to get the path");
106 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, namebuf2), "Calling fcntl() to get the path");
H A Dsandbox_fstat.c133 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
H A Dnamed_fork_path.c114 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
H A Dlinkat_flags.c137 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
H A Dsandbox_appledouble_write.c119 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
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 Dunique.c88 …T_ASSERT_POSIX_SUCCESS(fcntl(testdir_fd, F_GETPATH, testdir_path), "Calling fcntl() to get the pat… in setup()
H A Dresolve_namespace.c117 …T_ASSERT_POSIX_SUCCESS(fcntl(testdir_fd, F_GETPATH, testdir_path), "Calling fcntl() to get the pat… in setup()
H A Dlongpaths.c369 int rc = fcntl(fd, F_GETPATH, buf); in test_F_GETPATH()
1121 SYSCALL_TEST(F_GETPATH, F_GETPATH_errno, F_GETPATH_errno)
H A Dresolve_beneath.c1248 if (fcntl(dotdot_fd, F_GETPATH, path) == 0) {
/xnu-12377.81.4/bsd/security/audit/
H A Daudit_bsm_fcntl.c181 #ifdef F_GETPATH
182 { BSM_F_GETPATH, F_GETPATH },
/xnu-12377.81.4/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c56 case F_GETPATH: in fcntl()
/xnu-12377.81.4/libsyscall/wrappers/
H A Dsystem-version-compat.c151 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
/xnu-12377.81.4/bsd/sys/
H A Dfcntl.h304 #define F_GETPATH 50 /* return the full path of the fd */ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_descrip.c3794 case F_GETPATH: in sys_fcntl_nocancel()