Lines Matching refs:data

153 		if ((s[i] & CIL_SYN_STRING) && c->data != NULL && c->cl_head == NULL) {
156 } else if ((s[i] & CIL_SYN_LIST) && c->data == NULL && c->cl_head != NULL) {
159 } else if ((s[i] & CIL_SYN_EMPTY_LIST) && c->data == NULL && c->cl_head == NULL) {
164 if ((s[i] & CIL_SYN_N_LISTS) && c->data == NULL && c->cl_head != NULL) {
166 } else if ((s[i] & CIL_SYN_N_STRINGS) && c->data != NULL && c->cl_head == NULL) {
211 cil_log(CIL_ERR,"Invalid operator (%s) for set expression\n", (char*)current->data);
217 cil_log(CIL_ERR,"Invalid operator (%s) for boolean or tunable expression\n", (char*)current->data);
225 cil_log(CIL_ERR,"Operator (%s) only valid for catset and permissionx expression\n", (char*)current->data);
237 cil_log(CIL_ERR,"Unexpected value (%s) for expression operator\n", (char*)current->data);
349 cil_log(CIL_ERR, "Invalid operator (%s) for constraint expression\n", (char*)current->data);
370 if (current->cl_head->data == CIL_KEY_CONDTRUE) {
372 } else if (current->cl_head->data == CIL_KEY_CONDFALSE) {
381 if (current->cl_head->data == CIL_KEY_CONDTRUE) {
386 } else if (current->cl_head->data == CIL_KEY_CONDFALSE) {
406 struct cil_param *param = item->data;
431 struct cil_symtab_datum* datum = item->data;
434 rc = __verify_no_self_reference_in_expr(item->data, stack);
451 struct cil_symtab_datum *prev = item->data;
507 range = ((struct cil_list*)curr->data)->head;
532 struct cil_sid *sid = node->data;
538 struct cil_class *class = node->data;
544 struct cil_cat *cat = node->data;
550 struct cil_sens *sens = node->data;
584 struct cil_sid *sid = i->data;
586 struct cil_tree_node *node = sid->datum.nodes->head->data;
599 struct cil_cat *c = i->data;
634 struct cil_cat *cat = i->data;
637 if (__cil_is_cat_in_cats(cat, j->data) == CIL_TRUE) {
660 if (curr->data == low) {
664 if ((found == CIL_TRUE) && (curr->data == high)) {
697 rc = __cil_verify_cat_in_cats(item->data, high);
745 struct cil_levelrange *lr = node->data;
761 struct cil_user *user = node->data;
801 struct cil_user *user = node->data;
820 struct cil_role *role = node->data;
851 struct cil_type *type = node->data;
926 struct cil_sens *sens = curr->data;
960 struct cil_context *ctx = node->data;
984 roletrans = node->data;
992 typerule = node->data;
1026 struct cil_booleanif *bif = node->parent->parent->data;
1031 avrule = rule_node->data;
1049 typerule = rule_node->data;
1056 datum.data = node;
1068 typerule = temp_node->data;
1113 struct cil_booleanif *bif = (struct cil_booleanif*)node->data;
1137 struct cil_netifcon *netif = node->data;
1167 struct cil_ibendportcon *ib_end_port = node->data;
1187 struct cil_genfscon *genfs = node->data;
1208 struct cil_filecon *file = node->data;
1234 struct cil_nodecon *nodecon = node->data;
1255 struct cil_ibpkeycon *pkey = node->data;
1275 struct cil_portcon *port = node->data;
1296 struct cil_pirqcon *pirq = node->data;
1317 struct cil_iomemcon *iomem = node->data;
1338 struct cil_ioportcon *ioport = node->data;
1359 struct cil_pcidevicecon *pcidev = node->data;
1380 struct cil_devicetreecon *dt = node->data;
1401 struct cil_fsuse *fsuse = node->data;
1441 class = item->data;
1468 struct cil_avrule *avrulex = node->data;
1475 struct cil_class *class = node->data;
1479 struct cil_tree_node *common_node = common->datum.nodes->head->data;
1485 struct cil_perm *com_perm = curr_com_perm->data;
1491 struct cil_perm *class_perm = curr_class_perm->data;
1511 struct cil_policycap *polcap = node->data;
1554 struct cil_block *blk = node->data;
1587 *handleunknown = ((struct cil_handleunknown*)node->data)->handle_unknown;
1596 *mls = ((struct cil_mls*)node->data)->value;
1675 rc = __cil_verify_permissionx(node->data, node);
1740 struct cil_classperms *cp = curr->data;
1745 struct cil_perm *cmp = i->data;
1751 enum cil_flavor op = (enum cil_flavor)(uintptr_t)i->data;
1760 struct cil_perm *cmp = j->data;
1773 struct cil_classperms_set *cp_set = curr->data;
1790 struct cil_classpermission *cp = node->data;
1817 struct cil_class *mc = node->data;
1843 struct cil_block *blk = node->data;
1864 rc = cil_verify_no_self_reference(node->flavor, node->data, stack);