Searched refs:dpflags (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/libsyscall/wrappers/ ! |
| H A D | open_dprotected_np.c | 28 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 D | guarded_open_dprotected_np.c | 30 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 D | guarded.h | 52 int dpclass, int dpflags, ...);
|
| /xnu-8019.80.24/bsd/kern/ ! |
| H A D | kern_guarded.c | 354 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 D | vfs_syscalls.c | 4504 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()
|