HomeSort by relevance Sort by last modified time
    Searched refs:tcontext (Results 1 - 3 of 3) sorted by null

  /external/libsepol/src/
mls.h 60 context_struct_t * tcontext,
services.c 372 * tcontext is the context after the transition, and xcontext is the
381 context_struct_t *tcontext,
486 val2 = tcontext->user;
492 val2 = tcontext->type;
498 val2 = tcontext->role;
527 l2 = &(tcontext->range.level[0]);
533 l2 = &(tcontext->range.level[1]);
539 l2 = &(tcontext->range.level[0]);
545 l2 = &(tcontext->range.level[1]);
556 l1 = &(tcontext->range.level[0])
945 context_struct_t *tcontext; local
992 context_struct_t *scontext = 0, *tcontext = 0; local
1028 context_struct_t *scontext = 0, *tcontext = 0; local
1228 context_struct_t *scontext = 0, *tcontext = 0, newcontext; local
    [all...]
mls.c 607 context_struct_t * tcontext,
620 rtr->target_type == tcontext->type &&
638 if (newcontext->type != tcontext->type) {
643 return mls_copy_context(newcontext, tcontext);

Completed in 57 milliseconds