Lines Matching refs:newcontext
509 struct context *newcontext, in mls_compute_sid() argument
528 return mls_range_set(newcontext, r); in mls_compute_sid()
538 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
540 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
542 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
544 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
546 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
548 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
555 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
558 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
561 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()