Home
last modified time | relevance | path

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

/xnu-10002.61.3/libsyscall/wrappers/
H A Dopen_dprotected_np.c34 open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) in open_dprotected_np() function
/xnu-10002.61.3/bsd/sys/
H A Dfcntl.h842 int open_dprotected_np( const char *, int, int, int, ...);
/xnu-10002.61.3/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj61 …35377B400DAD1F0 /* open_dprotected_np.c in Sources */ = {isa = PBXBuildFile; fileRef = 030B179A135…
482 …0DAD1F0 /* open_dprotected_np.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
921 030B179A135377B400DAD1F0 /* open_dprotected_np.c */,
1619 030B179B135377B400DAD1F0 /* open_dprotected_np.c in Sources */,
/xnu-10002.61.3/bsd/vfs/
H A Dvfs_syscalls.c5013 open_dprotected_np(__unused proc_t p, struct open_dprotected_np_args *uap, int32_t *retval) in open_dprotected_np() function