Home | History | Annotate | Download | only in src

Lines Matching defs:in

4  * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright notice,
11 * this list of conditions and the following disclaimer in the documentation
16 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
21 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25 * The views and conclusions contained in the software and documentation are those
775 cil_tree_log(current, CIL_ERR, "Too many permissions in class '%s' when including common permissions", class->datum.name);
1093 cil_log(CIL_ERR, "roletransition must result in a role, but %s is a %s\n", roletrans->result_str, cil_node_to_string(node));
1327 /* In the overlapping protion, add items from the new list not in the old list */
1337 /* Handle gap in old: old = (A C) new = (A B C) */
1349 /* Handle gap in new: old = (A B C) new = (A C) */
1387 /* item was declared in an ordered statement, which supercedes
1390 cil_log(CIL_WARN, "Ignoring '%s' as it has already been declared in classorder.\n", ((struct cil_class*)(item->data))->datum.name);
1488 cil_log(CIL_ERR, "Failed to resolve class %s in classorder\n", (char *)curr->data);
1526 cil_log(CIL_ERR, "Failed to resolve sid %s in sidorder\n", (char *)curr->data);
1575 cil_log(CIL_ERR, "Failed to resolve category %s in categoryorder\n", (char *)curr->data);
1580 cil_log(CIL_ERR, "%s is not a category. Only categories are allowed in categoryorder statements\n", cat_datum->name);
1615 cil_log(CIL_ERR, "Failed to resolve sensitivty %s in sensitivityorder\n", (char *)curr->data);
2014 cil_log(CIL_ERR, "Nodecon ip address not in the same family\n");
2424 struct cil_in *in = current->data;
2435 rc = cil_resolve_name(current, in->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum);
2444 printf("Failed to copy in, rc: %d\n", rc);
2465 struct cil_in *in = NULL;
2481 in = node->data;
2483 rc = cil_resolve_name(node, in->block_str, CIL_SYM_BLOCKS, extra_args, &block_datum);
2500 cil_tree_log(last_failed_node, CIL_ERR, "Failed to resolve in-statement");
3371 // due to ordering issues, in statements are just gathered here and
3372 // resolved together in cil_resolve_in_list once all are found
3644 /* tuanbles and macros are not allowed in optionals*/
3645 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in optionals", cil_node_to_string(node));
3653 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in blocks", cil_node_to_string(node));
3664 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in macros", cil_node_to_string(node));
3678 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in booleanifs (tunableif treated as a booleanif)", cil_node_to_string(node));
3680 cil_tree_log(node, CIL_ERR, "%s statement is not allowed in booleanifs", cil_node_to_string(node));
3929 * because things done in the preceeding passes aren't allowed in
4013 /* Continue search in original block's parent */
4029 /* Continue search in macro's parent */
4035 /* In block symtabs only exist before resolving the AST */
4075 /* No '.' in name */
4118 cil_log(CIL_WARN, "Can only use %s name for name resolution in \"in\" blocks\n", cil_node_to_string(node));