rboundary_t
rboundary_t *ta; /* temporary array */
rboundary_t temp;
ta = kmem_alloc(2 * rmaxcnt * sizeof (rboundary_t), KM_SLEEP);
kmem_free(ta, 2 * rmaxcnt * sizeof (rboundary_t));