Lines Matching refs:newcontext
607 uint32_t specified, context_struct_t * newcontext) in mls_compute_sid() argument
625 return mls_range_set(newcontext, r); in mls_compute_sid()
635 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
637 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
639 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
641 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
643 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
645 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
647 return mls_context_glblub(newcontext, scontext, tcontext); in mls_compute_sid()
654 return mls_copy_context(newcontext, scontext); in mls_compute_sid()
657 return mls_scopy_context(newcontext, scontext); in mls_compute_sid()
660 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()