Lines Matching defs:newcontext
607 uint32_t specified, context_struct_t * newcontext)
625 return mls_range_set(newcontext, r);
635 return mls_context_cpy_low(newcontext, scontext);
637 return mls_context_cpy_high(newcontext, scontext);
639 return mls_context_cpy(newcontext, scontext);
641 return mls_context_cpy_low(newcontext, tcontext);
643 return mls_context_cpy_high(newcontext, tcontext);
645 return mls_context_cpy(newcontext, tcontext);
647 return mls_context_glblub(newcontext, scontext, tcontext);
654 return mls_copy_context(newcontext, scontext);
657 return mls_scopy_context(newcontext, scontext);
660 return mls_context_cpy_low(newcontext, scontext);