Searched refs:dpclass (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/libsyscall/wrappers/ |
| 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 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 | 351 VATTR_SET(&va, va_dataprotect_class, uap->dpclass); in guarded_open_dprotected_np()
|