Home
last modified time | relevance | path

Searched refs:CIL_KEY_IOMEMCON (Results 1 – 4 of 4) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_internal.h220 extern char *CIL_KEY_IOMEMCON;
Dcil.c203 char *CIL_KEY_IOMEMCON; variable
348 CIL_KEY_IOMEMCON = cil_strpool_add("iomemcon"); in cil_init_keys()
1345 return CIL_KEY_IOMEMCON; in cil_node_to_string()
Dcil_post.c2425 …on, cil_post_pirqcon_compare, cil_post_pirqcon_context_compare, db, CIL_PIRQCON, CIL_KEY_IOMEMCON); in cil_post_db()
2431 … cil_post_iomemcon_compare, cil_post_iomemcon_context_compare, db, CIL_IOMEMCON, CIL_KEY_IOMEMCON); in cil_post_db()
Dcil_build_ast.c6424 } else if (parse_current->data == CIL_KEY_IOMEMCON) { in parse_statement()