Home
last modified time | relevance | path

Searched refs:O_DP_GETRAWUNENCRYPTED (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dfcntl.h222 #define O_DP_GETRAWUNENCRYPTED 0x0002 macro
/xnu-8796.141.3/bsd/kern/
H A Dkern_guarded.c371 if (uap->dpflags & (O_DP_GETRAWENCRYPTED | O_DP_GETRAWUNENCRYPTED)) { in guarded_open_dprotected_np()
379 if (uap->dpflags & O_DP_GETRAWUNENCRYPTED) { in guarded_open_dprotected_np()
/xnu-8796.141.3/bsd/vfs/
H A Dvfs_syscalls.c4987 if (dpflags & (O_DP_GETRAWENCRYPTED | O_DP_GETRAWUNENCRYPTED | O_DP_AUTHENTICATE)) { in openat_dprotected_internal()
4997 if (dpflags & O_DP_GETRAWUNENCRYPTED) { in openat_dprotected_internal()