Searched refs:cpx_flags (Results 1 – 2 of 2) sorted by relevance
73 cpx_flags_t cpx_flags; member148 cpx->cpx_flags |= CPX_WRITE_PROTECTABLE; in cpx_alloc()210 if (cpx->cpx_flags & CPX_WRITE_PROTECTABLE) { in cpx_writeprotect()236 if (cpx->cpx_flags & CPX_WRITE_PROTECTABLE) { in cpx_free()261 cpx->cpx_flags = 0; in cpx_init()270 return ISSET(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_is_sep_wrapped_key()277 SET(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_set_is_sep_wrapped_key()279 CLR(cpx->cpx_flags, CPX_SEP_WRAPPEDKEY); in cpx_set_is_sep_wrapped_key()286 return ISSET(cpx->cpx_flags, CPX_COMPOSITEKEY); in cpx_is_composite_key()293 SET(cpx->cpx_flags, CPX_COMPOSITEKEY); in cpx_set_is_composite_key()[all …]
122 cpx_flags_t cpx_flags; member