Home | History | Annotate | Download | only in unit

Lines Matching defs:tif

6831 	struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data; 
6833 int rc = cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7026 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data;
7028 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7029 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7053 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data;
7055 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7056 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7080 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data;
7082 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7083 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7107 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data;
7109 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7110 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7134 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data;
7136 cil_resolve_expr_stack(tif
7137 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7161 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->data;
7163 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
7164 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7189 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data;
7191 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next->next, args);
7192 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7217 struct cil_tunableif *tif = (struct cil_tunableif*)test_db->ast->root->cl_head->next->next->next->next->data;
7219 cil_resolve_expr_stack(tif->expr_stack, test_db->ast->root->cl_head->next->next->next->next, args);
7220 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7251 struct cil_tunableif *tif = test_db->ast->root->cl_head->next->next->next->next->data;
7254 test_node->cl_head = tif->expr_stack;
7255 tif->expr_stack->parent = test_node;
7257 cil_resolve_expr_stack(test_db, tif->expr_stack, test_db->ast->root->cl_head->next->next->next, NULL);
7258 int rc = cil_evaluate_expr_stack(tif->expr_stack, &result);
7356 struct tunableif *tif = test_db->ast->root->cl_head->next->next->next->data;
7359 test_node->cl_head = tif->expr_stack;
7360 tif->expr_stack->parent = test_node;