Home
last modified time | relevance | path

Searched refs:guarded_open_np (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libsyscall/wrappers/
H A Dguarded_open_np.c33 guarded_open_np(const char *path, in guarded_open_np() function
/xnu-8019.80.24/bsd/sys/
H A Dguarded.h48 extern int guarded_open_np(const char *path,
/xnu-8019.80.24/tests/
H A Dmonotonic_uncore.c75 fd = guarded_open_np(UNCORE_DEV_PATH, &guard, in open_uncore_error()
/xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj136 …D4157E8AF200CE68F0 /* guarded_open_np.c in Sources */ = {isa = PBXBuildFile; fileRef = 467DAFD3157…
579 …F200CE68F0 /* guarded_open_np.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
885 467DAFD3157E8AF200CE68F0 /* guarded_open_np.c */,
1582 467DAFD4157E8AF200CE68F0 /* guarded_open_np.c in Sources */,
/xnu-8019.80.24/bsd/kern/
H A Dkern_guarded.c251 guarded_open_np(proc_t p, struct guarded_open_np_args *uap, int32_t *retval) in guarded_open_np() function