Lines Matching refs:newcontext
493 struct context *newcontext, in mls_compute_sid() argument
512 return mls_range_set(newcontext, r); in mls_compute_sid()
522 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
524 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
526 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
528 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
530 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
532 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
534 return mls_context_glblub(newcontext, in mls_compute_sid()
542 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
545 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
548 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()