Searched refs:dpflags (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/libsyscall/wrappers/
H A Dopen_dprotected_np.c28 int __open_dprotected_np(const char* path, int flags, int class, int dpflags, int mode);
30 int open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) { argument
35 va_start(ap, dpflags);
39 return (__open_dprotected_np(path, flags, class, dpflags, mode));
H A Dguarded_open_dprotected_np.c30 const guardid_t *guard, u_int guardflags, int flags, int dpclass, int dpflags, int mode);
34 const guardid_t *guard, u_int guardflags, int flags, int dpclass, int dpflags, ...)
40 va_start(ap, dpflags);
44 return (__guarded_open_dprotected_np(path, guard, guardflags, flags, dpclass, dpflags, mode));
33 guarded_open_dprotected_np(const char *path, const guardid_t *guard, u_int guardflags, int flags, int dpclass, int dpflags, ...) argument
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dguarded.h52 int dpclass, int dpflags, ...);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_guarded.c374 * const guardid_t *guard, u_int guardflags, int dpclass, int dpflags, ...);
377 * in "dpclass" and dataprotection flags 'dpflags'. Otherwise behaviors are same as in
432 if (uap->dpflags & O_DP_GETRAWENCRYPTED) {
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_syscalls.c3588 * int open_dprotected_np(user_addr_t path, int flags, int class, int dpflags, int mode)
3593 int dpflags = uap->dpflags; local
3623 if (dpflags & O_DP_GETRAWENCRYPTED) {

Completed in 202 milliseconds