Searched refs:F_GETPATH (Results 1 – 15 of 15) sorted by relevance
| /xnu-12377.81.4/tests/vfs/ |
| H A D | open_symlink.c | 101 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 D | sandbox_fstat.c | 133 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
|
| H A D | named_fork_path.c | 114 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
|
| H A D | linkat_flags.c | 137 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
|
| H A D | sandbox_appledouble_write.c | 119 T_ASSERT_POSIX_SUCCESS(fcntl(fd, F_GETPATH, testdir_path), "Calling fcntl() to get the path");
|
| H A D | freeable_vnodes.c | 246 …T_ASSERT_POSIX_SUCCESS(fcntl(dlpath_fd, F_GETPATH, &path), "path is %s, iteration number is %d and…
|
| H A D | unique.c | 88 …T_ASSERT_POSIX_SUCCESS(fcntl(testdir_fd, F_GETPATH, testdir_path), "Calling fcntl() to get the pat… in setup()
|
| H A D | resolve_namespace.c | 117 …T_ASSERT_POSIX_SUCCESS(fcntl(testdir_fd, F_GETPATH, testdir_path), "Calling fcntl() to get the pat… in setup()
|
| H A D | longpaths.c | 369 int rc = fcntl(fd, F_GETPATH, buf); in test_F_GETPATH() 1121 SYSCALL_TEST(F_GETPATH, F_GETPATH_errno, F_GETPATH_errno)
|
| H A D | resolve_beneath.c | 1248 if (fcntl(dotdot_fd, F_GETPATH, path) == 0) {
|
| /xnu-12377.81.4/bsd/security/audit/ |
| H A D | audit_bsm_fcntl.c | 181 #ifdef F_GETPATH 182 { BSM_F_GETPATH, F_GETPATH },
|
| /xnu-12377.81.4/libsyscall/wrappers/cancelable/ |
| H A D | fcntl-base.c | 56 case F_GETPATH: in fcntl()
|
| /xnu-12377.81.4/libsyscall/wrappers/ |
| H A D | system-version-compat.c | 151 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
|
| /xnu-12377.81.4/bsd/sys/ |
| H A D | fcntl.h | 304 #define F_GETPATH 50 /* return the full path of the fd */ macro
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_descrip.c | 3794 case F_GETPATH: in sys_fcntl_nocancel()
|