ippctl_buf_t
bzero(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
ippctl_array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
ippctl_buf_t *array;
array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
static ippctl_buf_t *ippctl_array = NULL;