Lines Matching refs:ippctl_array
235 static ippctl_buf_t *ippctl_array = NULL;
1122 *nextbuflenp = ippctl_array[0].buflen;
1566 *dbufp = ippctl_array[i].buf;
1567 *dbuflenp = ippctl_array[i].buflen;
1580 *nextbuflenp = ippctl_array[i].buflen;
1603 if ((buflen = ippctl_array[i].buflen) > 0) {
1604 buf = ippctl_array[i].buf;
1614 bzero(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1648 ippctl_array[i].buf = NULL;
1649 ippctl_array[i].buflen = 0;
1659 ippctl_array[i].buf = buf;
1660 ippctl_array[i].buflen = buflen;
1743 ippctl_array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
1771 array[i] = ippctl_array[i];
1777 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1779 ippctl_array = array;
1800 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1801 ippctl_array = NULL;