Lines Matching refs:newcontext
494 struct context *newcontext, in mls_compute_sid() argument
513 return mls_range_set(newcontext, r); in mls_compute_sid()
523 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
525 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
527 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
529 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
531 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
533 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
535 return mls_context_glblub(newcontext, in mls_compute_sid()
543 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
546 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
549 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()