Searched refs:ippctl_buf_t (Results 1 – 1 of 1) sorted by relevance
195 typedef struct ippctl_buf ippctl_buf_t; typedef235 static ippctl_buf_t *ippctl_array = NULL;1614 bzero(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t)); in ippctl_flush()1743 ippctl_array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP); in ippctl_alloc()1755 ippctl_buf_t *array; in ippctl_realloc()1764 array = kmem_zalloc(limit * sizeof (ippctl_buf_t), KM_SLEEP); in ippctl_realloc()1777 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t)); in ippctl_realloc()1800 kmem_free(ippctl_array, ippctl_limit * sizeof (ippctl_buf_t)); in ippctl_free()