Home
last modified time | relevance | path

Searched refs:cpx_flags (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_cprotect.c73 cpx_flags_t cpx_flags; member
144 cpx->cpx_flags |= CPX_WRITE_PROTECTABLE; in cpx_alloc()
206 if (cpx->cpx_flags & CPX_WRITE_PROTECTABLE) { in cpx_writeprotect()
232 if (cpx->cpx_flags & CPX_WRITE_PROTECTABLE) { in cpx_free()
257 cpx->cpx_flags = 0; in cpx_init()
266 return ISSET(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_is_sep_wrapped_key()
273 SET(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_set_is_sep_wrapped_key()
275 CLR(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_set_is_sep_wrapped_key()
282 return ISSET(cpx->cpx_flags, CPX_COMPOSITEKEY); in cpx_is_composite_key()
289 SET(cpx->cpx_flags, CPX_COMPOSITEKEY); in cpx_set_is_composite_key()
[all …]
/xnu-8020.140.41/bsd/sys/
H A Dcprotect.h116 cpx_flags_t cpx_flags; member