Searched refs:F_GETPATH (Results 1 – 6 of 6) sorted by relevance
181 #ifdef F_GETPATH182 { BSM_F_GETPATH, F_GETPATH },
56 case F_GETPATH: in fcntl()
144 if (fcntl_syscall(opened_fd, F_GETPATH, new_path)) { in _system_version_compat_open_shim()
246 …T_ASSERT_POSIX_SUCCESS(fcntl(dlpath_fd, F_GETPATH, &path), "path is %s, iteration number is %d and…
298 #define F_GETPATH 50 /* return the full path of the fd */ macro
3734 case F_GETPATH: in sys_fcntl_nocancel()