Home | History | Annotate | Download | only in src

Lines Matching defs:roletrans

728 			struct cil_roletransition *roletrans = node->data;
731 if (roletrans->src != NULL) {
732 cil_log(CIL_INFO, " %s", roletrans->src->datum.name);
734 cil_log(CIL_INFO, " %s", roletrans->src_str);
737 if (roletrans->tgt != NULL) {
738 cil_log(CIL_INFO, " %s", ((struct cil_symtab_datum *)roletrans->tgt)->name);
740 cil_log(CIL_INFO, " %s", roletrans->tgt_str);
743 if (roletrans->obj != NULL) {
744 cil_log(CIL_INFO, " %s", roletrans->obj->datum.name);
746 cil_log(CIL_INFO, " %s", roletrans->obj_str);
749 if (roletrans->result != NULL) {
750 cil_log(CIL_INFO, " %s\n", roletrans->result->datum.name);
752 cil_log(CIL_INFO, " %s\n", roletrans->result_str);