Home
last modified time | relevance | path

Searched refs:openat_fd (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/libsyscall/wrappers/
H A Dsystem-version-compat.c133 _system_version_compat_open_shim(int opened_fd, int openat_fd, const char *orig_path, int oflag, mo… in _system_version_compat_open_shim() argument
185 new_fd = openat_syscall(openat_fd, new_path, oflag, mode); in _system_version_compat_open_shim()
H A D_libkernel_init.c44 extern int _system_version_compat_open_shim(int opened_fd, int openat_fd, const char *orig_path, in…
50 extern int (*system_version_compat_open_shim)(int opened_fd, int openat_fd, const char *orig_path, …
H A Dsystem-version-compat-support.c43 int (*system_version_compat_open_shim)(int opened_fd, int openat_fd, const char *orig_path, int ofl…
H A Dopen-base.c37 extern int (*system_version_compat_open_shim)(int opened_fd, int openat_fd, const char *orig_path, …