Searched refs:open_dprotected_np (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/libsyscall/wrappers/
H A Dopen_dprotected_np.c30 int open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) { function
/macosx-10.9.5/diskdev_cmds-572.1.1/setclass.tproj/
H A Dsetclass.c121 * The open_dprotected_np syscall allows us to acquire an FD to query the
124 fd = open_dprotected_np (argv[1], O_RDONLY, 0, O_DP_GETRAWENCRYPTED);
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dfcntl.h612 int open_dprotected_np ( const char *, int, int, int, ...);
/macosx-10.9.5/system_cmds-597.90.1/dynamic_pager.tproj/
H A Ddynamic_pager.c251 fd = open_dprotected_np(subfile, O_CREAT|O_EXCL|O_RDWR, PROTECTION_CLASS_F, 0, (mode_t)(S_IRUSR|S_IWUSR));
425 fd = open_dprotected_np(subfile, O_CREAT|O_EXCL|O_RDWR, PROTECTION_CLASS_F, 0, ((mode_t)(S_IRUSR|S_IWUSR)));
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dynamic_pager.tproj/
H A Ddynamic_pager.c251 fd = open_dprotected_np(subfile, O_CREAT|O_EXCL|O_RDWR, PROTECTION_CLASS_F, 0, (mode_t)(S_IRUSR|S_IWUSR));
425 fd = open_dprotected_np(subfile, O_CREAT|O_EXCL|O_RDWR, PROTECTION_CLASS_F, 0, ((mode_t)(S_IRUSR|S_IWUSR)));
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c3264 * int open_dprotected_np(user_addr_t path, int flags, int class, int dpflags, int mode)
3266 int open_dprotected_np (__unused proc_t p, struct open_dprotected_np_args *uap, int32_t *retval) { function

Completed in 197 milliseconds