Home | History | Annotate | Download | only in src

Lines Matching refs:sens

402 			struct cil_sens *sens = node->data;
403 if (sens->ordered == CIL_FALSE) {
404 cil_tree_log(node, CIL_ERR, "Sensitivity %s not in sensitivityorder statement", sens->datum.name);
472 int __cil_verify_cats_associated_with_sens(struct cil_sens *sens, struct cil_cats *cats)
481 if (!sens->cats_list) {
482 cil_log(CIL_ERR, "No categories can be used with sensitivity %s\n", sens->datum.name);
489 cil_list_for_each(j, sens->cats_list) {
498 cat->datum.name, sens->datum.name);
567 rc = __cil_verify_levelrange_sensitivity(db, lr->low->sens, lr->high->sens);
577 rc = __cil_verify_cats_associated_with_sens(lr->low->sens, lr->low->cats);
583 rc = __cil_verify_cats_associated_with_sens(lr->high->sens, lr->high->cats);
779 struct cil_sens *sens = curr->data;
782 if (sens == user_low->sens) {
784 } else if (sens == ctx_low->sens) {
793 if (sens == ctx_high->sens) {
795 } else if (sens == user_high->sens) {