OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_CLASSPERMS
(Results
1 - 12
of
12
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
61
CIL_CLASSPERMS
,
cil_find.c
141
static int cil_classperms_match_any(struct
cil_classperms
*cp1, struct
cil_classperms
*cp2)
159
static int __cil_classperms_list_match_any(struct
cil_classperms
*cp1, struct cil_list *cpl2)
165
if (curr->flavor ==
CIL_CLASSPERMS
) {
166
struct
cil_classperms
*cp = curr->data;
194
if (curr->flavor ==
CIL_CLASSPERMS
) {
195
struct
cil_classperms
*cp = curr->data;
222
if (curr->flavor ==
CIL_CLASSPERMS
) {
223
struct
cil_classperms
*cp = curr->data;
cil_reset_ast.c
40
static inline void cil_reset_classperms(struct
cil_classperms
*cp)
72
if (curr->flavor ==
CIL_CLASSPERMS
) { /* KERNEL or MAP */
cil_binary.c
[
all
...]
cil_copy_ast.c
181
void cil_copy_classperms(struct
cil_classperms
*orig, struct
cil_classperms
**new)
204
if (orig_item->flavor ==
CIL_CLASSPERMS
) {
205
struct
cil_classperms
*cp;
207
cil_list_append(*new,
CIL_CLASSPERMS
, cp);
[
all
...]
cil_policy.c
510
if (curr->flavor ==
CIL_CLASSPERMS
) {
511
struct
cil_classperms
*cp = curr->data;
551
if (i->flavor ==
CIL_CLASSPERMS
) {
552
struct
cil_classperms
*cp = i->data;
[
all
...]
cil_verify.c
[
all
...]
cil_resolve_ast.c
149
int cil_resolve_classperms(struct cil_tree_node *current, struct
cil_classperms
*cp, void *extra_args)
211
if (curr->flavor ==
CIL_CLASSPERMS
) {
251
cil_list_init(&cp->classperms,
CIL_CLASSPERMS
);
755
cil_list_init(&mp->classperms,
CIL_CLASSPERMS
);
[
all
...]
cil_tree.c
45
void cil_tree_print_classperms(struct
cil_classperms
*cp);
471
void cil_tree_print_classperms(struct
cil_classperms
*cp)
500
if (i->flavor ==
CIL_CLASSPERMS
) {
[
all
...]
cil_build_ast.c
580
int cil_fill_classperms(struct cil_tree_node *parse_current, struct
cil_classperms
**cp)
613
void cil_destroy_classperms(struct
cil_classperms
*cp)
658
cil_list_init(cp_list,
CIL_CLASSPERMS
);
669
struct
cil_classperms
*new_cp;
674
cil_list_append(*cp_list,
CIL_CLASSPERMS
, new_cp);
698
if (curr->flavor ==
CIL_CLASSPERMS
) {
[
all
...]
cil.c
550
case
CIL_CLASSPERMS
:
[
all
...]
cil_post.c
[
all
...]
Completed in 212 milliseconds