Lines Matching refs:unit
101 unit(0),
172 // the unit mask check boxes
214 if (event->unit->num) {
215 descr.unit = event->unit;
217 descr.unit = 0;
244 if (descr.unit)
245 event_cfgs[descr.name].umask = descr.unit->default_mask;
710 if (num >= descr.unit->num)
713 if (descr.unit->unit_type_mask == utm_bitmask)
714 mask |= descr.unit->um[num].value;
716 mask = descr.unit->um[num].value;
720 // return the unit mask selected through the unit mask check box
725 if (!descr.unit)
729 if (descr.unit->unit_type_mask == utm_mandatory) {
730 mask = descr.unit->default_mask;
777 op_unit_mask const * um = descr.unit;
881 if (descr.unit &&
882 descr.unit->unit_type_mask == utm_bitmask &&
886 out << "event " << descr.name << " invalid unit mask: "