Home | History | Annotate | Download | only in src

Lines Matching full:newcontext

611 		    uint32_t specified, context_struct_t * newcontext)
629 return mls_range_set(newcontext, r);
639 return mls_context_cpy_low(newcontext, scontext);
641 return mls_context_cpy_high(newcontext, scontext);
643 return mls_context_cpy(newcontext, scontext);
645 return mls_context_cpy_low(newcontext, tcontext);
647 return mls_context_cpy_high(newcontext, tcontext);
649 return mls_context_cpy(newcontext, tcontext);
656 return mls_copy_context(newcontext, scontext);
659 return mls_scopy_context(newcontext, scontext);
662 return mls_context_cpy_low(newcontext, scontext);