Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/ !
H A Dopen_dprotected_np.c28 int __open_dprotected_np(const char* path, int flags, int class, int dpflags, int mode);
31 open_dprotected_np(const char *path, int flags, int class, int dpflags, ...) in open_dprotected_np() argument
37 va_start(ap, dpflags); in open_dprotected_np()
41 return __open_dprotected_np(path, flags, class, dpflags, mode); in open_dprotected_np()
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, ...) in guarded_open_dprotected_np() argument
40 va_start(ap, dpflags); in guarded_open_dprotected_np()
44 return __guarded_open_dprotected_np(path, guard, guardflags, flags, dpclass, dpflags, mode); in guarded_open_dprotected_np()
/xnu-8019.80.24/bsd/sys/ !
H A Dguarded.h52 int dpclass, int dpflags, ...);
/xnu-8019.80.24/bsd/kern/ !
H A Dkern_guarded.c354 if (uap->dpflags & (O_DP_GETRAWENCRYPTED | O_DP_GETRAWUNENCRYPTED)) { in guarded_open_dprotected_np()
359 if (uap->dpflags & O_DP_GETRAWENCRYPTED) { in guarded_open_dprotected_np()
362 if (uap->dpflags & O_DP_GETRAWUNENCRYPTED) { in guarded_open_dprotected_np()
/xnu-8019.80.24/bsd/vfs/ !
H A Dvfs_syscalls.c4504 int dpflags = uap->dpflags; in open_dprotected_np() local
4540 if (dpflags & (O_DP_GETRAWENCRYPTED | O_DP_GETRAWUNENCRYPTED)) { in open_dprotected_np()
4545 if (uap->dpflags & O_DP_GETRAWENCRYPTED) { in open_dprotected_np()
4548 if (uap->dpflags & O_DP_GETRAWUNENCRYPTED) { in open_dprotected_np()