Searched defs:context_struct_t (Results 1 - 1 of 1) sorted by relevance

/external/selinux/libsepol/include/sepol/policydb/
H A Dcontext.h38 } context_struct_t; typedef in typeref:struct:context_struct
40 static inline void mls_context_init(context_struct_t * c)
45 static inline int mls_context_cpy(context_struct_t * dst,
46 context_struct_t * src)
58 static inline int mls_context_cpy_low(context_struct_t *dst, context_struct_t *src)
78 static inline int mls_context_cpy_high(context_struct_t *dst, context_struct_t *src)
95 static inline int mls_context_cmp(context_struct_t * c1, context_struct_t * c
[all...]

Completed in 53 milliseconds