Lines Matching refs:newcontext
611 uint32_t specified, context_struct_t * newcontext) in mls_compute_sid() argument
629 return mls_range_set(newcontext, r); in mls_compute_sid()
639 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
641 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
643 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
645 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
647 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
649 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
656 return mls_copy_context(newcontext, scontext); in mls_compute_sid()
659 return mls_scopy_context(newcontext, scontext); in mls_compute_sid()
662 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()