Searched refs:F_GETPATH (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.140.69/bsd/security/audit/ ! |
| H A D | audit_bsm_fcntl.c | 181 #ifdef F_GETPATH 182 { BSM_F_GETPATH, F_GETPATH },
|
| /xnu-11417.140.69/libsyscall/wrappers/cancelable/ ! |
| H A D | fcntl-base.c | 56 case F_GETPATH: in fcntl()
|
| /xnu-11417.140.69/libsyscall/wrappers/ ! |
| H A D | system-version-compat.c | 144 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
|
| /xnu-11417.140.69/tests/vfs/ ! |
| 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 | longpaths.c | 369 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 D | fcntl.h | 303 #define F_GETPATH 50 /* return the full path of the fd */ macro
|
| /xnu-11417.140.69/bsd/kern/ ! |
| H A D | kern_descrip.c | 3781 case F_GETPATH: in sys_fcntl_nocancel()
|