Lines Matching defs:supported
154 * because some mechs may not currently be supported on any slot.
161 boolean_t supported;
169 supported = FALSE;
174 if (mechlist[i].slots[j].supported) {
175 supported = B_TRUE;
180 if (supported) {
240 !mechlist[index].slots[i].supported)
459 * that it is not supported by the specified slot.
467 mechlist[index].slots[slotnum].supported = B_FALSE;
476 mechlist[index].slots[slotnum].supported = B_TRUE;
479 /* record that the mechanism isn't supported for the slot */
481 mechlist[index].slots[slotnum].supported = B_FALSE;
640 * Check if the specified mechanism is supported by the specified slot.
670 (mechlist[index].slots[slotnum].supported)) {