Searched defs:crypto_minors (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c159 static crypto_minor_t **crypto_minors = NULL; variable
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[m
[all...]

Completed in 55 milliseconds