Lines Matching refs:supported
162 * because some mechs may not currently be supported on any slot.
169 boolean_t supported;
177 supported = FALSE;
182 if (mechlist[i].slots[j].supported) {
183 supported = B_TRUE;
188 if (supported) {
248 !mechlist[index].slots[i].supported)
467 * that it is not supported by the specified slot.
475 mechlist[index].slots[slotnum].supported = B_FALSE;
484 mechlist[index].slots[slotnum].supported = B_TRUE;
487 /* record that the mechanism isn't supported for the slot */
489 mechlist[index].slots[slotnum].supported = B_FALSE;
648 * Check if the specified mechanism is supported by the specified slot.
678 (mechlist[index].slots[slotnum].supported)) {