Lines Matching refs:ndevts_alloced
729 int ndevts_alloced,
763 if (ndevts < ndevts_alloced)
871 int ndevts, undevts, ndevts_alloced;
916 ndevts_alloced = 128;
919 devts = kmem_alloc(ndevts_alloced * sizeof (dev_t), KM_SLEEP);
924 ndevts_alloced, &ndevts, devts);
925 if (ndevts > ndevts_alloced) {
926 kmem_free(devts, ndevts_alloced * sizeof (dev_t));
927 ndevts_alloced += 128;
961 ndevts_alloced, &ndevts, devts);
963 if (ndevts > ndevts_alloced) {
965 ndevts_alloced * sizeof (dev_t));
966 ndevts_alloced += 128;
983 kmem_free(devts, ndevts_alloced * sizeof (dev_t));
1020 kmem_free(devts, ndevts_alloced * sizeof (dev_t));