Lines Matching refs:sens
74 struct cil_list *sens; member
391 int cil_sens_to_policy(FILE **file_arr, struct cil_list *sens) in cil_sens_to_policy() argument
395 if (sens == NULL) { in cil_sens_to_policy()
399 cil_list_for_each(curr_sens, sens) { in cil_sens_to_policy()
424 char *sens_str = level->sens->datum.name; in cil_level_to_policy()
1109 struct cil_list *sens = NULL; in __cil_gen_policy_node_helper() local
1121 sens = args->sens; in __cil_gen_policy_node_helper()
1167 cil_multimap_insert(sens, datum, node->data, CIL_SENS, CIL_SENSALIAS); in __cil_gen_policy_node_helper()
1195 struct cil_list *sens = NULL; in cil_gen_policy() local
1200 cil_list_init(&sens, CIL_LIST_ITEM); in cil_gen_policy()
1309 extra_args.sens = sens; in cil_gen_policy()
1379 rc = cil_sens_to_policy(file_arr, sens); in cil_gen_policy()
1421 cil_list_destroy(&sens, CIL_FALSE); in cil_gen_policy()