Lines Matching defs:crypto_minors
159 static crypto_minor_t **crypto_minors = NULL;
406 if (crypto_minors[i] != NULL) {
419 kmem_free(crypto_minors,
421 crypto_minors = NULL;
490 bcopy(crypto_minors, newtable,
493 kmem_free(crypto_minors,
503 crypto_minors = newtable;
519 crypto_minors[mn - 1] = cm;
548 cm = crypto_minors[mn - 1];
564 crypto_minors[mn - 1] = NULL;
629 if ((cm = crypto_minors[minor - 1]) != NULL) {