Searched refs:ippctl_buf_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/
H A Dippctl.c195 typedef struct ippctl_buf ippctl_buf_t; typedef in typeref:struct:ippctl_buf
235 static ippctl_buf_t *ippctl_array = NULL;
1614 bzero(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1743 ippctl_array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
1755 ippctl_buf_t *array;
1764 array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP);
1777 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));
1800 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t));

Completed in 45 milliseconds