Lines Matching refs:newcontext
514 struct context *newcontext, in mls_compute_sid() argument
533 return mls_range_set(newcontext, r); in mls_compute_sid()
543 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
545 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
547 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
549 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
551 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
553 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
560 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
563 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
566 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()