Lines Matching refs:newcontext
492 struct context *newcontext, in mls_compute_sid() argument
511 return mls_range_set(newcontext, r); in mls_compute_sid()
521 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
523 return mls_context_cpy_high(newcontext, scontext); in mls_compute_sid()
525 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
527 return mls_context_cpy_low(newcontext, tcontext); in mls_compute_sid()
529 return mls_context_cpy_high(newcontext, tcontext); in mls_compute_sid()
531 return mls_context_cpy(newcontext, tcontext); in mls_compute_sid()
533 return mls_context_glblub(newcontext, in mls_compute_sid()
541 return mls_context_cpy(newcontext, scontext); in mls_compute_sid()
544 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()
547 return mls_context_cpy_low(newcontext, scontext); in mls_compute_sid()