Home | History | Annotate | Download | only in src

Lines Matching full:context_struct_t

44 		  const context_struct_t * mls, char **str)
80 const char *str, context_struct_t * mls)
110 const context_struct_t * context)
168 const context_struct_t * context, char **scontext)
258 int mls_context_isvalid(const policydb_t * p, const context_struct_t * c)
330 char oldc, char **scontext, context_struct_t * context)
453 static inline int mls_copy_context(context_struct_t * dst,
454 context_struct_t * src)
473 static inline int mls_scopy_context(context_struct_t * dst,
474 context_struct_t * src)
493 static inline int mls_range_set(context_struct_t * context, mls_range_t * range)
509 int mls_setup_user_range(context_struct_t * fromcon, user_datum_t * user,
510 context_struct_t * usercon, int mls)
553 policydb_t * newp, context_struct_t * c)
606 context_struct_t * scontext,
607 context_struct_t * tcontext,
609 uint32_t specified, context_struct_t * newcontext)
656 context_struct_t *ctx1 = NULL, *ctx2 = NULL;
657 ctx1 = malloc(sizeof(context_struct_t));
658 ctx2 = malloc(sizeof(context_struct_t));
695 context_struct_t *con = malloc(sizeof(context_struct_t));