Lines Matching defs:sens
1257 struct cil_sens *sens = item->data;
1258 if (sens->ordered == CIL_TRUE) {
1259 cil_log(CIL_ERR, "Sensitivity %s has already been merged into the ordered list\n", sens->datum.name);
1262 sens->ordered = CIL_TRUE;
1690 struct cil_sens *sens = NULL;
1703 sens = (struct cil_sens *)sens_datum;
1705 if (sens->cats_list == NULL ) {
1706 cil_list_init(&sens->cats_list, CIL_CAT);
1709 cil_list_append(sens->cats_list, CIL_CAT, senscat->cats);
1722 if (level->sens) {
1732 level->sens = (struct cil_sens *)sens_datum;