Home | History | Annotate | Download | only in src

Lines Matching refs:high

521 		if (cat->low == cat->high) {
524 cil_printf("range %s %s", pdb->p_cat_val_to_name[cat->low - 1], pdb->p_cat_val_to_name[cat->high - 1]);
1942 case DEFAULT_SOURCE_HIGH: dflt = "source high"; break;
1943 case DEFAULT_SOURCE_LOW_HIGH: dflt = "source low-high"; break;
1945 case DEFAULT_TARGET_HIGH: dflt = "target high"; break;
1946 case DEFAULT_TARGET_LOW_HIGH: dflt = "target low-high"; break;
2532 uint16_t high;
2547 high = portcon->u.port.high_port;
2549 if (low == high) {
2552 cil_printf("(portcon %s (%i %i) ", protocol, low, high);
2727 uint32_t high;
2731 high = ioport->u.ioport.high_ioport;
2733 if (low == high) {
2736 cil_printf("(ioportcon (%i %i) ", low, high);
2751 uint64_t high;
2755 high = iomem->u.iomem.high_iomem;
2757 if (low == high) {
2760 cil_printf("(iomemcon (%#lX %#lX) ", (unsigned long)low, (unsigned long)high);
2900 char *high;
2904 low = high = levelrangestr;
2908 high = ranged + 1;
2913 level_string_to_cil(high);